| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix(python,starlark): update field match pattern | Amaan Qureshi | 2023-04-25 | 3 | -4/+14 |
| * | Update parsers: glimmer, smali, zig | GitHub | 2023-04-25 | 1 | -2/+2 |
| * | chore(smali): add tests | Amaan Qureshi | 2023-04-25 | 7 | -1/+420 |
| * | feat(smali): update queries from upstream parser | Amaan Qureshi | 2023-04-25 | 3 | -10/+40 |
| * | injections(lua): highlight vim.api.nvim_exec2 | smjonas | 2023-04-24 | 1 | -2/+2 |
| * | injections(lua): highlight Lua code in vim.rpcrequest and vim.rpcnotify | smjonas | 2023-04-24 | 1 | -1/+8 |
| * | Update parsers: devicetree, swift, t32 (#4702) | github-actions[bot] | 2023-04-24 | 1 | -3/+3 |
| * | feat(java): add basic folding (#4701) | Pham Huy Hoang | 2023-04-24 | 1 | -0/+5 |
| * | Update ledger highlight queries | Cédric Barreteau | 2023-04-23 | 1 | -4/+20 |
| * | Update parsers: htmldjango, ledger, scheme (#4698) | github-actions[bot] | 2023-04-23 | 1 | -3/+3 |
| * | Update parsers: json, scheme, t32, tsx, typescript (#4694) | github-actions[bot] | 2023-04-22 | 1 | -5/+5 |
| * | perf: remove match where possible | Amaan Qureshi | 2023-04-21 | 37 | -113/+104 |
| * | fix(c): types are optional in sized_type_specifier | Amaan Qureshi | 2023-04-21 | 1 | -1/+1 |
| * | docs: update readme maintainers | Amaan Qureshi | 2023-04-21 | 2 | -4/+4 |
| * | Update parsers: erlang, sql, t32 (#4687) | github-actions[bot] | 2023-04-21 | 1 | -3/+3 |
| * | feat(c): highlight parenthesized function pointer decl identifiers as `@funct... | Amaan Qureshi | 2023-04-21 | 1 | -1/+6 |
| * | chore(parsers): update http maintainers | Amaan Qureshi | 2023-04-20 | 1 | -1/+1 |
| * | Update parsers: gitcommit, html, java, t32 (#4671) | github-actions[bot] | 2023-04-20 | 1 | -4/+4 |
| * | feat(http): update parser queries from upstream | Amaan Qureshi | 2023-04-20 | 4 | -15/+62 |
| * | tests: fix deprecated tests (#4681) | Pham Huy Hoang | 2023-04-20 | 1 | -2/+8 |
| * | docs: update gitconfig in readme to reflect parser name (#4656) | stefan | 2023-04-20 | 2 | -2/+2 |
| * | feat(rust): move some keywords & operators to where they belong | Amaan Qureshi | 2023-04-19 | 1 | -12/+10 |
| * | feat(markdown): configured aliases for fenced code block languages (#4659) | Benny Powers | 2023-04-18 | 2 | -14/+50 |
| * | refactor(smali): refactor queries from upstream | Amaan Qureshi | 2023-04-17 | 3 | -21/+14 |
| * | fix(ecma): comment should be `@indent.auto` (#4669) | Amaan Qureshi | 2023-04-18 | 1 | -4/+4 |
| * | highlights(prql): replace `and` and `or` operators | Matthias Queitsch | 2023-04-17 | 2 | -3/+3 |
| * | fix(compat): add missing get_node_text, required by playground (#4666) | tzachar | 2023-04-17 | 1 | -0/+4 |
| * | Update parsers: bash, latex | GitHub | 2023-04-17 | 1 | -2/+2 |
| * | fix(ruby): bare_symbol should be @symbol | Serhii Budnik | 2023-04-17 | 1 | -1/+1 |
| * | fix(checkhealth): use non-deprecated versions if possible | dundargoc | 2023-04-16 | 1 | -18/+22 |
| * | Update parsers: cpp, cuda, elm, hlsl, luadoc, swift (#4657) | github-actions[bot] | 2023-04-16 | 1 | -6/+6 |
| * | perf(ecma): remove GraphQL comment injection, use lua-match for gql template ... | Amaan Qureshi | 2023-04-15 | 1 | -5/+6 |
| * | feat(cpp): improve function.call to support any level of nesting for qualifie... | John Drouhard | 2023-04-15 | 2 | -40/+77 |
| * | fix(php_inject): add missing @combined to text | Pham Huy Hoang | 2023-04-14 | 1 | -1/+1 |
| * | Update parsers: c_sharp, html, matlab, perl, t32, zig (#4649) | github-actions[bot] | 2023-04-14 | 1 | -6/+6 |
| * | fix(dart_indent): Fix dart case/default indent | Pham Huy Hoang | 2023-04-14 | 3 | -2/+49 |
| * | chore(dart): remove tests for switch | Robert Brunhage | 2023-04-13 | 2 | -12/+0 |
| * | test(dart): add test cases for open issues | Robert Brunhage | 2023-04-13 | 4 | -2/+36 |
| * | fix(dart): review comment | Robert Brunhage | 2023-04-13 | 1 | -1/+1 |
| * | test(dart): add expected failure file to test | Robert Brunhage | 2023-04-13 | 1 | -1/+3 |
| * | chore: fix formatting issue for dart test | Robert Brunhage | 2023-04-13 | 1 | -1/+6 |
| * | Update tests/indent/dart_spec.lua | Robert Brunhage | 2023-04-13 | 1 | -1/+1 |
| * | test(dart): Add an expected failure test | Robert Brunhage | 2023-04-13 | 2 | -0/+16 |
| * | Revert "fix(dart): function argument indents is inconsistent" | Robert Brunhage | 2023-04-13 | 3 | -17/+1 |
| * | javascript: highlight more builtins | ObserverOfTime | 2023-04-12 | 1 | -2/+63 |
| * | Update parsers: comment, gitcommit, glimmer, v (#4636) | github-actions[bot] | 2023-04-12 | 1 | -4/+4 |
| * | fix(dart): function argument indents is inconsistent | Robert Brunhage | 2023-04-11 | 3 | -1/+17 |
| * | refactor(html_inject): use lua-match where possible | Pham Huy Hoang | 2023-04-10 | 1 | -3/+4 |
| * | Update parsers: devicetree, hcl, terraform, vim, zigv0.9.0 | GitHub | 2023-04-10 | 1 | -5/+5 |
| * | fix(dart): try statement wouldn't indent (#4623) | Robert Brunhage | 2023-04-10 | 3 | -0/+7 |