| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-09-26 | cpp: update lockfile.json and fix for breaking changes | John Drouhard | |
| 2021-09-25 | injections(teal): fix cdef injection | Stephan Seitz | |
| 2021-09-25 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-25 | injections(lua): fix cdef injection | Stephan Seitz | |
| Fixes #1840 | |||
| 2021-09-24 | Use vim-range style (1-index based) when possible (#1841) | Santos Gallegos | |
| https://github.com/nvim-treesitter/nvim-treesitter/pull/1829 half fixed incremental selection for the vim parser, but other bugs still remain (infinite selection and skip selecting the root node). Problems can be replicated with these two files: (missing selecting the root node) ```vim set scrolloff=7 set scrolloff=7 ``` (infinite loop) ```vim set scrolloff=7 ``` The main problem is that we try to map the current selection range to a TS range, but the TS range of a node could include the EOL/EOL marks so it's impossible to know when to change the vim range to match the TS range, is more easy to transform the TS range to a vim range and do the comparison. | |||
| 2021-09-21 | Update lockfile.json | GitHub | |
| 2021-09-21 | Update lockfile.json | GitHub | |
| 2021-09-21 | "::" should be of type "operator" | Lucas Crownover | |
| swap constant for operator per treesitter recommendation | |||
| 2021-09-21 | Separate special variables to catch up master | delphinus | |
| 2021-09-21 | Use @string.regex to highlight regex's | delphinus | |
| 2021-09-21 | Add minimum implementation for highlights | delphinus | |
| 2021-09-21 | Swapping to the correct repo | Lucas Crownover | |
| 2021-09-21 | Adding perl parser | Lucas Crownover | |
| 2021-09-20 | Update lockfile.json | GitHub | |
| 2021-09-20 | update hcl parser, update queries | mhoffm | |
| 2021-09-20 | Update lockfile.json | maxxnino | |
| 2021-09-20 | Zig queries: highlight, fold and indent | maxxnino | |
| * fold for if/while/for * highlight "_" for ignore variable * highlight "c" for PtrTypeStart * highlight "?" for optional type * remove duplicate query node in indent | |||
| 2021-09-19 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-19 | highlights(c): add Mircosoft attributes | Stephan Seitz | |
| 2021-09-19 | Fix incremental selection for nodes that include EOL | Santos Gallegos | |
| From `:h setpos()` > If "col" is smaller than 1 then 1 is used. This can be tested with incremental selection on a vim file. ```vim set title ``` | |||
| 2021-09-19 | Update lockfile.json | GitHub | |
| 2021-09-19 | Support hjson | kghugo | |
| 2021-09-19 | highlights(c): add __attribute__ | Stephan Seitz | |
| 2021-09-18 | Update lockfile.json | GitHub | |
| 2021-09-18 | Kotlin queries: Handle package statements | Joaquín León | |
| 2021-09-17 | Ecma: increase priority of template_substitution | Santos Gallegos | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1688 | |||
| 2021-09-17 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-17 | test | Stephan Seitz | |
| 2021-09-17 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-09-17 | highlights(c/cpp): react to upstream changes to attributes | Stephan Seitz | |
| 2021-09-17 | highlights(cpp): add support for coroutines | Stephan Seitz | |
| 2021-09-17 | Update lockfile.json | GitHub | |
| 2021-09-17 | parsers: add glsl parser | Stephan Seitz | |
| 2021-09-16 | Update lockfile.json | GitHub | |
| 2021-09-16 | Update lockfile.json | GitHub | |
| 2021-09-16 | indents(hcl): add more indentation rules for HCL | Matthew Wynn | |
| 2021-09-16 | Update lockfile.json | GitHub | |
| 2021-09-16 | Update DOT injections | rydesun | |
| Add comment | |||
| 2021-09-16 | Update lockfile.json | GitHub | |
| 2021-09-15 | New kotlin parser | Joakker | |
| 2021-09-14 | Update lockfile.json | GitHub | |
| 2021-09-14 | Address highlight comments about cwd, path, module | Ronnie Magatti | |
| 2021-09-14 | Better differentiate 'keywords' | Ronnie Magatti | |
| 2021-09-14 | chore: fix formatting in parsers.lua | Stephan Seitz | |
| 2021-09-14 | fix(lang): only use first part in multi-lang | Thomas Vigouroux | |
| 2021-09-14 | docs: Update nvim-treesitter-highlights | Sergio Alejandro Vargas | |
| - Fix misspellings, missing punctuation and capitalization. - Clarify whether highlights apply to identifiers (e.g. `TSConstant`) or to literal values (e.g. `TSConstBuiltin`). - Extend examples. See #1767 | |||
| 2021-09-11 | Update lockfile.json | GitHub | |
| 2021-09-10 | fix(fennel): update parser and all the queries | Otto Modinos | |
| 2021-09-10 | [cmake] add highlights for `add_custom_target` and `add_custom_command` | Uy Ha | |
| 2021-09-10 | [cmake] Add highlighting for boolean values (#1801) | Uy Ha | |
| Co-authored-by: Stephan Seitz <stephan.seitz@fau.de> | |||
