summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2021-03-09teal: Add C language injection for FFILewis Russell
2021-03-08feat(dart): add indentselianiva
2021-03-04Highlight Julia symbol expressions as TSSymbolDennis B
2021-03-04[highlights] Add TSSymbol highlight groupDennis B
Addresses issue #892 Ruby and Dart literal symbols will now be highlighted by the new TSSymbol highlight group, which itself will, by default, link to the Vim Identifier highlight group. Vim theme authors can then set their TSSymbol colors. Symbol highlighting can apply to a number of languages as noted in the following Wikipedia page: https://en.wikipedia.org/wiki/Symbol_(programming) Not just for Ruby and Dart.
2021-03-02highlights(c): update declaration and cast_expressionStephan Seitz
2021-03-01removed duplicateBrian Shu
2021-03-01changed toml and queryBrian Shu
2021-03-01fixed rust match indentsBrian Shu
2021-03-01feat: use @ignore for comments and multiline stringselianiva
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-01Support the glimmer parser when the `hbs` template literal tag is usedNullVoxPopuli
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-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-23feat: add support for svelteelianiva
2021-02-23add do statement to lua indentskiyan
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-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-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-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-12highlights(nix): fix for alias name of identifier in attrpathStephan Seitz
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-11feat(javascript): add template string language injectionSteven Sojka
2021-02-11Use eq?Santos Gallegos
2021-02-11HTML: improve highlights & injectionsSantos Gallegos
2021-02-11Query: add foldsSantos Gallegos
2021-02-10C/CPP: add injections for macrosSantos Gallegos
2021-02-10YAML: add localsSantos Gallegos
This is so incremental selection works
2021-02-10CleanupMads Kjeldgaard
2021-02-10CleanupMads Kjeldgaard
2021-02-10Update queries/supercollider/locals.scmmads kjeldgaard
Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com>
2021-02-10Update queries/supercollider/highlights.scmmads kjeldgaard
Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com>
2021-02-10KeywordMads Kjeldgaard
2021-02-10remove @escapeMads Kjeldgaard
2021-02-10Add supercollider supportMads Kjeldgaard