| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-01-29 | Update Vala highlights | Mateus B. Melchiades | |
| 2022-01-29 | Simplify vala highlights.scm | Mateus B. Melchiades | |
| 2022-01-29 | Delete vala ftdetect | Mateus B. Melchiades | |
| 2022-01-29 | Vala language support | Mateus Melchiades | |
| 2022-01-29 | indents(r): add pipe test | Pedro Castro | |
| 2022-01-29 | indents(r): add tests runner | Pedro Castro | |
| 2022-01-29 | indents(r): add aligned_indent test | Pedro Castro | |
| 2022-01-29 | indents(r): update @indent group | Pedro Castro | |
| 2022-01-29 | indents(r): remove pipe test | Pedro Castro | |
| 2022-01-29 | indents(r): add tests | Pedro Castro | |
| 2022-01-29 | indents(r): add indents support | Pedro Castro | |
| 2022-01-29 | tests: use main parsers instead of nvim-treesitter parser for tests | Stephan Seitz | |
| 2022-01-29 | highlights(c/cpp): highlight case labels as constants | Stephan Seitz | |
| 2022-01-29 | highlights(c): highlight enum variants as `@constant` | Stephan Seitz | |
| Fixes #2120 | |||
| 2022-01-29 | highlights(cpp): fix function highlighting of Foo::bar::baz() | Stephan Seitz | |
| Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/2396 | |||
| 2022-01-29 | supercollider: add support for const | Mads Kjeldgaard | |
| 2022-01-29 | supercollider: update indent query to match upstream | Mads Kjeldgaard | |
| 2022-01-29 | Update lockfile.json (#2394) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-01-28 | Update lockfile.json | GitHub | |
| 2022-01-28 | folds(c): fold raw `compound_statement`s | Stephan Seitz | |
| This will fold in particular around raw braces as reported in #2359 while avoiding to have double folds at functions+braces. | |||
| 2022-01-28 | highlights(python): add support for pattern matching | Stephan Seitz | |
| Fixes #2080 Depends on https://github.com/tree-sitter/tree-sitter-python/pull/140 | |||
| 2022-01-28 | highlights(go): highlight `package_identifier` as `@namespace` (#2371) | Stephan Seitz | |
| 2022-01-28 | Update lockfile.json (#2386) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-01-28 | Update lockfile.json (#2385) | Munif Tanjim | |
| 2022-01-28 | Update lockfile.json | GitHub | |
| 2022-01-28 | highlights(r): highlight string_escape, change parameter priority and update ↵ | Pedro Castro | |
| pipe | |||
| 2022-01-27 | Update lockfile.json (#2380) | github-actions[bot] | |
| Co-authored-by: GitHub <noreply@github.com> | |||
| 2022-01-27 | chore: run parser update at least daily (#2379) | Christian Clason | |
| 2022-01-25 | update TLA+ revision, add queries for PlusCal (#2344) | Vasiliy Morkovkin | |
| 2022-01-25 | refactor(lockfile): use better jq parsing | kylo252 | |
| 2022-01-25 | Update lockfile.json | GitHub | |
| 2022-01-25 | Update README | Github Actions | |
| 2022-01-25 | Add tree-sitter-eex parser for (L)EEx files (#2351) | Clay | |
| 2022-01-25 | Update lockfile.json | GitHub | |
| 2022-01-25 | refactor(makefile): better powershell handling | kylo252 | |
| - add missing $(MKDIR) variable - create a simple function to allow running `make clean` without an error if a file doesn't exist | |||
| 2022-01-25 | test: use powershell by default | kylo252 | |
| 2022-01-25 | refactor(installer): more modular makefile | kylo252 | |
| - support both scanner.cc and scanner.c - allow complete override for (CFLAGS,CXXFLAGS,LDFLAGS) - add `clean` target - add `install` target - add windows support | |||
| 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 | Update lockfile.json | GitHub | |
| 2022-01-24 | doc: stress need to :TSUpdate after lockfile change | Christian Clason | |
| 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 | Update lockfile.json | GitHub | |
| 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-23 | Update lockfile.json | GitHub | |
