aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Expand)AuthorAgeFilesLines
* folds(ini): add folds.scmStephan Seitz2023-01-211-0/+1
* highlights(ini): add highlights.scmStephan Seitz2023-01-211-0/+16
* parsers: Add FHIR Shorthand (FSH) (#4052)Matthew Gramigna2023-01-181-0/+91
* scala: add interpolator query (#4175)Chris Kipp2023-01-181-3/+3
* c_sharp: update parser and queries (#4169)Corentin Brunel2023-01-161-1/+0
* sync with latest Scala and add bindingChris Kipp2023-01-151-0/+3
* highlights(haskell): don't match True|False in other identifiersStephan Seitz2023-01-141-1/+1
* highlights(elm): fix boolean literalsAnanda Umamil2023-01-141-1/+1
* highlights(haskell): special sigils and operatorsAnanda Umamil2023-01-141-0/+5
* refactor(scala): update the Scala highlight queriesChris Kipp2023-01-141-47/+85
* indents(c): update if casesPham Huy Hoang2023-01-141-50/+55
* indents(c): Refactor indent queriesPham Huy Hoang2023-01-141-11/+75
* highlights(kotlin): package keyword and declarationAnanda Umamil2023-01-141-2/+2
* markdown: add strikethrough and blockquote capturesChristian Clason2023-01-142-0/+5
* feat(scss): add known at-rules to keyword listSaurabh Charde2023-01-131-1/+7
* fix(nickel): follow upstream change in https://github.com/nickel-lang/tree-si...Stephan Seitz2023-01-111-1/+1
* injections(nix): remove `@combined`figsoda2023-01-111-1/+0
* fix(nix): reduce injection false positivesfigsoda2023-01-111-1/+1
* highlights(haskell): function and variable bindingsAnanda Umamil2023-01-111-1/+4
* highlights(wgsl): comment -> {line,block}_commentStephan Seitz2023-01-102-2/+2
* Update indents.scmCameron2023-01-091-2/+1
* refactor: move method and end_method to @keyword.functionAmaan Q2023-01-091-2/+5
* fix: character_literal is no longer unsupported :)Amaan Q2023-01-091-1/+0
* feat: add character_literal queryAmaan Qureshi2023-01-091-2/+2
* feat: add smali queryAmaan Q2023-01-092-0/+114
* injections(cpp): add injections for raw string literalsJohn Drouhard2023-01-091-0/+4
* folds(fennel): add `let`, `fn`, `let_clause`, `quoted_list`, `local`, `global...Chinmay Dalal2023-01-091-1/+1
* folds(fennel): add fennel foldsChinmay Dalal2023-01-091-0/+1
* Update indents for RubyCameron2023-01-061-0/+2
* folds(rust): add array_expressionChinmay Dalal2023-01-051-0/+1
* highlights(markdown_inline): added ')' to linksJosef Litoš2023-01-041-2/+2
* fix(jsx): add missing indent end mark to elementsPham Huy Hoang2023-01-042-1/+11
* 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