| Commit message (Expand) | Author | Age | Files | Lines |
| * | Elixir: fix a few highlights, add ExUnit support to locals (#1933) | Clay | 2021-10-22 | 2 | -13/+37 |
| * | Update parsers with C# fixes (#1910) | Stephan Seitz | 2021-10-22 | 1 | -5/+6 |
| * | Python: highlight interpolation escaped chars | Santos Gallegos | 2021-10-22 | 1 | -1/+5 |
| * | Highlight zig add missing AssignOp | maxxnino | 2021-10-21 | 1 | -1/+1 |
| * | fix(d): don't use string_literals | Cezary Drożak | 2021-10-20 | 1 | -4/+8 |
| * | highlights(cpp): highlight literal_suffix as `@operator` | Stephan Seitz | 2021-10-20 | 1 | -0/+2 |
| * | HTML: highlight text nodes as text | Santos Gallegos | 2021-10-15 | 1 | -1/+1 |
| * | Highlight and,or,not,in as @keyword.operator | Connor Lay (Clay) | 2021-10-13 | 1 | -4/+8 |
| * | Fix documentation highlights, formatting | Connor Lay (Clay) | 2021-10-13 | 1 | -45/+35 |
| * | Locals matching "when" operator, add pipe queries | Connor Lay (Clay) | 2021-10-13 | 2 | -62/+95 |
| * | Increase Elixir locals pattern match depth to 20 nodes | Connor Lay (Clay) | 2021-10-13 | 1 | -3/+39 |
| * | Update locals with support for deep pattern matches | Connor Lay (Clay) | 2021-10-13 | 2 | -75/+66 |
| * | Update indents & fix catch highlights | Connor Lay (Clay) | 2021-10-13 | 2 | -14/+5 |
| * | Update injections & highlights, add folds | Connor Lay (Clay) | 2021-10-13 | 3 | -123/+154 |
| * | Update injections for new elixir-lang parser | Connor Lay (Clay) | 2021-10-13 | 1 | -18/+12 |
| * | Update highlights for new elixir-lang parser | Connor Lay (Clay) | 2021-10-13 | 1 | -95/+140 |
| * | Add scala maintainer | Stevan Milic | 2021-10-07 | 1 | -0/+1 |
| * | parsers: add D parser | Cezary Drożak | 2021-10-07 | 4 | -0/+289 |
| * | Updated TLA+ grammar version and queries | Andrew Helwer | 2021-10-07 | 1 | -1/+5 |
| * | Update toml highlight queries | oxalica | 2021-10-04 | 1 | -5/+28 |
| * | Query fix | Benjamin Graham | 2021-10-03 | 1 | -3/+3 |
| * | Highlighting fixed | Benjamin Graham | 2021-10-03 | 1 | -2/+4 |
| * | LLVM parser/highlighter added | Benjamin Graham | 2021-10-03 | 1 | -0/+12 |
| * | fix: remove priority in ecma template substitution hl | kiyan | 2021-10-03 | 1 | -9/+9 |
| * | Add headers as an option to fold on (#1873) | Stephen Bolton | 2021-10-02 | 1 | -0/+1 |
| * | Rust: highlight loop labels | Santos Gallegos | 2021-10-01 | 1 | -0/+1 |
| * | Rust: fix some highlights | Santos Gallegos | 2021-10-01 | 1 | -3/+6 |
| * | highlight `description` as a comment | Vikas Raj | 2021-10-01 | 1 | -1/+2 |
| * | fix(vim): support syntax command and update parser | Thomas Vigouroux | 2021-10-01 | 1 | -0/+16 |
| * | Fix #1853 | igorlfs | 2021-09-30 | 1 | -1/+0 |
| * | feat(fennel): update parser and queries | Otto Modinos | 2021-09-30 | 2 | -27/+22 |
| * | Vim: highlight setlocal (#1877) | Santos Gallegos | 2021-09-30 | 1 | -0/+1 |
| * | Vim: update highlights and injections | Santos Gallegos | 2021-09-27 | 2 | -0/+23 |
| * | cpp: highlight template method identifier as a method | John Drouhard | 2021-09-27 | 1 | -0/+3 |
| * | highlights(rust): Add colon `:` to delimiters | Sergio Alejandro Vargas | 2021-09-26 | 1 | -1/+1 |
| * | highlights(rust): fix bang `!` in macro_invocation | Sergio Alejandro Vargas | 2021-09-26 | 1 | -0/+1 |
| * | highlights(rust): Fix angle brackets, and closures | Sergio Alejandro Vargas | 2021-09-26 | 1 | -27/+28 |
| * | cpp: fix locals.scm from breaking change in tree-sitter-cpp | John Drouhard | 2021-09-26 | 1 | -7/+3 |
| * | cpp: update lockfile.json and fix for breaking changes | John Drouhard | 2021-09-26 | 1 | -10/+6 |
| * | injections(teal): fix cdef injection | Stephan Seitz | 2021-09-25 | 1 | -0/+15 |
| * | injections(lua): fix cdef injection | Stephan Seitz | 2021-09-25 | 1 | -0/+15 |
| * | "::" should be of type "operator" | Lucas Crownover | 2021-09-21 | 1 | -1/+1 |
| * | Separate special variables to catch up master | delphinus | 2021-09-21 | 1 | -1/+3 |
| * | Use @string.regex to highlight regex's | delphinus | 2021-09-21 | 1 | -2/+5 |
| * | Add minimum implementation for highlights | delphinus | 2021-09-21 | 1 | -0/+169 |
| * | update hcl parser, update queries | mhoffm | 2021-09-20 | 1 | -6/+10 |
| * | Zig queries: highlight, fold and indent | maxxnino | 2021-09-20 | 3 | -5/+17 |
| * | highlights(c): add Mircosoft attributes | Stephan Seitz | 2021-09-19 | 1 | -1/+13 |
| * | Support hjson | kghugo | 2021-09-19 | 5 | -0/+22 |
| * | highlights(c): add __attribute__ | Stephan Seitz | 2021-09-19 | 1 | -0/+1 |