aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* highlights(markdown): conceal link markersStephan Seitz2022-04-151-0/+8
* highlights(markdown): conceal `emphasis_delimiter`Stephan Seitz2022-04-151-5/+6
* highlights(markdown): add conceal to fenced code blocksStephan Seitz2022-04-151-0/+7
* latex: capture math env contentsChristian Clason2022-04-151-1/+3
* julia: update queries to parser changesChristian Clason2022-04-153-12/+15
* latex: update queriesChristian Clason2022-04-142-61/+42
* svelte query and lockfile updatedHimujjal Upadhyaya2022-04-131-0/+2
* fix: remove ftdetect, Fix `struct` highlight for wgslKonrad Bochnia2022-04-111-1/+1
* Add WGSL parserKonrad Bochnia2022-04-112-0/+111
* Add c injection for cgo commentskraftwerk282022-04-111-0/+5
* Fix nvim-treesitter CI6cdh2022-04-101-7/+7
* Added folds, injections6cdh2022-04-102-0/+2
* Added scheme highlights6cdh2022-04-101-0/+181
* highlights(json): highlight ":"Stephan Seitz2022-04-101-1/+1
* feat: add curly interpolation support for astrovirchau132022-04-092-1/+6
* fixup! highlights(python): highlight exception keywordsFerdinand Ratajczak2022-04-071-4/+0
* highlights(python): highlight exception keywordsFerdinand Ratajczak2022-04-071-0/+11
* feat: add astrovirchau132022-04-075-0/+10
* highlights(hack): fix typo in "tuple" keywordStephan Seitz2022-04-061-1/+1
* fix(indent/lua): wrong for nested tables due to branch on opening pairsJędrzej Boczar2022-04-061-3/+0
* Inject query into lua for set_query callsConnor Lay (Clay)2022-04-061-0/+5
* highlights(bash): add more builtinsadrian52022-04-041-2/+2
* indents(ecma): use auto indent on (ERROR)Stephan Seitz2022-04-041-0/+2
* Fixed incorrect Java indentation for method chainingDaniel Woznicki2022-04-041-1/+2
* Add highlighting query for Scss `@for` loopsOmer Tuchfeld2022-04-031-2/+12
* Added true/false to the highlightsOleksii Demennikov2022-04-031-0/+2
* Added injectionsOleksii Demennikov2022-04-031-0/+1
* Added the initial version for the support of rego languageOleksii Demennikov2022-04-031-0/+14
* highlights(python): "from" in yield should be `@keyword.return`Stephan Seitz2022-04-011-1/+4
* highlights(fennel): fix "collect" "icollect" "accumulate"Stephan Seitz2022-04-011-2/+8
* refactor(queries): simplify highlight queries for elvishTobias Frilling2022-04-011-20/+11
* Add elvishTobias Frilling2022-04-012-0/+80
* feat: add vimdoc parser and highlight queriesChristian Clason2022-03-291-0/+14
* r(indents): fix brace_list alignmentPedro Castro2022-03-291-4/+1
* r(highlights): fix default_parameterPedro Castro2022-03-281-1/+3
* r(highlights): add default parameter/argument (#2688)Pedro Castro2022-03-281-9/+6
* highlights: conceal `"` in JSONStephan Seitz2022-03-261-0/+2
* fix(prisma): highlight "type" keywordAlexey Orlenko2022-03-241-0/+1
* injections(r): add commentPedro Castro2022-03-191-0/+1
* Added fix for incorrect CSS indent after closing bracketDaniel Woznicki2022-03-191-3/+2
* highlights(php): argument name as parameterWilman Barrios2022-03-171-0/+3
* Add CooklangAddison Chan2022-03-171-0/+22
* highlights(bash): add operators ">>", "<<"Stephan Seitz2022-03-161-0/+2
* highlight(fish): dollar command substitutionOmar Zeghouani2022-03-161-0/+2
* Highlight markdown `uri_autolink` as `@text.uri`Gustaf Lindstedt2022-03-141-1/+4
* properly bind function names to the parent scopeHarry Gallagher2022-03-121-2/+4
* fix(lua): restore precedence for @variable.builtin and @constant.builtinChristian Clason2022-03-121-14/+12
* Add more indentationsNick Pezza2022-03-121-0/+5
* Dedent on end in ruby filesNick Pezza2022-03-121-0/+7
* highlights(rust): highlight as in <Struct as Trait>::TypeStephan Seitz2022-03-111-0/+1