| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | parsers(smali): bump smali parser for character literal support | Amaan Q | 2023-01-09 | 1 | -1/+1 |
| * | feat: add smali query | Amaan Q | 2023-01-09 | 2 | -0/+114 |
| * | feat: add smali to lockfile, parser, and link to repo in README | Amaan Q | 2023-01-09 | 3 | -0/+13 |
| * | injections(cpp): add injections for raw string literals | John Drouhard | 2023-01-09 | 1 | -0/+4 |
| * | Update parsers: scala | GitHub | 2023-01-09 | 1 | -1/+1 |
| * | 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 parsers: scala | GitHub | 2023-01-09 | 1 | -1/+1 |
| * | Update parsers: cpp, cuda, hlsl, scala, swift, wgsl_bevy | GitHub | 2023-01-09 | 1 | -6/+6 |
| * | ci: fix file name for cache calculation | Stephan Seitz | 2023-01-08 | 2 | -2/+3 |
| * | install: allow pure C parsers to be compiled without `-lstdc++` | Stephan Seitz | 2023-01-08 | 1 | -1/+7 |
| * | Update parsers: c_sharp, clojure, cpp, cuda, fortran, gitcommit, hlsl, http, ... | GitHub | 2023-01-07 | 1 | -12/+12 |
| * | Remove update_selection side-effects (#4114) | coinator | 2023-01-07 | 1 | -1/+2 |
| * | allow negative assertion in injection tests (#4107) | lucario387 | 2023-01-07 | 5 | -135/+84 |
| * | fix(utils): swap_nodes calculates correct char_delta (#4110) | Michael Lan | 2023-01-07 | 2 | -2/+42 |
| * | Add tests correctly for ruby rescue/ensure indentation | Cameron | 2023-01-06 | 3 | -2/+2 |
| * | Create indent-ensure.rb | Cameron | 2023-01-06 | 1 | -0/+3 |
| * | Create indent-rescue.rb | Cameron | 2023-01-06 | 1 | -0/+3 |
| * | Update indents for Ruby | Cameron | 2023-01-06 | 1 | -0/+2 |
| * | folds(rust): add array_expression | Chinmay Dalal | 2023-01-05 | 1 | -0/+1 |
| * | ci: properly fix lockfile action | ObserverOfTime | 2023-01-04 | 1 | -1/+1 |
| * | fix: do not force syntax=ON on detach | Lewis Russell | 2023-01-04 | 1 | -9/+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 | 6 | -1/+98 |
| * | fix(html): fix wrong indents for script/style tags | Pham Huy Hoang | 2023-01-03 | 6 | -2/+91 |
| * | refactor(svelte): Remove duplicated queries | Lucario387 | 2023-01-03 | 2 | -7/+43 |
| * | refactor(vue, html): Update injections | Lucario387 | 2023-01-03 | 4 | -59/+122 |
| * | Update parsers: scala | GitHub | 2023-01-03 | 1 | -1/+1 |
| * | ci: trim final `"]` when parsers get added in update-lockfile.yml | Stephan Seitz | 2023-01-03 | 1 | -1/+1 |
| * | Update parsers: gitcommit, norg, v | GitHub | 2023-01-03 | 1 | -3/+3 |
| * | Update parsers: v (#4077) | github-actions[bot] | 2023-01-02 | 1 | -1/+1 |
| * | Update parsers: help (#4075) | github-actions[bot] | 2023-01-02 | 1 | -1/+1 |
| * | 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 |
| * | Update parsers: latex (#4072) | github-actions[bot] | 2023-01-01 | 1 | -1/+1 |
| * | Update parsers: latex | GitHub | 2023-01-01 | 1 | -1/+1 |
| * | highlights(rust): use `@namespace` for `[(crate) (self) (super)]` | Stephan Seitz | 2023-01-01 | 2 | -19/+37 |
| * | ci: allow negative assertions in tests | Stephan Seitz | 2023-01-01 | 2 | -1/+13 |
| * | 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 |
| * | Update parsers: wgsl_bevy"] | GitHub | 2022-12-31 | 1 | -0/+3 |
| * | 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 | 4 | -0/+46 |
| * | fix: show errors when reload after installation fails | Stephan Seitz | 2022-12-31 | 2 | -7/+10 |
| * | feat: also reload parsers after uninstallation | Stephan Seitz | 2022-12-31 | 1 | -11/+24 |
| * | highlights(cuda): add missing `"__global__"` | Stephan Seitz | 2022-12-31 | 1 | -0/+1 |
| * | move 'in' to repeat | Pedro Castro | 2022-12-31 | 2 | -2/+2 |