| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(gitcommit): correct the file path capture (#6765) | Riley Bruins | 2024-06-14 | 1 | -1/+1 |
| | | |||||
| * | feat(snakemake): add rule_inheritance to folds | Oliver Thomas | 2024-06-13 | 1 | -0/+1 |
| | | |||||
| * | chore: clean duplicate node | Charles Chiu | 2024-06-12 | 1 | -1/+0 |
| | | |||||
| * | feat(htmldjango): highlight keyword arguments for tags (#6660) | Omar Valdez | 2024-06-10 | 1 | -0/+9 |
| | | |||||
| * | feat(swift): highlight shebang lines | Colin Bruins | 2024-06-10 | 1 | -0/+2 |
| | | |||||
| * | feat(rust): fold block expressions (#6754) | Riley Bruins | 2024-06-10 | 1 | -0/+1 |
| | | |||||
| * | fix(commonlisp): correctly highlight quotes (#6565) | Johannes R. L. Dickenson | 2024-06-10 | 1 | -13/+8 |
| | | |||||
| * | feat(markdown_inline): No spell for emails and HTML entities | Omar Valdez | 2024-06-10 | 1 | -0/+3 |
| | | |||||
| * | fix(php): remove recursive member_call_expression indent branch | Caleb White | 2024-06-09 | 1 | -3/+0 |
| | | |||||
| * | bot(lockfile): update cmake, elixir, pymanifest, requirements, sql | nvim-treesitter-bot[bot] | 2024-06-06 | 1 | -2/+0 |
| | | |||||
| * | feat(vimdoc): update parser and queries | Christian Clason | 2024-06-04 | 1 | -5/+11 |
| | | |||||
| * | feat(jq): update builtin functions (#6726) | seanbreckenridge | 2024-06-04 | 1 | -20/+19 |
| | | |||||
| * | feat: add `ralph` (#6675) | Arstoien | 2024-06-04 | 2 | -0/+139 |
| | | | | https://github.com/alephium/tree-sitter-ralph | ||||
| * | bot(lockfile): update arduino, earthfile, koto, rego, slint, sql, teal, typespec | nvim-treesitter-bot[bot] | 2024-06-04 | 1 | -1/+2 |
| | | |||||
| * | feat(predicates)!: rename `has-type` to `kind-eq` to align with Helix | Christian Clason | 2024-06-02 | 6 | -11/+11 |
| | | | | | No point in having a different name for the same predicate. | ||||
| * | test: fix tests broken after 0.10 update (#6714) | Riley Bruins | 2024-06-01 | 1 | -10/+9 |
| | | |||||
| * | fix(odin): highlight types with underscores | player01osu | 2024-05-30 | 1 | -1/+1 |
| | | |||||
| * | fix(koto): update parser and queries | Christian Clason | 2024-05-29 | 1 | -3/+3 |
| | | |||||
| * | fix(cpp): update parser and queries (#6687) | Amaan Qureshi | 2024-05-26 | 1 | -1/+1 |
| | | |||||
| * | fix(solidity): re-enable unbroken operators | Christian Clason | 2024-05-26 | 1 | -32/+33 |
| | | |||||
| * | 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 |
| | | | | Signed-off-by: DragonBillow <DragonBillow@outlook.com> | ||||
| * | 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 |
| | | | | | | | Many export keywords are captured as `@keyword.import`. This commit makes it so they are all captured like that, and mentions it in the documentation. | ||||
| * | 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 |
| | | | | | | | | | | | | | | | | | | This ensures that when you add a new call line in the middle of a call chain, the line is indented like so: foo .bar .new_line_here .baz Instead of it being indented like so: foo .bar .new_line_here .baz | ||||
| * | 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 |
| | | | | | PR originally made and merged upstream here: https://github.com/tree-sitter-grammars/tree-sitter-odin/pull/15 | ||||
| * | 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 |
| | | | | | | | | | | | | Inko allows for syntax such as `some_value.42.to_string`, where `42` is a method name. Similar to other languages that allow this (e.g. Rust), these numeric names should be highlighted as numbers instead of identifiers. To fix this, the query to highlight call names is adjusted to only highlight "name" and "constant" nodes as the function group, ensuring the remaining possible node ("integer") continues to use the same group as regular numbers. | ||||
| * | 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 |
| | | |||||
