| Commit message (Expand) | Author | Age | Files | Lines |
| * | feat(query): adapt to upstream changes | Amaan Qureshi | 2024-05-26 | 1 | -3/+0 |
| * | feat(bp): add support for Android Blueprint (#6626) | Bruno BELANYI | 2024-05-23 | 5 | -0/+113 |
| * | feat(luau): update queries from upstream | Amaan Qureshi | 2024-05-21 | 1 | -5/+5 |
| * | feat(bash): Highlight declaration and unset command parameters (#6634) | Omar Valdez | 2024-05-22 | 1 | -0/+6 |
| * | feat(queries): update idl hightlight (#6625) | DragonBillow | 2024-05-20 | 1 | -9/+133 |
| * | feat(typespec): add support for typespec | Hilmar Wiegand | 2024-05-14 | 3 | -0/+158 |
| * | feat(diff): more comprehensive highlights | Riley Bruins | 2024-05-14 | 1 | -1/+32 |
| * | feat(php): indent after `default_statement` | Tomasz N | 2024-05-14 | 1 | -0/+1 |
| * | feat(slint): highlight enum members as constants | Riley Bruins | 2024-05-14 | 1 | -0/+3 |
| * | feat(php): add highlights for scoped_property_access | Caleb White | 2024-05-14 | 1 | -0/+10 |
| * | feat(zig): misc improvements | Riley Bruins | 2024-05-14 | 1 | -15/+21 |
| * | feat: standardize and document export keywords | Riley Bruins | 2024-05-13 | 10 | -28/+21 |
| * | fix(solidity): disable broken operators | Christian Clason | 2024-05-12 | 1 | -33/+32 |
| * | feat(c_sharp): update parser & queries | Amaan Qureshi | 2024-05-11 | 3 | -68/+177 |
| * | feat(query): pattern injections for new predicates | Riley Bruins | 2024-05-09 | 1 | -2/+2 |
| * | fix(inko): indent call nodes | Yorick Peterse | 2024-05-09 | 1 | -0/+1 |
| * | feat(rust): underscore match arms, parameters | Riley Bruins | 2024-05-08 | 1 | -2/+8 |
| * | feat(odin): more lenient towards different function naming convention | Laytan Laats | 2024-05-07 | 1 | -1/+1 |
| * | fix(ecma): template string injections (#6590) | Ananda Umamil | 2024-05-07 | 1 | -9/+9 |
| * | fix(haskell): update queries and tests for rewritten parser (#6580) | Marc Jakobi | 2024-05-07 | 3 | -357/+210 |
| * | feat(c): inject printf in concatenated strings | Omar Valdez | 2024-05-05 | 1 | -8/+28 |
| * | feat(lalrpop): highlight touchups, folds | Riley Bruins | 2024-05-06 | 3 | -17/+31 |
| * | fix(php): update parser and queries | Christian Clason | 2024-05-04 | 1 | -3/+3 |
| * | fix(markdown): align link with image highlights | Riley Bruins | 2024-05-04 | 1 | -10/+10 |
| * | fix(inko): highlighting of numeric call names (#6566) | Yorick Peterse | 2024-05-03 | 1 | -1/+4 |
| * | feat: add support for Tact (#6554) | Novus Nota | 2024-05-03 | 5 | -0/+447 |
| * | feat(ecma) fold `array` (#6564) | Jakub Donovan | 2024-05-03 | 1 | -0/+1 |
| * | feat(inko): add support for Inko | Yorick Peterse | 2024-05-03 | 5 | -0/+311 |
| * | fix(java): compact constructor highlights (#6531) | Brayden Zee | 2024-05-02 | 1 | -0/+3 |
| * | feat(ecma): inject async template functions | DimensionalDot | 2024-05-02 | 1 | -10/+34 |
| * | fix(html_tags): stop indenting void elements | Levi Frandsen | 2024-05-01 | 1 | -6/+8 |
| * | feat(latex, query, tablegen, thrift): disable spelling in shebangs | Kai Moschcau | 2024-05-01 | 4 | -7/+7 |
| * | feat(perl): deactivate spelling in shebangs | Kai Moschcau | 2024-05-01 | 1 | -1/+1 |
| * | feat(perl): activate spelling in comments | Kai Moschcau | 2024-05-01 | 1 | -1/+1 |
| * | feat(awk,cmake,python,r,starlark): deactivate spelling in shebangs | Kai Moschcau | 2024-05-01 | 5 | -5/+5 |
| * | feat(bash,fish): deactivate spelling in shebangs | Kai Moschcau | 2024-05-01 | 2 | -2/+2 |
| * | feat(git_config): Highlight escape sequences | Omar Valdez | 2024-05-01 | 1 | -0/+2 |
| * | feat: import statement folds for common languages | Riley Bruins | 2024-05-01 | 8 | -4/+18 |
| * | feat: more `@keyword.type` captures | Riley Bruins | 2024-05-01 | 64 | -218/+374 |
| * | feat(svelte): add javascript injection (#6540) | Lucas Lopes | 2024-05-01 | 1 | -0/+11 |
| * | feat(angular): Add support for ICU expressions. (#6288) | Dennis van den Berg | 2024-04-30 | 1 | -0/+10 |
| * | make sass to be highlighted in vue files (#6526) | Andrey Sidorov | 2024-04-29 | 1 | -1/+1 |
| * | fix(wit): update parser and queries (#6528) | Liam Woodleigh-Hardinge | 2024-04-28 | 2 | -58/+124 |
| * | fix(latex): update parser and queries | Christian Clason | 2024-04-28 | 1 | -1/+1 |
| * | feat: add idl | DragonBillow | 2024-04-28 | 2 | -0/+213 |
| * | feat(gitconfig): add more injections | wzy | 2024-04-26 | 1 | -1/+40 |
| * | feat(glimmer): highlight builtin tags | NullVoxPopuli | 2024-04-26 | 1 | -0/+4 |
| * | feat(toml): highlight escape sequences | Omar Valdez | 2024-04-26 | 1 | -0/+2 |
| * | feat(css): highlight square brackets | Omar Valdez | 2024-04-26 | 1 | -0/+2 |
| * | feat: add koto | Ian Hobson | 2024-04-25 | 4 | -0/+170 |