| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | docs: document the new runtime query system | Thomas Vigouroux | 2020-08-14 | 1 | -7/+13 | |
| | | ||||||
| * | Lua: highlight function name | Santos Gallegos | 2020-08-09 | 1 | -0/+4 | |
| | | ||||||
| * | Add TSUninstall | Stephan Seitz | 2020-08-02 | 1 | -0/+7 | |
| | | ||||||
| * | Add TSUpdate command to update parsers | Stephan Seitz | 2020-08-02 | 1 | -0/+5 | |
| | | ||||||
| * | Docs: rework readme | Santos Gallegos | 2020-07-29 | 1 | -7/+7 | |
| | | | | | | | | | - Fix some typos - Remove some unnecessary text that was taking space - Use double quotes in lua examples (this seems to be the convention in the source code) - Sort list of languages so they are easy to find. | |||||
| * | Docs: format and fixes | Santos Gallegos | 2020-07-27 | 1 | -107/+143 | |
| | | | | | Format the docs to be consisted and some typos. | |||||
| * | Parsers: add reStructuredText | Santos Gallegos | 2020-07-27 | 1 | -4/+32 | |
| | | ||||||
| * | Update documentation for new modules 'refactor'/'textobjects' | Stephan Seitz | 2020-07-14 | 1 | -0/+42 | |
| | | ||||||
| * | Fix #167: Add custom_captures config key to set highlights for custom queries | Stephan Seitz | 2020-07-13 | 1 | -0/+15 | |
| | | ||||||
| * | remove doc/tags | Sainnhepark | 2020-07-01 | 1 | -59/+0 | |
| | | ||||||
| * | Rgenerate doc/tags | Stephan Seitz | 2020-06-30 | 1 | -0/+1 | |
| | | ||||||
| * | Extend documentation for TSError | Stephan Seitz | 2020-06-29 | 1 | -1/+7 | |
| | | ||||||
| * | Fix typo in documentation: `labe:` -> `label:` | Stephan Seitz | 2020-06-28 | 1 | -1/+1 | |
| | | ||||||
| * | update docs for TSInstall | kiyan42 | 2020-06-27 | 1 | -2/+3 | |
| | | ||||||
| * | highlight: use custom highlight groups | Thomas Vigouroux | 2020-06-26 | 2 | -0/+163 | |
| | | ||||||
| * | add winnr to get_node_at_cursor | kiyan42 | 2020-06-19 | 1 | -1/+2 | |
| | | ||||||
| * | update docs | kiyan42 | 2020-06-19 | 2 | -40/+29 | |
| | | ||||||
| * | Fix example mappings | Santos Gallegos | 2020-06-01 | 1 | -1/+1 | |
| | | ||||||
| * | docs: document folding | Thomas Vigouroux | 2020-05-25 | 2 | -0/+13 | |
| | | ||||||
| * | docs: missing EOF for init.vim | K Lauer | 2020-05-19 | 1 | -0/+1 | |
| | | ||||||
| * | Expose internal api. | kiyan42 | 2020-05-15 | 2 | -12/+76 | |
| | | | | | | | | | - add `exposed_state` to expose 'current_node' and 'cursor_pos' for a current buffer to the user. - add `get_buf_state` and `get_node_api` for users. - add documentation about api functions. - remove `node_movement` module which should be done in user side. | |||||
| * | refacto/feat: better handling of parser updates | kiyan42 | 2020-05-12 | 1 | -10/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | features: - node_movement is moving between scopes. - add selection initialization from normal mode - add a decremental selection improvements: - attach to buffer to run tree parsing on change - run state update on CursorMoved - the buffer state is: ``` { cursor_pos = { row=row, col=col }, current_node = node_under_cursor, selection = { range = nil, -- activates when starting a selection nodes = {} -- filling up when starting an incremental selection }, parser = parser, -- parser for current buffer } ``` - refacto all the modules reliant on parsing the tree, update the current nodes, get the current nodes... fixes: - fix has_parser to look for .so libraries - fix should select the whole file when selection root in selection | |||||
| * | docs: add statusline indicator informations. | Thomas Vigouroux | 2020-05-07 | 2 | -1/+14 | |
| | | | | | Also document newly added parsers by adding them in the readme. | |||||
| * | Add documentation for `node_movement`, rename: `textobj` -> ↵ | Stephan Seitz | 2020-05-03 | 1 | -13/+23 | |
| | | | | | `incremental_selection` | |||||
| * | update docs for ensure installed, move modules config in config.modules | kiyan42 | 2020-05-01 | 1 | -1/+2 | |
| | | ||||||
| * | add vim documentation | kiyan42 | 2020-04-28 | 2 | -25/+36 | |
| | | ||||||
| * | add documentation | kiyan42 | 2020-04-28 | 1 | -0/+90 | |
