aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
* fix(gitcommit): correct the file path capture (#6765)Riley Bruins2024-06-141-1/+1
|
* feat(snakemake): add rule_inheritance to foldsOliver Thomas2024-06-131-0/+1
|
* chore: clean duplicate nodeCharles Chiu2024-06-121-1/+0
|
* feat(htmldjango): highlight keyword arguments for tags (#6660)Omar Valdez2024-06-101-0/+9
|
* feat(swift): highlight shebang linesColin Bruins2024-06-101-0/+2
|
* feat(rust): fold block expressions (#6754)Riley Bruins2024-06-101-0/+1
|
* fix(commonlisp): correctly highlight quotes (#6565)Johannes R. L. Dickenson2024-06-101-13/+8
|
* feat(markdown_inline): No spell for emails and HTML entitiesOmar Valdez2024-06-101-0/+3
|
* fix(php): remove recursive member_call_expression indent branchCaleb White2024-06-091-3/+0
|
* bot(lockfile): update cmake, elixir, pymanifest, requirements, sqlnvim-treesitter-bot[bot]2024-06-061-2/+0
|
* feat(vimdoc): update parser and queriesChristian Clason2024-06-041-5/+11
|
* feat(jq): update builtin functions (#6726)seanbreckenridge2024-06-041-20/+19
|
* feat: add `ralph` (#6675)Arstoien2024-06-042-0/+139
| | | https://github.com/alephium/tree-sitter-ralph
* bot(lockfile): update arduino, earthfile, koto, rego, slint, sql, teal, typespecnvim-treesitter-bot[bot]2024-06-041-1/+2
|
* feat(predicates)!: rename `has-type` to `kind-eq` to align with HelixChristian Clason2024-06-026-11/+11
| | | | No point in having a different name for the same predicate.
* test: fix tests broken after 0.10 update (#6714)Riley Bruins2024-06-011-10/+9
|
* fix(odin): highlight types with underscoresplayer01osu2024-05-301-1/+1
|
* fix(koto): update parser and queriesChristian Clason2024-05-291-3/+3
|
* fix(cpp): update parser and queries (#6687)Amaan Qureshi2024-05-261-1/+1
|
* fix(solidity): re-enable unbroken operatorsChristian Clason2024-05-261-32/+33
|
* feat(query): adapt to upstream changesAmaan Qureshi2024-05-261-3/+0
|
* feat(bp): add support for Android Blueprint (#6626)Bruno BELANYI2024-05-235-0/+113
|
* feat(luau): update queries from upstreamAmaan Qureshi2024-05-211-5/+5
|
* feat(bash): Highlight declaration and unset command parameters (#6634)Omar Valdez2024-05-221-0/+6
|
* feat(queries): update idl hightlight (#6625)DragonBillow2024-05-201-9/+133
| | | Signed-off-by: DragonBillow <DragonBillow@outlook.com>
* feat(typespec): add support for typespecHilmar Wiegand2024-05-143-0/+158
|
* feat(diff): more comprehensive highlightsRiley Bruins2024-05-141-1/+32
|
* feat(php): indent after `default_statement`Tomasz N2024-05-141-0/+1
|
* feat(slint): highlight enum members as constantsRiley Bruins2024-05-141-0/+3
|
* feat(php): add highlights for scoped_property_accessCaleb White2024-05-141-0/+10
|
* feat(zig): misc improvementsRiley Bruins2024-05-141-15/+21
|
* feat: standardize and document export keywordsRiley Bruins2024-05-1310-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 operatorsChristian Clason2024-05-121-33/+32
|
* feat(c_sharp): update parser & queriesAmaan Qureshi2024-05-113-68/+177
|
* feat(query): pattern injections for new predicatesRiley Bruins2024-05-091-2/+2
|
* fix(inko): indent call nodesYorick Peterse2024-05-091-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, parametersRiley Bruins2024-05-081-2/+8
|
* feat(odin): more lenient towards different function naming conventionLaytan Laats2024-05-071-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 Umamil2024-05-071-9/+9
|
* fix(haskell): update queries and tests for rewritten parser (#6580)Marc Jakobi2024-05-073-357/+210
|
* feat(c): inject printf in concatenated stringsOmar Valdez2024-05-051-8/+28
|
* feat(lalrpop): highlight touchups, foldsRiley Bruins2024-05-063-17/+31
|
* fix(php): update parser and queriesChristian Clason2024-05-041-3/+3
|
* fix(markdown): align link with image highlightsRiley Bruins2024-05-041-10/+10
|
* fix(inko): highlighting of numeric call names (#6566)Yorick Peterse2024-05-031-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 Nota2024-05-035-0/+447
|
* feat(ecma) fold `array` (#6564)Jakub Donovan2024-05-031-0/+1
|
* feat(inko): add support for InkoYorick Peterse2024-05-035-0/+311
|
* fix(java): compact constructor highlights (#6531)Brayden Zee2024-05-021-0/+3
|
* feat(ecma): inject async template functionsDimensionalDot2024-05-021-10/+34
|