| Commit message (Expand) | Author | Age | Files | Lines |
| * | refactor(scala): update the Scala highlight queries | Chris Kipp | 2023-01-14 | 2 | -48/+86 |
| * | ci: stop running update-lockfile after every commit | Christian Clason | 2023-01-14 | 1 | -3/+0 |
| * | indents(c): update if cases | Pham Huy Hoang | 2023-01-14 | 2 | -50/+60 |
| * | indents(c): Refactor indent queries | Pham Huy Hoang | 2023-01-14 | 6 | -14/+178 |
| * | highlights(kotlin): package keyword and declaration | Ananda Umamil | 2023-01-14 | 1 | -2/+2 |
| * | readme: runtimepath before setup call | Gaetan Lepage | 2023-01-14 | 1 | -1/+2 |
| * | markdown: add strikethrough and blockquote captures | Christian Clason | 2023-01-14 | 3 | -1/+7 |
| * | feat(scss): add known at-rules to keyword list | Saurabh Charde | 2023-01-13 | 1 | -1/+7 |
| * | Update parsers: c_sharp, scala | GitHub | 2023-01-12 | 1 | -2/+2 |
| * | Update parsers: c_sharp, julia, sql | GitHub | 2023-01-12 | 1 | -3/+3 |
| * | fix(nickel): follow upstream change in https://github.com/nickel-lang/tree-si... | Stephan Seitz | 2023-01-11 | 1 | -1/+1 |
| * | Update parsers: c_sharp, nickel, sql | GitHub | 2023-01-11 | 1 | -3/+3 |
| * | injections(nix): remove `@combined` | figsoda | 2023-01-11 | 1 | -1/+0 |
| * | fix(nix): reduce injection false positives | figsoda | 2023-01-11 | 1 | -1/+1 |
| * | docs: remove remaining references to Zulip | Stephan Seitz | 2023-01-11 | 1 | -7/+5 |
| * | highlights(haskell): function and variable bindings | Ananda Umamil | 2023-01-11 | 1 | -1/+4 |
| * | Update parsers: scala | GitHub | 2023-01-11 | 1 | -1/+1 |
| * | Update parsers: c_sharp | GitHub | 2023-01-11 | 1 | -1/+1 |
| * | Update parsers: embedded_template, scala | GitHub | 2023-01-10 | 1 | -2/+2 |
| * | feat: let qml use qmljs | ShootingStarDragons | 2023-01-10 | 1 | -1/+1 |
| * | Update parsers: ruby, scala | GitHub | 2023-01-10 | 1 | -2/+2 |
| * | docs: install four bundled parser in README | Christian Clason | 2023-01-10 | 1 | -2/+2 |
| * | Update parsers: c_sharp, scala | GitHub | 2023-01-10 | 1 | -2/+2 |
| * | highlights(wgsl): comment -> {line,block}_comment | Stephan Seitz | 2023-01-10 | 2 | -2/+2 |
| * | parsers(wgsl_bevy): add scanner.c | Stephan Seitz | 2023-01-10 | 2 | -2/+2 |
| * | parsers(wgsl): add scanner.c | Stephan Seitz | 2023-01-10 | 1 | -1/+1 |
| * | Update parsers: scala, wgsl | GitHub | 2023-01-10 | 1 | -2/+2 |
| * | Update indent-square-brackets.rb | Cameron | 2023-01-09 | 1 | -1/+1 |
| * | Create indent-square-brackets.rb | Cameron | 2023-01-09 | 1 | -0/+5 |
| * | 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 |
| * | 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 |