| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Update slint highlight queries for rewrite | Jared Moulton | 2022-12-27 | 1 | -42/+50 |
| * | julia: update parser and highlights (#4035) | Sergio A. Vargas | 2022-12-27 | 1 | -16/+25 |
| * | Fix(vue): Invalid match queries | Lucario387 | 2022-12-25 | 1 | -0/+1 |
| * | Fix(vue): Invalid match queries | Lucario387 | 2022-12-25 | 1 | -2/+2 |
| * | injections(vue): Update injection queries | Lucario387 | 2022-12-25 | 1 | -13/+41 |
| * | highlights(c_sharp): add ">>>" ">>>=" | Stephan Seitz | 2022-12-24 | 1 | -0/+2 |
| * | Inherit folds for SCSS from CSS | Rishi | 2022-12-23 | 1 | -0/+1 |
| * | injections(nix): combine injections to work better with interpolations | figsoda | 2022-12-23 | 2 | -1/+13 |
| * | highlights(nix): improve builtins and exceptions highlights | figsoda | 2022-12-23 | 1 | -9/+21 |
| * | highlights(nix): add all builtins | figsoda | 2022-12-23 | 1 | -98/+15 |
| * | highlights(nix): improve highlights | figsoda | 2022-12-23 | 1 | -28/+120 |
| * | injections(nix): fix runCommand* | figsoda | 2022-12-23 | 1 | -7/+7 |
| * | julia: update parser and highlights (#4016) | Sergio A. Vargas | 2022-12-23 | 1 | -7/+3 |
| * | Fix vue injection queries | Lucario387 | 2022-12-22 | 1 | -2/+33 |
| * | feat: add Ada | Emmanuel Briot | 2022-12-22 | 3 | -0/+225 |
| * | injections(go): inject regex into some regexp functions | Stephan Seitz | 2022-12-22 | 1 | -0/+12 |
| * | feat(t32): initial support | xasc | 2022-12-21 | 4 | -0/+178 |
| * | injections(yaml): fix injections | figsoda | 2022-12-21 | 2 | -3/+3 |
| * | csharp: update query to parser change | Christian Clason | 2022-12-20 | 1 | -1/+0 |
| * | highlights(java): fix '!',param,global group | Josef Litoš | 2022-12-19 | 1 | -2/+5 |
| * | highlights(lua): use @method.call | Jaehwang Jung | 2022-12-15 | 1 | -1/+1 |
| * | julia: update queries to parser change (#3956) | Sergio A. Vargas | 2022-12-14 | 3 | -20/+21 |
| * | add queries `project` and `cmake_minimum_required`v0.8.1v0.8.0 | Uy Ha | 2022-12-13 | 1 | -0/+14 |
| * | remove redundant parentheses | Uy Ha | 2022-12-13 | 1 | -13/+13 |
| * | bind ENV and CACHE as @storageclass | Uy Ha | 2022-12-13 | 1 | -1/+1 |
| * | add OUTPUT_VARIABLE query for list TRANSFORM | Uy Ha | 2022-12-13 | 1 | -0/+9 |
| * | rearrange queries, include all builtin commands in one query | Uy Ha | 2022-12-13 | 1 | -44/+49 |
| * | add highlight for `list` command | Uy Ha | 2022-12-13 | 1 | -0/+39 |
| * | add highlight for `unset` command | Uy Ha | 2022-12-13 | 1 | -0/+13 |
| * | add queries for block, return, break, continue, and include | Uy Ha | 2022-12-13 | 1 | -2/+35 |
| * | feat(cmake): add block_def to fold | Uy Ha | 2022-12-13 | 1 | -0/+1 |
| * | highlights(typescript): add `module` keyword | Ananda Umamil | 2022-12-13 | 1 | -0/+1 |