| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-06-14 | feat(queries): allow for user overrides | Steven Sojka | |
| 2020-06-07 | Merge pull request #69 from theHamsta/go-highlights | Thomas Vigouroux | |
| Go highlights | |||
| 2020-06-07 | Add highlights.scm for Go | Stephan Seitz | |
| 2020-06-02 | Merge pull request #68 from TravonteD/html | Thomas Vigouroux | |
| Add html highlight queries | |||
| 2020-06-02 | Merge pull request #67 from TravonteD/css | Thomas Vigouroux | |
| Add css highlight queries | |||
| 2020-06-02 | Add html highlight queries | TravonteD | |
| 2020-06-02 | Add css highlight queries | TravonteD | |
| 2020-06-01 | Fix example mappings | Santos Gallegos | |
| 2020-05-26 | Fix typo in README.md: foldexr -> foldexpr | Stephan Seitz | |
| 2020-05-25 | docs: document folding | Thomas Vigouroux | |
| 2020-05-16 | Add python locals.scm | Stephan Seitz | |
| 2020-05-16 | docs: update README | Thomas Vigouroux | |
| 2020-05-15 | Expose internal api. | kiyan42 | |
| - 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. | |||
| 2020-05-12 | refacto/feat: better handling of parser updates | kiyan42 | |
| 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 | |||
| 2020-05-08 | Fix typo in README.md | Stephan Seitz | |
| 2020-05-07 | docs: add statusline indicator informations. | Thomas Vigouroux | |
| Also document newly added parsers by adding them in the readme. | |||
| 2020-05-03 | Add documentation for `node_movement`, rename: `textobj` -> ↵ | Stephan Seitz | |
| `incremental_selection` | |||
| 2020-05-01 | update docs for ensure installed, move modules config in config.modules | kiyan42 | |
| 2020-04-28 | edit: add information to the readme | kiyan42 | |
| - commands descriptions - list of supported languages | |||
| 2020-04-23 | Fix spelling inconsistencies | TravonteD | |
| 2020-04-22 | Update README.md | Kiyan Yazdani | |
| Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-04-22 | Update README.md | Kiyan Yazdani | |
| Co-Authored-By: Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | |||
| 2020-04-22 | fix: readme typos | kiyan42 | |
| 2020-04-22 | docs(README): update and add quickstart | Thomas Vigouroux | |
| 2020-04-18 | Create README.md | Thomas Vigouroux | |
