Commit graph

5194 commits

Author SHA1 Message Date
Christian Clason
5aadae3f54 fix(koto): update parser and queries 2024-05-29 09:17:04 +02:00
nvim-treesitter-bot[bot]
ea2b137f35 bot(lockfile): update inko, nickel, solidity, swift, zathurarc 2024-05-28 06:46:02 +00:00
nvim-treesitter-bot[bot]
aa02427dfe bot(lockfile): update eds, solidity 2024-05-27 06:49:20 +00:00
nvim-treesitter-bot[bot]
245da4eb2e bot(lockfile): update c, earthfile, query, solidity 2024-05-26 10:11:59 +00:00
Amaan Qureshi
d551bc70d5
fix(cpp): update parser and queries (#6687) 2024-05-26 12:00:26 +02:00
Christian Clason
ba149fa3b1 fix(solidity): re-enable unbroken operators 2024-05-26 11:59:56 +02:00
Amaan Qureshi
488e39a8f1 feat(query): adapt to upstream changes 2024-05-26 00:24:03 +02:00
Christian Clason
d3acd105bd ci(lint): make sure query parser is installed from this repo
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.
2024-05-26 00:24:03 +02:00
nvim-treesitter-bot[bot]
78e11ab7ce bot(lockfile): update earthfile, javascript, luau, mlir, perl, query, starlark 2024-05-25 06:47:01 +00:00
nvim-treesitter-bot[bot]
6d56c5f404 bot(lockfile): update ada, erlang, glsl, mlir, ruby, slang, wgsl_bevy 2024-05-24 06:45:42 +00:00
Bruno BELANYI
298a9dd4f8
feat(bp): add support for Android Blueprint (#6626) 2024-05-23 17:30:26 +02:00
nvim-treesitter-bot[bot]
3e454836ce bot(lockfile): update ada, clojure, mlir, templ 2024-05-23 06:46:40 +00:00
nvim-treesitter-bot[bot]
30de5e7e94 bot(lockfile): update idl, rasi, ruby, templ 2024-05-22 06:45:17 +00:00
Amaan Qureshi
14db0433e1 feat(luau): update queries from upstream 2024-05-21 22:46:38 -04:00
Omar Valdez
7add411eba
feat(bash): Highlight declaration and unset command parameters (#6634) 2024-05-22 11:03:22 +09:00
nvim-treesitter-bot[bot]
73fb37ed77 bot(lockfile): update earthfile, idl, inko, janet_simple, luau, odin, perl, requirements 2024-05-21 06:46:18 +00:00
nvim-treesitter-bot[bot]
7c9c5bed83 bot(lockfile): update javascript, liquidsoap, odin 2024-05-20 06:45:45 +00:00
DragonBillow
d184407e33
feat(queries): update idl hightlight (#6625)
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-05-20 11:47:12 +09:00
nvim-treesitter-bot[bot]
ccfa76d4cb bot(lockfile): update php, php_only, swift 2024-05-19 06:44:36 +00:00
nvim-treesitter-bot[bot]
1eabe69bfa bot(lockfile): update earthfile, gotmpl, helm, hlsl, slang, sourcepawn, tlaplus 2024-05-18 06:46:08 +00:00
Christian Clason
00a8cfd562 fixup: adapt to Nvim 0.11 deprecations 2024-05-17 19:52:02 +02:00
Christian Clason
7b6aefa69a fixup: adapt to Nvim 0.11 deprecations 2024-05-17 17:59:40 +02:00
Christian Clason
3d268f9db4 fix: adapt to Nvim 0.11 deprecations 2024-05-17 17:16:44 +02:00
milanglacier
19ac9e8b5c
fix(injection): lower-case language name for markdown strings 2024-05-17 08:34:52 +00:00
nvim-treesitter-bot[bot]
4b8ea9fea6 bot(lockfile): update earthfile, erlang, janet_simple 2024-05-17 07:04:50 +00:00
Christian Clason
4d9fb7d8b0 ci: Nvim 0.10 macos artifact name 2024-05-17 08:57:04 +02:00
nvim-treesitter-bot[bot]
8012b55eee bot(lockfile): update clojure, earthfile, erlang, idl, tlaplus, tsx, typescript 2024-05-16 06:42:10 +00:00
nvim-treesitter-bot[bot]
aa0c7dd296 bot(lockfile): update idl, sourcepawn 2024-05-15 06:46:14 +00:00
Hilmar Wiegand
c26cfc75bc feat(typespec): add support for typespec 2024-05-14 19:38:17 +02:00
nvim-treesitter-bot[bot]
f224fef9d2 bot(lockfile): update idl, php, php_only, wit 2024-05-14 06:46:04 +00:00
Riley Bruins
3aa2e2f374 feat(diff): more comprehensive highlights 2024-05-14 08:27:46 +02:00
Tomasz N
cd626dc48e
feat(php): indent after default_statement 2024-05-14 00:07:42 -04:00
Riley Bruins
14cd8c5db1 feat(slint): highlight enum members as constants 2024-05-14 00:05:51 -04:00
Caleb White
6f54846f2b feat(php): add highlights for scoped_property_access 2024-05-14 00:05:03 -04:00
Riley Bruins
925490e34d feat(zig): misc improvements 2024-05-14 00:04:28 -04:00
Riley Bruins
d5a1c2b0c8 feat: standardize and document export keywords
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.
2024-05-13 09:16:31 +02:00
nvim-treesitter-bot[bot]
0d2c80b4d0 bot(lockfile): update c_sharp, cuda, glsl, hlsl, mlir, solidity, sourcepawn 2024-05-12 08:48:12 +00:00
Christian Clason
c4f65272a9 fix(solidity): disable broken operators 2024-05-12 08:10:03 +00:00
Amaan Qureshi
6587d8e694 feat(c_sharp): update parser & queries 2024-05-11 15:26:30 -04:00
nvim-treesitter-bot[bot]
fa1515b015 bot(lockfile): update dtd, go, idl, javascript, tact, xml 2024-05-11 07:27:23 +00:00
nvim-treesitter-bot[bot]
d6dcfe8887 bot(lockfile): update c, dockerfile, dtd, mlir, templ, typst, xml 2024-05-10 06:54:15 +00:00
Riley Bruins
707b0dcf76 feat(query): pattern injections for new predicates 2024-05-09 11:11:40 +02:00
nvim-treesitter-bot[bot]
1b2f006703 bot(lockfile): update comment, yaml 2024-05-09 08:39:21 +00:00
Yorick Peterse
9e1cda4e71 fix(inko): indent call nodes
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
2024-05-09 00:33:22 -04:00
Riley Bruins
1be5aa99e3 feat(rust): underscore match arms, parameters 2024-05-08 08:34:42 -04:00
nvim-treesitter-bot[bot]
3607d9c59c bot(lockfile): update angular, gleam, haskell, idl, javascript, kotlin, odin, ql, tlaplus 2024-05-08 06:52:33 +00:00
Laytan Laats
acefffae27 feat(odin): more lenient towards different function naming convention
PR originally made and merged upstream here: https://github.com/tree-sitter-grammars/tree-sitter-odin/pull/15
2024-05-07 15:11:49 -04:00
Ananda Umamil
db03443582
fix(ecma): template string injections (#6590) 2024-05-07 10:14:15 -07:00
Marc Jakobi
da0efd7398
fix(haskell): update queries and tests for rewritten parser (#6580) 2024-05-07 07:27:44 +00:00
nvim-treesitter-bot[bot]
0319e6eef5 bot(lockfile): update bash, json, lalrpop, phpdoc, qmljs, query, tsx, typescript 2024-05-07 07:12:25 +00:00