summaryrefslogtreecommitdiff
path: root/queries
AgeCommit message (Collapse)Author
2022-04-23Add indent queries for YANGTomas Sandven
2022-04-18fix(go): reduce indent after },)Akin Sowemimo
2022-04-16highlights(java): add support for `text_block`sStephan Seitz
2022-04-16feat(vim): highlight unknown commandsThomas Vigouroux
2022-04-16highlights(julia): Update literalsSergio Alejandro Vargas
Add queries for: - Character literals - Escape sequences - NaNs, Infs and missing Remove highlight to identifiers in coefficient expressions. Update other literals to match grammar.
2022-04-15highlights(markdown): fix conceal captureStephan Seitz
2022-04-15highlights(markdown): conceal link markersStephan Seitz
2022-04-15highlights(markdown): conceal `emphasis_delimiter`Stephan Seitz
2022-04-15highlights(markdown): add conceal to fenced code blocksStephan Seitz
2022-04-15latex: capture math env contentsChristian Clason
2022-04-15julia: update queries to parser changesChristian Clason
2022-04-14latex: update queriesChristian Clason
Make use of parser updates * add `\{re}newenvironment` * add `\DeclarePairedDelimiter{X}` * add `\title` and `\author` * add optional arguments to sectioning commands * use builtin nodes for math environments
2022-04-13svelte query and lockfile updatedHimujjal Upadhyaya
2022-04-11fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia
2022-04-11Add WGSL parserKonrad Bochnia
2022-04-11Add c injection for cgo commentskraftwerk28
2022-04-10Fix nvim-treesitter CI6cdh
2022-04-10Added folds, injections6cdh
2022-04-10Added scheme highlights6cdh
2022-04-10highlights(json): highlight ":"Stephan Seitz
Fixes #2703
2022-04-09feat: add curly interpolation support for astrovirchau13
2022-04-07fixup! highlights(python): highlight exception keywordsFerdinand Ratajczak
2022-04-07highlights(python): highlight exception keywordsFerdinand Ratajczak
2022-04-07feat: add astrovirchau13
2022-04-06highlights(hack): fix typo in "tuple" keywordStephan Seitz
https://github.com/slackhq/tree-sitter-hack/pull/34
2022-04-06fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar
2022-04-06Inject query into lua for set_query callsConnor Lay (Clay)
2022-04-04highlights(bash): add more builtinsadrian5
2022-04-04indents(ecma): use auto indent on (ERROR)Stephan Seitz
Fixes #2515
2022-04-04Fixed incorrect Java indentation for method chainingDaniel Woznicki
2022-04-03Add highlighting query for Scss `@for` loopsOmer Tuchfeld
The Scss language only had highlighting queries for `@each` loops, this commit adds support for `@for` loops as well. Also moved all loop-related keywords (including newly added ones) to `@repeat` rather than `@keyword`
2022-04-03Added true/false to the highlightsOleksii Demennikov
2022-04-03Added injectionsOleksii Demennikov
2022-04-03Added the initial version for the support of rego languageOleksii Demennikov
2022-04-01highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz
Fixes #2712
2022-04-01highlights(fennel): fix "collect" "icollect" "accumulate"Stephan Seitz
They are now anonymous nodes. Fixes #2707
2022-04-01refactor(queries): simplify highlight queries for elvishTobias Frilling
2022-04-01Add elvishTobias Frilling
2022-03-29feat: add vimdoc parser and highlight queriesChristian Clason
2022-03-29r(indents): fix brace_list alignmentPedro Castro
2022-03-28r(highlights): fix default_parameterPedro Castro
2022-03-28r(highlights): add default parameter/argument (#2688)Pedro Castro
* Update lockfile.json * r(highlights): default argument/parameter and some updates
2022-03-26highlights: conceal `"` in JSONStephan Seitz
Fixes #645
2022-03-24fix(prisma): highlight "type" keywordAlexey Orlenko
2022-03-19injections(r): add commentPedro Castro
2022-03-19Added fix for incorrect CSS indent after closing bracketDaniel Woznicki
Added a failing test for possible broken CSS syntax tree
2022-03-17highlights(php): argument name as parameterWilman Barrios
2022-03-17Add CooklangAddison Chan
2022-03-16highlights(bash): add operators ">>", "<<"Stephan Seitz
2022-03-16highlight(fish): dollar command substitutionOmar Zeghouani