aboutsummaryrefslogtreecommitdiffstats
path: root/queries
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(markdown): conceal nbsp entity as space (#6778)Jannik Buhr2024-06-171-1/+1
|
* feat(corn): more highlights, comment injectionsRiley Bruins2024-06-151-4/+15
|
* feat(scala): add some missing highlightsRiley Bruins2024-06-151-1/+14
|
* feat(roc): switch to active upstreamChristian Clason2024-06-152-24/+11
|
* feat(hyprlang): update parser and queriesChristian Clason2024-06-151-0/+2
|
* feat: more comment injectionsRiley Bruins2024-06-1556-3/+157
|
* fix(markdown): capture entire heading lineRiley Bruins2024-06-141-12/+6
|
* 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
|