summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-01fix: add used_by in parser setterkiyan
2021-03-01Add 'register' as c-keywordFabian Viöl
See https://en.wikipedia.org/wiki/Register_(keyword)
2021-03-01highlights(glimmer): add copyright noteStephan Seitz
2021-03-01add back delimiterNullVoxPopuli
2021-03-01Copy highlights suggestion from @theHamstaNullVoxPopuli
2021-03-01Add branch to glimmer configNullVoxPopuli
2021-03-01Add glimmer parserNullVoxPopuli
2021-03-01Support the glimmer parser when the `hbs` template literal tag is usedNullVoxPopuli
2021-02-28ocaml, ocaml_interface: update to latest parserPau Ruiz Safont
Allows parsing quoted strings to have other nodes inside.
2021-02-28highlights(ocaml): change order or capturesPau Ruiz Safont
This because the later captures have more priority in neovim, not less like in upstream. This fixes highlighting highlighting for let* and +, for example.
2021-02-28highlights(ocaml): add unit and pretty_printing_indicationPau Ruiz Safont
2021-02-28svelte: also capture src as text.urielianiva
2021-02-27chore: remove useless code and indent fileskiyan
2021-02-26HTML: capture src attributes as text.uriSantos Gallegos
2021-02-25Add inline html commentsjghauser
2021-02-23ledger: update highlightsCédric Barreteau
2021-02-23fix: missing erroneous end tagelianiva
2021-02-23refactor: use eqelianiva
2021-02-23feat: improved highlight + injections, cc @stsewdelianiva
2021-02-23[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-23feat: add support for svelteelianiva
2021-02-23add do statement to lua indentskiyan
2021-02-22health: add legend for x icon in query healthkiyan
2021-02-22chore: rewrite healthcheck for compact outputkiyan
2021-02-22Ruby constants highlighted as TypeKassio Borges
In ruby constants and types are usually highlighted the sameway. Based on vim-ruby highlight. https://github.com/vim-ruby/vim-ruby/blob/master/syntax/ruby.vim#L502
2021-02-22Fix indent sizeBonaBeavis
2021-02-21Add "v", "V", "<C-v>" as valid options of `selection_mode`.echasnovski
2021-02-21Add `selection_mode` argument to `ts_utils.update_selection()`.echasnovski
2021-02-21add formal_parameters elianiva
as suggested by p00f Co-authored-by: Chinmay Dalal <chinmay.dalal.22012001@gmail.com>
2021-02-21feat: add java indentelianiva
2021-02-19highlights(java): Highlight spread parametersStephan Seitz
2021-02-19highlights(java): fix constant highlighting (only UPPERCASE_LETTERS)Stephan Seitz
2021-02-19[docgen] Update README.mdGithub Actions
skip-checks: true
2021-02-17List myself as the Vue maintainerHugo Osvaldo Barrera
2021-02-17Add support for folding Vue filesHugo Osvaldo Barrera
2021-02-17Add support for Vue filesHugo Osvaldo Barrera
I haven't included parsing the `style` tag, since the only applicable queries we have are CSS (which actually works fine for SCSS too).
2021-02-17List myself as maintainer for JSONCHugo Osvaldo Barrera
2021-02-17Add README description for JSONCHugo Osvaldo Barrera
2021-02-15Add support for JSONCHugo Osvaldo Barrera
2021-02-15highlights(rst): Reset highlights in doctest_blockStephan Seitz
2021-02-13Json: update foldsSantos Gallegos
Allow to fold mappings.
2021-02-12C: downgrade parserSantos Gallegos
Till we figure out what's happening. Ref: - https://github.com/tree-sitter/tree-sitter-c/commits/master - https://github.com/nvim-treesitter/nvim-treesitter/issues/948
2021-02-12Update lockfile.jsonGitHub
2021-02-12highlights(nix): fix for alias name of identifier in attrpathStephan Seitz
2021-02-12Fix parser config for nixStephan Seitz
2021-02-12Update lockfile.jsonGitHub
2021-02-12Query: highlight modelineSantos Gallegos
Matches the first comment and the beginning from the pattern https://github.com/neovim/neovim/blob/52397aaa0d1e2d4ce1320c73761cf316fc608ffb/runtime/lua/vim/treesitter/query.lua#L25
2021-02-11fix: remove debug print on query cache invalidationStephan Seitz
The message does not even provide any context where it's coming from and what it is exactly doing and has to be acknowledged when printed in conjunction with the "wrote xxx bytes message"
2021-02-11Bump ledger versionCédric Barreteau
Adds support for multi-word commodities.
2021-02-11feat(javascript): add template string language injectionSteven Sojka