summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2021-04-03Comment: highlight text nodesSantos Gallegos
As requested in https://github.com/nvim-treesitter/nvim-treesitter/issues/236#issuecomment-797878646
2021-04-02improved zig grammar and queriesHimujjal
2021-04-02fixed some errorsHimujjal
2021-04-01fix: jsx indent querykiyan
2021-03-30Import highlights.scm from tree-sitter-zigStephan Seitz
2021-03-30Fix beancount queriesStephan Seitz
2021-03-30Add text.reference and text.environmentStephan Seitz
2021-03-30latex: add TSMath that behaves like vimtex math highlightingStephan Seitz
2021-03-30feat: Add Latex basic highlights and foldsStephan Seitz
Fix #1104
2021-03-27Fix jsdoc: play nice with the comment parser (#1108)Santos Gallegos
Using separate queries makes it work as expected. Also, for the comment parser to be able to override the other tokens we need to remove the comment from highlights (this shouldn't be a problem since that section is already highlighted as a comment). And, the order of the captures matter, having jsdoc first will have more priority over `@param`. Fixes https://github.com/nvim-treesitter/nvim-treesitter/issues/1069
2021-03-26highlights(rust): Highlight dereferenced closure parametersStephan Seitz
2021-03-26highlights(java): Highlight fields (members and member access) (#1107)Stephan Seitz
2021-03-23Add generator functions to ecma querieskraftwerk28
2021-03-23Update teal highlightsCorey Williamson
2021-03-23Added Zig grammarHimujjal
2021-03-22add basic queries for bibtexChristian Clason
2021-03-22Add indents for phpshirasaka
2021-03-22delete locals queries for beancountBrian Ryall
2021-03-22fix invalid annotation in beancount queryBrian Ryall
2021-03-22add support for beancount filesBrian Ryall
2021-03-22rust: tread `,` as a punctuation delimiterYuki Ito
2021-03-20attribute in stead of annotationTormod Alf Try Tufteland
2021-03-20kotlin: updated parser, and added annotation highlight againTormod Alf Try Tufteland
2021-03-19go: add builtin typesYuki Ito
2021-03-18Update injections.scmHanh Le
2021-03-18Update glimmer queries from pluginNullVoxPopuli
Maybe there is a way to read this file from the plugin directly?
2021-03-16Update Kotlin parserStephan Seitz
2021-03-16Update verilog to 0.19.2Stephan Seitz
2021-03-16highlights(query): Add modeline query after bugfixStephan Seitz
2021-03-16Re-add OCaml query that lead to crash before tree-sitter fixStephan Seitz
Ref: https://github.com/tree-sitter/tree-sitter/issues/968#issuecomment-792932744
2021-03-16Fix C++ localsStephan Seitz
2021-03-16Update jsonc to 0.19.0Stephan Seitz
2021-03-16Fix fennel queriesStephan Seitz
2021-03-16Remove invalid dart queryStephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-16Fix readonly keyword in typescriptStephan Seitz
2021-03-16Fix invalid node type in CSS queriesStephan Seitz
2021-03-16Fix ocaml queriesStephan Seitz
2021-03-16Mark parsers with NPM dependencyStephan Seitz
2021-03-16Remove some broken queriesStephan Seitz
2021-03-16Add `definition.parameter` query to 'r/locals.scm'.echasnovski
2021-03-16Update queries for R language.echasnovski
2021-03-16Add support for R language.echasnovski
2021-03-16go: add builtin functionsYuki Ito
2021-03-15folds support and somewhat better indents for rubyIvo Dancet
2021-03-15Rust: add mod_item to foldsSantos Gallegos
2021-03-15Rust: Add variable and closure parameter highlightsRohit Pradhan
2021-03-15Ecma: Highlight single-argument callback parameterRohit Pradhan
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2021-03-10chore: create ecma base for use in js and ts which fixes jsx issueskiyan