aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(solidity): re-enable unbroken operatorsChristian Clason2024-05-262-33/+34
|
* feat(query): adapt to upstream changesAmaan Qureshi2024-05-263-6/+3
|
* ci(lint): make sure query parser is installed from this repoChristian Clason2024-05-261-3/+4
| | | | | | | | Problem: format-queries.lua in CI uses the bundled query parser from Neovim, meaning breaking changes are not reflected in tests. Solution: Install nvim-treesitter in the lint workflow and use it to install the query parser.
* bot(lockfile): update earthfile, javascript, luau, mlir, perl, query, starlarknvim-treesitter-bot[bot]2024-05-251-7/+7
|
* bot(lockfile): update ada, erlang, glsl, mlir, ruby, slang, wgsl_bevynvim-treesitter-bot[bot]2024-05-241-7/+7
|
* feat(bp): add support for Android Blueprint (#6626)Bruno BELANYI2024-05-238-0/+125
|
* bot(lockfile): update ada, clojure, mlir, templnvim-treesitter-bot[bot]2024-05-231-4/+4
|
* bot(lockfile): update idl, rasi, ruby, templnvim-treesitter-bot[bot]2024-05-221-4/+4
|
* 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
|
* bot(lockfile): update earthfile, idl, inko, janet_simple, luau, odin, perl, ↵nvim-treesitter-bot[bot]2024-05-211-8/+8
| | | | requirements
* bot(lockfile): update javascript, liquidsoap, odinnvim-treesitter-bot[bot]2024-05-201-3/+3
|
* feat(queries): update idl hightlight (#6625)DragonBillow2024-05-201-9/+133
| | | Signed-off-by: DragonBillow <DragonBillow@outlook.com>
* bot(lockfile): update php, php_only, swiftnvim-treesitter-bot[bot]2024-05-191-3/+3
|
* bot(lockfile): update earthfile, gotmpl, helm, hlsl, slang, sourcepawn, tlaplusnvim-treesitter-bot[bot]2024-05-181-7/+7
|
* fixup: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-171-1/+1
|
* fixup: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-171-1/+1
|
* fix: adapt to Nvim 0.11 deprecationsChristian Clason2024-05-175-7/+20
|
* fix(injection): lower-case language name for markdown stringsmilanglacier2024-05-171-1/+1
|
* bot(lockfile): update earthfile, erlang, janet_simplenvim-treesitter-bot[bot]2024-05-171-3/+3
|
* ci: Nvim 0.10 macos artifact nameChristian Clason2024-05-171-3/+4
|
* bot(lockfile): update clojure, earthfile, erlang, idl, tlaplus, tsx, typescriptnvim-treesitter-bot[bot]2024-05-161-7/+7
|
* bot(lockfile): update idl, sourcepawnnvim-treesitter-bot[bot]2024-05-151-2/+2
|
* feat(typespec): add support for typespecHilmar Wiegand2024-05-146-0/+170
|
* bot(lockfile): update idl, php, php_only, witnvim-treesitter-bot[bot]2024-05-141-4/+4
|
* feat(diff): more comprehensive highlightsRiley Bruins2024-05-142-2/+33
|
* 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-142-0/+13
|
* feat(zig): misc improvementsRiley Bruins2024-05-141-15/+21
|
* feat: standardize and document export keywordsRiley Bruins2024-05-1311-29/+22
| | | | | | 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.
* bot(lockfile): update c_sharp, cuda, glsl, hlsl, mlir, solidity, sourcepawnnvim-treesitter-bot[bot]2024-05-121-7/+7
|
* fix(solidity): disable broken operatorsChristian Clason2024-05-121-33/+32
|
* feat(c_sharp): update parser & queriesAmaan Qureshi2024-05-116-71/+180
|
* bot(lockfile): update dtd, go, idl, javascript, tact, xmlnvim-treesitter-bot[bot]2024-05-111-6/+6
|
* bot(lockfile): update c, dockerfile, dtd, mlir, templ, typst, xmlnvim-treesitter-bot[bot]2024-05-101-7/+7
|
* feat(query): pattern injections for new predicatesRiley Bruins2024-05-091-2/+2
|
* bot(lockfile): update comment, yamlnvim-treesitter-bot[bot]2024-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
|
* bot(lockfile): update angular, gleam, haskell, idl, javascript, kotlin, ↵nvim-treesitter-bot[bot]2024-05-081-9/+9
| | | | odin, ql, tlaplus
* 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-076-367/+232
|
* bot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescriptnvim-treesitter-bot[bot]2024-05-071-8/+8
|
* fix(query): update to support supertypesChristian Clason2024-05-061-1/+1
|
* bot(lockfile): update arduino, css, embedded_template, idl, javascript, ↵nvim-treesitter-bot[bot]2024-05-061-24/+24
| | | | jsdoc, mlir, perl, php, php_only, regex, ron, ruby, rust, smali, squirrel, swift, tablegen, templ, tsx, typescript, typst, uxntal, yuck
* feat(c): inject printf in concatenated stringsOmar Valdez2024-05-051-8/+28
|
* feat(lalrpop): highlight touchups, foldsRiley Bruins2024-05-063-17/+31
|
* bot(lockfile): update css, html, inko, kotlin, swift, tactnvim-treesitter-bot[bot]2024-05-051-6/+6
|