| Commit message (Expand) | Author | Age | Files | Lines |
| * | folds(ini): add folds.scm | Stephan Seitz | 2023-01-21 | 1 | -0/+1 |
| * | highlights(ini): add highlights.scm | Stephan Seitz | 2023-01-21 | 1 | -0/+16 |
| * | parsers: Add FHIR Shorthand (FSH) (#4052) | Matthew Gramigna | 2023-01-18 | 1 | -0/+91 |
| * | scala: add interpolator query (#4175) | Chris Kipp | 2023-01-18 | 1 | -3/+3 |
| * | c_sharp: update parser and queries (#4169) | Corentin Brunel | 2023-01-16 | 1 | -1/+0 |
| * | sync with latest Scala and add binding | Chris Kipp | 2023-01-15 | 1 | -0/+3 |
| * | highlights(haskell): don't match True|False in other identifiers | Stephan Seitz | 2023-01-14 | 1 | -1/+1 |
| * | highlights(elm): fix boolean literals | Ananda Umamil | 2023-01-14 | 1 | -1/+1 |
| * | highlights(haskell): special sigils and operators | Ananda Umamil | 2023-01-14 | 1 | -0/+5 |
| * | refactor(scala): update the Scala highlight queries | Chris Kipp | 2023-01-14 | 1 | -47/+85 |
| * | indents(c): update if cases | Pham Huy Hoang | 2023-01-14 | 1 | -50/+55 |
| * | indents(c): Refactor indent queries | Pham Huy Hoang | 2023-01-14 | 1 | -11/+75 |
| * | highlights(kotlin): package keyword and declaration | Ananda Umamil | 2023-01-14 | 1 | -2/+2 |
| * | markdown: add strikethrough and blockquote captures | Christian Clason | 2023-01-14 | 2 | -0/+5 |
| * | feat(scss): add known at-rules to keyword list | Saurabh Charde | 2023-01-13 | 1 | -1/+7 |
| * | fix(nickel): follow upstream change in https://github.com/nickel-lang/tree-si... | Stephan Seitz | 2023-01-11 | 1 | -1/+1 |
| * | injections(nix): remove `@combined` | figsoda | 2023-01-11 | 1 | -1/+0 |
| * | fix(nix): reduce injection false positives | figsoda | 2023-01-11 | 1 | -1/+1 |
| * | highlights(haskell): function and variable bindings | Ananda Umamil | 2023-01-11 | 1 | -1/+4 |
| * | highlights(wgsl): comment -> {line,block}_comment | Stephan Seitz | 2023-01-10 | 2 | -2/+2 |
| * | Update indents.scm | Cameron | 2023-01-09 | 1 | -2/+1 |
| * | refactor: move method and end_method to @keyword.function | Amaan Q | 2023-01-09 | 1 | -2/+5 |
| * | fix: character_literal is no longer unsupported :) | Amaan Q | 2023-01-09 | 1 | -1/+0 |
| * | feat: add character_literal query | Amaan Qureshi | 2023-01-09 | 1 | -2/+2 |
| * | feat: add smali query | Amaan Q | 2023-01-09 | 2 | -0/+114 |
| * | injections(cpp): add injections for raw string literals | John Drouhard | 2023-01-09 | 1 | -0/+4 |
| * | folds(fennel): add `let`, `fn`, `let_clause`, `quoted_list`, `local`, `global... | Chinmay Dalal | 2023-01-09 | 1 | -1/+1 |
| * | folds(fennel): add fennel folds | Chinmay Dalal | 2023-01-09 | 1 | -0/+1 |
| * | Update indents for Ruby | Cameron | 2023-01-06 | 1 | -0/+2 |
| * | folds(rust): add array_expression | Chinmay Dalal | 2023-01-05 | 1 | -0/+1 |
| * | highlights(markdown_inline): added ')' to links | Josef Litoš | 2023-01-04 | 1 | -2/+2 |
| * | fix(jsx): add missing indent end mark to elements | Pham Huy Hoang | 2023-01-04 | 2 | -1/+11 |
| * | fix(html): fix wrong indents for script/style tags | Pham Huy Hoang | 2023-01-03 | 1 | -2/+25 |
| * | refactor(svelte): Remove duplicated queries | Lucario387 | 2023-01-03 | 1 | -7/+4 |
| * | refactor(vue, html): Update injections | Lucario387 | 2023-01-03 | 3 | -59/+77 |
| * | highlights(elm): zero args constructor pattern matching | Ananda Umamil | 2023-01-01 | 1 | -0/+2 |
| * | highlights(haskell): Fix partially applied infix functions | Manuel Barros | 2023-01-01 | 1 | -0/+2 |
| * | highlights(rust): use `@namespace` for `[(crate) (self) (super)]` | Stephan Seitz | 2023-01-01 | 1 | -4/+4 |
| * | highlights(elm): improve highlights | Ananda Umamil | 2023-01-01 | 1 | -41/+143 |
| * | indents(c): treat `"#ifndef"`, `"#elif"` like `"#ifdef"` | Stephan Seitz | 2022-12-31 | 1 | -0/+2 |
| * | highlights(wgsl): highlight "->" for return types as `@punctuation.delimiter` | Stephan Seitz | 2022-12-31 | 1 | -1/+1 |
| * | parsers: add wgsl_bevy | Stephan Seitz | 2022-12-31 | 3 | -0/+37 |
| * | highlights(cuda): add missing `"__global__"` | Stephan Seitz | 2022-12-31 | 1 | -0/+1 |
| * | move 'in' to repeat | Pedro Castro | 2022-12-31 | 1 | -1/+1 |
| * | fix test | Pedro Castro | 2022-12-31 | 1 | -1/+1 |
| * | r: move inf to constant.builtin | Pedro Castro | 2022-12-31 | 1 | -1/+1 |
| * | r: update highlights | Pedro Castro | 2022-12-31 | 1 | -9/+26 |
| * | feat(hcl,terraform): split terraform from hcl, add specialized queries for tf | Michael Hoffmann | 2022-12-29 | 5 | -9/+30 |
| * | highlights(haskell): lambda and function with type signature | Ananda Umamil | 2022-12-29 | 1 | -3/+6 |
| * | Update slint indent queries | Christian Clason | 2022-12-27 | 2 | -11/+12 |