Commit graph

5275 commits

Author SHA1 Message Date
nvim-treesitter-bot[bot]
7ff0b8d3d2 bot(readme): update 2024-06-30 08:22:26 +00:00
Vladimir Levin
acea74c514
feat: robots.txt support 2024-06-30 11:12:36 +03:00
nvim-treesitter-bot[bot]
533da572ae bot(lockfile): update http, matlab, scala 2024-06-30 06:46:25 +00:00
nvim-treesitter-bot[bot]
e70472794d bot(readme): update 2024-06-30 06:10:32 +00:00
Riley Bruins
58733401e3
chore: add maintainer for r (#6833) 2024-06-30 15:00:04 +09:00
Riley Bruins
f0e3b5c5fe fix(r): resolve highlight regressions 2024-06-29 09:26:53 +02:00
nvim-treesitter-bot[bot]
fa19150d00 bot(lockfile): update templ, zig 2024-06-29 06:45:57 +00:00
Phạm Huy Hoàng
3e535e826d fix(r): adapt indent queries
- Anchor parameter query. There's no need for multiple indent.align
  captures
- Narrow down binary_operator indent.begin. From tree-sitter-r corpus
  and highlight tests, this seems to be appropriate.
2024-06-28 18:13:12 +02:00
nvim-treesitter-bot[bot]
c11d49cbef bot(lockfile): update idl, xcompose 2024-06-28 08:13:40 +00:00
Vladimir Levin
f8d27e1abf
fix: use terraform parser for terraform-vars 2024-06-28 10:08:49 +02:00
ObserverOfTime
ec6307e5b0 refactor(python): merge docstring queries 2024-06-28 10:06:52 +02:00
Turiiya
cf7baac35a
fix(v): anchor comment highlight query
* fix(v): use `source_file` as parent node for comment highlight query

* fix: correctly recognize doc comment
2024-06-28 12:33:06 +09:00
nvim-treesitter-bot[bot]
984604288d bot(lockfile): update erlang, janet_simple, m68k 2024-06-27 13:55:35 +00:00
nvim-treesitter-bot[bot]
8caffadee1 bot(readme): update 2024-06-27 15:34:19 +02:00
Christian Clason
5373c90c55 feat(r)!: update parser and queries 2024-06-27 15:31:41 +02:00
gbprod
173515a5d2 feat(gitcommit): remove overflow rule
This commit remove the highlight of the overflow node in gitcommit syntax
introduced [by this PR](https://github.com/nvim-treesitter/nvim-treesitter/pull/6222).
This node will be removed when [this PR](https://github.com/gbprod/tree-sitter-gitcommit/pull/68)
will be merge.
2024-06-27 09:21:30 +02:00
nvim-treesitter-bot[bot]
c723b87ef6 bot(lockfile): update gitcommit, hyprlang, m68k, sparql 2024-06-27 06:51:06 +00:00
Turiiya
53b32a6aa3 feat(v): add shebang query 2024-06-26 10:54:01 +02:00
nvim-treesitter-bot[bot]
d467f7d561 bot(lockfile): update janet_simple, roc, swift 2024-06-26 06:59:40 +00:00
Christian Clason
09700b88b4 feat(tact): update parser and queries 2024-06-25 09:59:32 +02:00
nvim-treesitter-bot[bot]
0c7a0ddaf4 bot(lockfile): update just, nickel, ralph 2024-06-25 07:33:54 +00:00
nvim-treesitter-bot[bot]
d4a888ae3c bot(lockfile): update systemverilog 2024-06-24 08:46:54 +00:00
nvim-treesitter-bot[bot]
cebb7e7c5b bot(lockfile): update hcl, luau, terraform 2024-06-24 07:56:56 +00:00
nvim-treesitter-bot[bot]
9d80c1497e bot(readme): update 2024-06-23 18:38:03 +02:00
zhangwwpeng
b5b64ac9fb
feat: add systemverilog support (#6775) 2024-06-23 18:36:01 +02:00
Christian Clason
0941c1147a fix(latex): correct lockfile hash 2024-06-23 17:48:31 +02:00
Jonas Dujava
c233773abf feat(latex): improve hyperlinks
Signed-off-by: Jonas Dujava <jonas.dujava@gmail.com>
2024-06-23 16:40:32 +02:00
Christian Clason
55d5772a6c feat(latex): highlight hyperlinks 2024-06-23 12:16:51 +02:00
Riley Bruins
9581d86f97 fix(verilog): various touch-ups 2024-06-23 12:12:42 +02:00
nvim-treesitter-bot[bot]
a8904e7f83 bot(lockfile): update cuda, glsl, hlsl, janet_simple, latex, scala, slang, wgsl_bevy 2024-06-23 09:54:52 +00:00
nvim-treesitter-bot[bot]
122b4d3db1 bot(lockfile): update erlang, janet_simple, nix 2024-06-22 09:19:57 +00:00
nvim-treesitter-bot[bot]
b967bbc27b bot(lockfile): update roc, ruby 2024-06-21 08:11:38 +00:00
nvim-treesitter-bot[bot]
7b04b398f8 bot(lockfile): update cmake, earthfile, idl, mlir 2024-06-20 07:00:34 +00:00
sogaiu
66ae8748fd
feat(janet): update highlights (#6789)
Co-authored-by: sogaiu <983021772@users.noreply.github.com>
2024-06-19 22:27:34 +09:00
nvim-treesitter-bot[bot]
53881422f6 bot(lockfile): update djot, tsx, typescript 2024-06-19 07:34:55 +00:00
Riley Bruins
4bbd2e72f8 fix(cooklang): add some missing highlights 2024-06-18 14:18:56 -04:00
nvim-treesitter-bot[bot]
2e9c346aef bot(lockfile): update cpp, hcl, swift, terraform 2024-06-18 06:58:07 +00:00
Sarath Addanki
c29989f5d7
apex: highlights: change the constant variable order to recognize it (#6779) 2024-06-17 23:29:06 +09:00
Louis Pilfold
09953e394b
fix(gleam): remove incorrect builtin highlight (#6757) 2024-06-17 07:23:06 -07:00
Jannik Buhr
f7edd3f5f6
fix(markdown): conceal nbsp entity as space (#6778) 2024-06-17 11:04:00 +02:00
nvim-treesitter-bot[bot]
382c80b575 bot(lockfile): update corn, earthfile, hcl, janet_simple, rbs 2024-06-17 07:42:13 +00:00
nvim-treesitter-bot[bot]
71a8e8b4b6 bot(lockfile): update earthfile, hyprlang, janet_simple, svelte, twig, v 2024-06-16 09:34:09 +00:00
Riley Bruins
4d112977c7 feat(corn): more highlights, comment injections 2024-06-15 13:04:52 -04:00
Riley Bruins
c911f19d91 feat(scala): add some missing highlights 2024-06-15 13:03:22 -04:00
nvim-treesitter-bot[bot]
9916da1bfd bot(lockfile): update qmljs, v 2024-06-15 12:14:54 +00:00
Christian Clason
47994d7e89 feat(roc): switch to active upstream 2024-06-15 13:57:36 +02:00
Christian Clason
921763b23d feat(hyprlang): update parser and queries 2024-06-15 13:38:40 +02:00
Riley Bruins
9d68e876cc feat: more comment injections 2024-06-15 10:40:34 +02:00
nvim-treesitter-bot[bot]
8dd40c7609 bot(lockfile): update snakemake, zig 2024-06-14 06:56:05 +00:00
Riley Bruins
bb0eb73014 fix(markdown): capture entire heading line 2024-06-14 08:35:26 +02:00