aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
...
* fix(html): fix wrong indents for script/style tagsPham Huy Hoang2023-01-031-2/+25
* refactor(svelte): Remove duplicated queriesLucario3872023-01-031-7/+4
* refactor(vue, html): Update injectionsLucario3872023-01-033-59/+77
* highlights(elm): zero args constructor pattern matchingAnanda Umamil2023-01-011-0/+2
* highlights(haskell): Fix partially applied infix functionsManuel Barros2023-01-011-0/+2
* highlights(rust): use `@namespace` for `[(crate) (self) (super)]`Stephan Seitz2023-01-011-4/+4
* highlights(elm): improve highlightsAnanda Umamil2023-01-011-41/+143
* indents(c): treat `"#ifndef"`, `"#elif"` like `"#ifdef"`Stephan Seitz2022-12-311-0/+2
* highlights(wgsl): highlight "->" for return types as `@punctuation.delimiter`Stephan Seitz2022-12-311-1/+1
* parsers: add wgsl_bevyStephan Seitz2022-12-313-0/+37
* highlights(cuda): add missing `"__global__"`Stephan Seitz2022-12-311-0/+1
* move 'in' to repeatPedro Castro2022-12-311-1/+1
* fix testPedro Castro2022-12-311-1/+1
* r: move inf to constant.builtinPedro Castro2022-12-311-1/+1
* r: update highlightsPedro Castro2022-12-311-9/+26
* feat(hcl,terraform): split terraform from hcl, add specialized queries for tfMichael Hoffmann2022-12-295-9/+30
* highlights(haskell): lambda and function with type signatureAnanda Umamil2022-12-291-3/+6
* Update slint indent queriesChristian Clason2022-12-272-11/+12
* Update slint highlight queries for rewriteJared Moulton2022-12-271-42/+50
* julia: update parser and highlights (#4035)Sergio A. Vargas2022-12-271-16/+25
* Fix(vue): Invalid match queriesLucario3872022-12-251-0/+1
* Fix(vue): Invalid match queriesLucario3872022-12-251-2/+2
* injections(vue): Update injection queriesLucario3872022-12-251-13/+41
* highlights(c_sharp): add ">>>" ">>>="Stephan Seitz2022-12-241-0/+2
* Inherit folds for SCSS from CSSRishi2022-12-231-0/+1
* injections(nix): combine injections to work better with interpolationsfigsoda2022-12-232-1/+13
* highlights(nix): improve builtins and exceptions highlightsfigsoda2022-12-231-9/+21
* highlights(nix): add all builtinsfigsoda2022-12-231-98/+15
* highlights(nix): improve highlightsfigsoda2022-12-231-28/+120
* injections(nix): fix runCommand*figsoda2022-12-231-7/+7
* julia: update parser and highlights (#4016)Sergio A. Vargas2022-12-231-7/+3
* Fix vue injection queriesLucario3872022-12-221-2/+33
* feat: add AdaEmmanuel Briot2022-12-223-0/+225
* injections(go): inject regex into some regexp functionsStephan Seitz2022-12-221-0/+12
* feat(t32): initial supportxasc2022-12-214-0/+178
* injections(yaml): fix injectionsfigsoda2022-12-212-3/+3
* csharp: update query to parser changeChristian Clason2022-12-201-1/+0
* highlights(java): fix '!',param,global groupJosef Litoš2022-12-191-2/+5
* highlights(lua): use @method.callJaehwang Jung2022-12-151-1/+1
* julia: update queries to parser change (#3956)Sergio A. Vargas2022-12-143-20/+21
* add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0Uy Ha2022-12-131-0/+14
* remove redundant parenthesesUy Ha2022-12-131-13/+13
* bind ENV and CACHE as @storageclassUy Ha2022-12-131-1/+1
* add OUTPUT_VARIABLE query for list TRANSFORMUy Ha2022-12-131-0/+9
* rearrange queries, include all builtin commands in one queryUy Ha2022-12-131-44/+49
* add highlight for `list` commandUy Ha2022-12-131-0/+39
* add highlight for `unset` commandUy Ha2022-12-131-0/+13
* add queries for block, return, break, continue, and includeUy Ha2022-12-131-2/+35
* feat(cmake): add block_def to foldUy Ha2022-12-131-0/+1
* highlights(typescript): add `module` keywordAnanda Umamil2022-12-131-0/+1