| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-28 | highlights(r): highlight string_escape, change parameter priority and update ↵ | Pedro Castro | |
| pipe | |||
| 2022-01-25 | update TLA+ revision, add queries for PlusCal (#2344) | Vasiliy Morkovkin | |
| 2022-01-25 | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | |
| 2022-01-24 | folds(c): fold at compound_statement | Cédric Barreteau | |
| 2022-01-24 | indents(php): align with C indentation | Stephan Seitz | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2357 | |||
| 2022-01-24 | feat(vim): highlight "higlight" variants | Thomas Vigouroux | |
| 2022-01-24 | feat(vim): support syntax command | Thomas Vigouroux | |
| 2022-01-24 | feat(indent): Implement basic indent for gdscript. | Ryan Roden-Corrent | |
| Indent is not handled correctly when adding new lines. It seems that functions/loops/etc. are not recognized until they have at least one indented block. For example, if you enter a newline after `func foo():`, the cursor will not be indented. If you manually indent and add a line like `pass`, e.g.: ``` func foo(): pass ``` now any insertions above or below `pass` will be indented correctly. This might be an issue with the grammar, as it seems to apply to highlights as well. The following will not be highligted ``` func foo(): ``` However, the following will be: ``` func foo(): pass ``` | |||
| 2022-01-24 | fix(phpdoc) Improve keyword query | Michael Härtl | |
| 2022-01-24 | Upgrade to HEEx parser 0.3.0 | Clay | |
| 2022-01-24 | Add new Elixir language injections | Clay | |
| 2022-01-24 | Fix highlights of module attributes and doc sigils | Clay | |
| 2022-01-22 | highlights(r): change groups priority | Pedro Castro | |
| 2022-01-21 | fix(indent): rust - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support common use-cases | Munif Tanjim | |
| 2022-01-21 | fix(indent): c/cpp - support newline after closing brace | Munif Tanjim | |
| 2022-01-21 | feat(indent): ecma - support try_catch and if_else | Munif Tanjim | |
| 2022-01-21 | feat(indent): support `@aligned_indent` for python | Munif Tanjim | |
| 2022-01-21 | feat: rewrite indent module | Munif Tanjim | |
| 2022-01-21 | feat: improve indent module | Munif Tanjim | |
| get_node_at_line should return appropriate child if available | |||
| 2022-01-20 | parsers: add phpdoc parser (experimental) | Michael Härtl | |
| 2022-01-20 | highlights(c): don't highlight type qualifiers in declarations as types | John Drouhard | |
| 2022-01-19 | fix(php) match magic and single letter constants | Michael Härtl | |
| 2022-01-18 | feat(lua)!: switch from our fork to MunifTanjim's (#2272) | Christian Clason | |
| also take queries from https://github.com/MunifTanjim/nvim-treesitter-lua/tree/main/queries/lua BREAKING CHANGE: queries are not compatible; modules will have to update | |||
| 2022-01-18 | highlights(swift): add more `@operator`s and `implicit` keyword | Stephan Seitz | |
| 2022-01-18 | highlights(swift): highlight `"->"` as `@operator` | Stephan Seitz | |
| 2022-01-18 | highlights(swift): highlight punctuation | Stephan Seitz | |
| "?" is still missing: https://github.com/tree-sitter/tree-sitter-swift/issues/38 | |||
| 2022-01-18 | feat(java)(highlights): add missing highlights for `@type` | captainko | |
| 2022-01-17 | highlights(php): detect constructor calls on instantiation | Michael Härtl | |
| 2022-01-17 | highlights(cpp): add support for "<=>", "constinit", "consteval" | Stephan Seitz | |
| 2022-01-17 | highlights(hack): add keywords implements | Stephan Seitz | |
| 2022-01-17 | highlights(hack): extend queries add tests | Stephan Seitz | |
| 2022-01-17 | highlights(hack): add some basic highlights | Stephan Seitz | |
| Fixes #2041 | |||
| 2022-01-16 | locals(cpp): add support for concepts | Stephan Seitz | |
| 2022-01-16 | highlights(cpp): add support for concepts | Stephan Seitz | |
| Requires https://github.com/tree-sitter/tree-sitter-cpp/pull/138 | |||
| 2022-01-16 | support PyFoam syntax in OpenFOAM files | Elwardi | |
| 2022-01-16 | highlights(rust): add "yield" keyword | Stephan Seitz | |
| 2022-01-16 | add hocon | antosha417 | |
| 2022-01-16 | highlight(swift): add upstream queries | Christian Clason | |
| 2022-01-16 | highlights/injections/indents(java): comment -> line_comment,block_comment | Stephan Seitz | |
| Ref https://github.com/tree-sitter/tree-sitter-java/pull/93 | |||
| 2022-01-16 | fix(php): change query for @constructor group | Infectos | |
| 2022-01-15 | highlights(php): fix and add missing highlights | Michael Härtl | |
| 2022-01-13 | highlights(haskell): function with type signature | Ananda Umamil | |
| 2022-01-13 | highlights(julia): add highlight for block comments | koalp | |
| 2022-01-13 | Add a missing LaTeX hightlight. | Jendrik Stelzner | |
| Add \eqref to the list of referencing commands. | |||
| 2022-01-12 | highlights(vue): improve vue highlights | Michael Chris Lopez | |
| - remove template_name and element and make more specific targeting | |||
| 2022-01-12 | highlights(html_tags): more specific attribute_value target | Michael Chris Lopez | |
| 2022-01-12 | Add LaTeX highlights: addpart, addchap, addsec. | Jendrik Stelzner | |
| Add highlight for the LaTeX sectioning commands \addpart, \addchap, \addsec and their starred variants. | |||
| 2022-01-11 | Add highlight for markdown delimiters | MDeiml | |
| 2022-01-10 | Fix slow startup times for markdown grammar | MDeiml | |
