summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-26Update lockfile.jsonGitHub
2021-11-26[docgen] Update README.mdGithub Actions
skip-checks: true
2021-11-26parsers(fusion): add .git suffix necessary for Gitlab projectsStephan Seitz
2021-11-26Update lockfile.jsonGitHub
2021-11-26parsers(fusion): add info about main branchStephan Seitz
2021-11-26fix: incorrect hightlight groupsJirgn
2021-11-26fix: listing of grammar supportJirgn
2021-11-26fix: typo in highlight group punct(u)ationJirgn
2021-11-26fix: revert autogenerated lockfile for non fusionJirgn
This reverts commit 78b194f66cb09c0a253f6c62b8b9740d1dcd774c.
2021-11-26fix: mark support experimentalJirgn
2021-11-26fix: autogenerated lockfileJirgn
2021-11-26fix: autogenerated READMEJirgn
2021-11-26feat: add fusion grammar and highlightsJirgn
2021-11-25highlights(rust): organize keywords and literalsSergio 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-25highlights(rust): update operatorsSergio 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-25Rename queries: godotResource -> godot_resourceStephan Seitz
2021-11-25Update lockfile.jsonGitHub
2021-11-25parsers: godotResource -> godot_resourceStephan Seitz
Follows upstream renaming
2021-11-25Update lockfile.jsonGitHub
2021-11-25chore: add test for ecma private fields & methodsnumToStr
2021-11-25ecma: highlight private properties and methodsnumToStr
2021-11-24Don't use the Bash grammar for Zsh filesGreg Werbin
Zsh and Bash are not interchangeable. See <https://github.com/nvim-treesitter/nvim-treesitter/issues/655#issuecomment-978036615>
2021-11-24Add assert that "highlight-assertions" is executableStephan Seitz
2021-11-24ci: Add workflow for testsStephan Seitz
2021-11-24Mark failing indent tests to add them to CIStephan Seitz
Expected failures should be monitored so that we don't have regressions and also remove failure marks when they are resolved.
2021-11-24Update run_tests to be more scalable with more test folders addedStephan Seitz
2021-11-24Add highlight testsStephan Seitz
2021-11-24ci: Try out windows-2022Stephan Seitz
2021-11-23Add glsl ftdetectMarco Galli
2021-11-23Update lockfile.jsonGitHub
2021-11-23zig: highlight zig format, type and functionmaxxnino
2021-11-23Prefer lua-match over matchLewis Russell
as string.find is much quicker than vim.regex:match*
2021-11-20Update lockfile.jsonGitHub
2021-11-20Add `query error: invalid node type at position` to the troubleshooting sectionSantos Gallegos
We have had many of these recently...
2021-11-18r add new highlightsaspeddro
2021-11-18Update lockfile.jsonGitHub
2021-11-18Format with styluaSantos Gallegos
CI is failing for stylua due to this.
2021-11-16Add basic vimscript injection in `vim.cmd`/`nvim_command`/`nvim_exec` (#1922)vhyrro
2021-11-16Just one lineSantos Gallegos
2021-11-16Docs: update docs on how to override a querySantos 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.mdGithub Actions
skip-checks: true
2021-11-14C: fix preproc parametersSantos 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-12Update lockfile.jsonGitHub
2021-11-12r add new highlightsaspeddro
2021-11-12injections(http): add comment injectionStephan Seitz
2021-11-12refactor: inherit jsongegoune
2021-11-12fix: address change requestsgegoune
2021-11-12feat: add http parsergegoune
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-12feat: get node at cursor of other winFabian David Schmidt
2021-11-12Add condition function to module configpatrick96
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.