| Commit message (Expand) | Author | Age | Files | Lines |
| * | python(highlights): adapt query to parser change | Christian Clason | 2023-02-28 | 1 | -5/+1 |
| * | Update parsers: markdown, markdown_inline, python, zig | GitHub | 2023-02-28 | 1 | -4/+4 |
| * | Update parsers: markdown, markdown_inline | GitHub | 2023-02-28 | 1 | -2/+2 |
| * | Update parsers: ungrammar | GitHub | 2023-02-28 | 1 | -1/+1 |
| * | feat(starlark): improve assertion parsing | Amaan Qureshi | 2023-02-28 | 2 | -2/+6 |
| * | feat: add matlab | Amaan Qureshi | 2023-02-28 | 6 | -0/+136 |
| * | fix(eex): map eelixir filetype to the eex parser | Mitchell Hanberg | 2023-02-27 | 1 | -1/+1 |
| * | feat(fortran): update highlight queries | Amaan Qureshi | 2023-02-27 | 3 | -92/+237 |
| * | use lua-match where possible | Uy Ha | 2023-02-27 | 1 | -2/+2 |
| * | feat: add yuck | Philipp Mildenberger | 2023-02-27 | 8 | -0/+278 |
| * | move the catch uppercase query to the top to make it overridable, add back th... | Uy Ha | 2023-02-27 | 1 | -4/+73 |
| * | add highlighting for elseif | Uy Ha | 2023-02-27 | 1 | -0/+12 |
| * | only match unquoted arguments | Uy Ha | 2023-02-27 | 1 | -6/+6 |
| * | simplify cmake highlight queries | Uy Ha | 2023-02-27 | 1 | -136/+2 |
| * | Update parsers: c_sharp, fortran, swift | GitHub | 2023-02-27 | 1 | -3/+3 |
| * | feat(html): lit attr binding interpolation | Benny Powers | 2023-02-26 | 1 | -0/+10 |
| * | Update parsers: clojure, latex, perl | GitHub | 2023-02-26 | 1 | -3/+3 |
| * | fix: do not recommend removing bundled parsers | Christian Clason | 2023-02-26 | 1 | -2/+1 |
| * | feat(ecma): include outerHTML and innerHTML | Benny Powers | 2023-02-25 | 1 | -2/+3 |
| * | feat(ecma): add innerHTML injection | Benny Powers | 2023-02-25 | 1 | -0/+15 |
| * | Update parsers: cpon, javascript, perl, tsx, typescript | GitHub | 2023-02-25 | 1 | -5/+5 |
| * | goto_node select last character when in operator-pending mode | Kiyoon Kim | 2023-02-25 | 1 | -0/+8 |
| * | feat(dart): add folds | Amaan Qureshi | 2023-02-24 | 1 | -0/+15 |
| * | feat: add ungrammar | Philipp Mildenberger | 2023-02-24 | 8 | -0/+58 |
| * | use positive option "allow_duplicates" instead of negative "dedupe" | Nat Williams | 2023-02-24 | 2 | -7/+4 |
| * | add statusline option to dedupe or not | Nat Williams | 2023-02-24 | 2 | -3/+11 |
| * | update docs for transform_fn | Nat Williams | 2023-02-24 | 1 | -2/+3 |
| * | also pass the node to the statusline transform fn | Nat Williams | 2023-02-24 | 1 | -1/+1 |
| * | Fix elixir `@function` captures | Stephen Bolton | 2023-02-24 | 1 | -3/+4 |
| * | feat: add bicep | Amaan Qureshi | 2023-02-24 | 8 | -0/+363 |
| * | Fix broken YANG indent tests | Tomas Sandven | 2023-02-24 | 1 | -4/+4 |
| * | Add YANG indentation tests | Tomas Sandven | 2023-02-24 | 2 | -0/+81 |
| * | feat(health): sort parser list for clarity | Amaan Qureshi | 2023-02-24 | 1 | -2/+4 |
| * | docs: add small note in README clarifying custom parser installation (#3625) | ExpandingMan | 2023-02-24 | 1 | -1/+1 |
| * | fix(dart): add `@indent_end` to } (#4167) | SzeLamC | 2023-02-24 | 3 | -0/+28 |
| * | feat(solidity): use maintained parser and update highlights accordingly | Amaan Qureshi | 2023-02-24 | 5 | -98/+138 |
| * | ci: bump release workflowv0.8.5.2 | Matthieu Coudron | 2023-02-24 | 1 | -1/+1 |
| * | fix(ci): remove double 'uses'v0.8.5.1 | Matthieu Coudron | 2023-02-24 | 1 | -2/+1 |
| * | feat: use vim.treesitter.language.get_lang/add/register() | Lewis Russell | 2023-02-24 | 3 | -9/+49 |
| * | feat!: remove support for used_by in parser configs | Lewis Russell | 2023-02-24 | 1 | -18/+1 |
| * | Update parsers: c_sharp, sql, starlark | GitHub | 2023-02-24 | 1 | -3/+3 |
| * | fix(go): apply indents in a communication case in a select statement | Amaan Qureshi | 2023-02-24 | 2 | -0/+17 |
| * | Update README | Github Actions | 2023-02-24 | 1 | -0/+1 |
| * | feat: add cponv0.8.5 | Amaan Qureshi | 2023-02-24 | 8 | -0/+93 |
| * | style: fill in missing code docs wherever applicable | Amaan Qureshi | 2023-02-24 | 17 | -191/+431 |
| * | feat: add dhall | Amaan Qureshi | 2023-02-24 | 5 | -0/+200 |
| * | Extend injections for Lua to use query parser | Cameron | 2023-02-24 | 1 | -1/+1 |
| * | feat(java): some instances of definition.var should be definition.parameter | Amaan Qureshi | 2023-02-23 | 1 | -9/+21 |
| * | feat(java): distinguish escape sequences, move certain keywords to more appro... | Amaan Qureshi | 2023-02-23 | 4 | -132/+137 |
| * | feat: add starlark | Amaan Qureshi | 2023-02-23 | 8 | -0/+459 |