| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | Update parsers: json, scheme, t32, tsx, typescript (#4694) | github-actions[bot] | 2023-04-22 | 1 | -5/+5 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | feat(c): highlight parenthesized function pointer decl identifiers as ↵ | Amaan Qureshi | 2023-04-21 | 1 | -1/+6 | |
| | | | | | `@function` | |||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |
| | | | | | | | | | | * feat(markdown): configured aliases for languages * refactor: use vim.treesitter.match * refactor: rename local vars * fix: query syntax | |||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | perf(ecma): remove GraphQL comment injection, use lua-match for gql template ↵ | Amaan Qureshi | 2023-04-15 | 1 | -5/+6 | |
| | | | | | detection | |||||
| * | feat(cpp): improve function.call to support any level of nesting for ↵ | John Drouhard | 2023-04-15 | 2 | -40/+77 | |
| | | | | | qualified identifiers | |||||
| * | 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 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | fix(dart_indent): Fix dart case/default indent | Pham Huy Hoang | 2023-04-14 | 3 | -2/+49 | |
| | | | | | | | | | | | add tests add tests for fallthrough case add more tests keep functional tests | |||||
| * | 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 | |
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | 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 | |
| | | | | | This reverts commit ac4020c70722337c326bf65b645b162ee6e1796b. | |||||
| * | javascript: highlight more builtins | ObserverOfTime | 2023-04-12 | 1 | -2/+63 | |
| | | | | | Co-Authored-By: Sergey Berezhnoy <veged@ya.ru> | |||||
| * | Update parsers: comment, gitcommit, glimmer, v (#4636) | github-actions[bot] | 2023-04-12 | 1 | -4/+4 | |
| | | | | Co-authored-by: GitHub <noreply@github.com> | |||||
| * | 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 | |
| | | ||||||
| * | fix(rust): highlight SNAKE_CASE scoped identifier name as @constant | Jaehwang Jung | 2023-04-09 | 1 | -0/+3 | |
| | | ||||||
| * | feat(markdown_inline): add @nospell where appropriate | Jaehwang Jung | 2023-04-08 | 1 | -2/+2 | |
| | | ||||||
| * | fix(c_indents): fix expression leaking indents | Pham Huy Hoang | 2023-04-08 | 3 | -1/+46 | |
| | | ||||||
| * | add test | Pham Huy Hoang | 2023-04-08 | 4 | -2/+37 | |
| | | ||||||
