| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-26 | Update lockfile.json | GitHub | |
| 2021-11-26 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-26 | parsers(fusion): add .git suffix necessary for Gitlab projects | Stephan Seitz | |
| 2021-11-26 | Update lockfile.json | GitHub | |
| 2021-11-26 | parsers(fusion): add info about main branch | Stephan Seitz | |
| 2021-11-26 | fix: incorrect hightlight groups | Jirgn | |
| 2021-11-26 | fix: listing of grammar support | Jirgn | |
| 2021-11-26 | fix: typo in highlight group punct(u)ation | Jirgn | |
| 2021-11-26 | fix: revert autogenerated lockfile for non fusion | Jirgn | |
| This reverts commit 78b194f66cb09c0a253f6c62b8b9740d1dcd774c. | |||
| 2021-11-26 | fix: mark support experimental | Jirgn | |
| 2021-11-26 | fix: autogenerated lockfile | Jirgn | |
| 2021-11-26 | fix: autogenerated README | Jirgn | |
| 2021-11-26 | feat: add fusion grammar and highlights | Jirgn | |
| 2021-11-25 | highlights(rust): organize keywords and literals | Sergio Alejandro Vargas | |
| - sort keywords - highlight super as a namespace (same as crate) - highlight `break` and `continue` as `repeat` keywords - don't highlight `macro_rules!` as a keyword - place all literal queries together - place function definition queries alongside function call queries | |||
| 2021-11-25 | highlights(rust): update operators | Sergio Alejandro Vargas | |
| - sort operators - remove duplicated `*` - add missing `<<=` - highlight `as` correctly in path aliasing - highlight leading quote `'` as part of a label (not an operator) - highlight never type `!` as a type - sort and format punctuation | |||
| 2021-11-25 | Rename queries: godotResource -> godot_resource | Stephan Seitz | |
| 2021-11-25 | Update lockfile.json | GitHub | |
| 2021-11-25 | parsers: godotResource -> godot_resource | Stephan Seitz | |
| Follows upstream renaming | |||
| 2021-11-25 | Update lockfile.json | GitHub | |
| 2021-11-25 | chore: add test for ecma private fields & methods | numToStr | |
| 2021-11-25 | ecma: highlight private properties and methods | numToStr | |
| 2021-11-24 | Don't use the Bash grammar for Zsh files | Greg Werbin | |
| Zsh and Bash are not interchangeable. See <https://github.com/nvim-treesitter/nvim-treesitter/issues/655#issuecomment-978036615> | |||
| 2021-11-24 | Add assert that "highlight-assertions" is executable | Stephan Seitz | |
| 2021-11-24 | ci: Add workflow for tests | Stephan Seitz | |
| 2021-11-24 | Mark failing indent tests to add them to CI | Stephan Seitz | |
| Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved. | |||
| 2021-11-24 | Update run_tests to be more scalable with more test folders added | Stephan Seitz | |
| 2021-11-24 | Add highlight tests | Stephan Seitz | |
| 2021-11-24 | ci: Try out windows-2022 | Stephan Seitz | |
| 2021-11-23 | Add glsl ftdetect | Marco Galli | |
| 2021-11-23 | Update lockfile.json | GitHub | |
| 2021-11-23 | zig: highlight zig format, type and function | maxxnino | |
| 2021-11-23 | Prefer lua-match over match | Lewis Russell | |
| as string.find is much quicker than vim.regex:match* | |||
| 2021-11-20 | Update lockfile.json | GitHub | |
| 2021-11-20 | Add `query error: invalid node type at position` to the troubleshooting section | Santos Gallegos | |
| We have had many of these recently... | |||
| 2021-11-18 | r add new highlights | aspeddro | |
| 2021-11-18 | Update lockfile.json | GitHub | |
| 2021-11-18 | Format with stylua | Santos Gallegos | |
| CI is failing for stylua due to this. | |||
| 2021-11-16 | Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922) | vhyrro | |
| 2021-11-16 | Just one line | Santos Gallegos | |
| 2021-11-16 | Docs: update docs on how to override a query | Santos Gallegos | |
| `queries/` and `after/queries/` are the same now. I kind of prefer the old method, but just updating our docs to reflect the reality for now. Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1710 Closes https://github.com/nvim-treesitter/nvim-treesitter/issues/1441 | |||
| 2021-11-14 | [docgen] Update README.md | Github Actions | |
| skip-checks: true | |||
| 2021-11-14 | C: fix preproc parameters | Santos Gallegos | |
| This was capturing too much, we only want to highlight the identifier. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1999 | |||
| 2021-11-12 | Update lockfile.json | GitHub | |
| 2021-11-12 | r add new highlights | aspeddro | |
| 2021-11-12 | injections(http): add comment injection | Stephan Seitz | |
| 2021-11-12 | refactor: inherit json | gegoune | |
| 2021-11-12 | fix: address change requests | gegoune | |
| 2021-11-12 | feat: add http parser | gegoune | |
| All credit goes to @NTBBloodbath. See: https://github.com/NTBBloodbath/rest.nvim/issues/75#issuecomment-960447966 Co-authored-by: NTBBloodbath <bloodbathalchemist@protonmail.com> | |||
| 2021-11-12 | feat: get node at cursor of other win | Fabian David Schmidt | |
| 2021-11-12 | Add condition function to module config | patrick96 | |
| The function is called with the language and bufnr, if it returns false, the module is disabled for that buffer. This gives the user more fine-grained control over whether a module is started. | |||
