Commit graph

5309 commits

Author SHA1 Message Date
Christian Clason
b149008257 fix(parsers): keep .git suffix for gitlab urls 2024-07-08 10:37:00 +02:00
Karl Yngve Lervåg
64f6f0ab4e fix(hurl): multiline injection query needs injection.combined
fixes: #6882, https://github.com/pfeiferj/tree-sitter-hurl/issues/10
2024-07-07 18:42:25 +02:00
Liam Woodleigh-Hardinge
b7c0dbbe7d
fix(wit): highlight <> as brackets (#6879) 2024-07-07 08:57:06 -07:00
nvim-treesitter-bot[bot]
adf6730dc5 bot(readme): update 2024-07-07 15:38:13 +00:00
Christian Clason
b32fb41284 fix(parsers): drop .git suffix from URLs 2024-07-07 17:29:49 +02:00
zhaown
f9aa4f060e
feat: add goctl parser and queries 2024-07-07 17:27:21 +02:00
Pete Matsyburka
ad43c7f19e
feat(ruby): highlights for special methods (#6735) 2024-07-08 00:24:57 +09:00
Riley Bruins
a8c082b4f5
feat(jsx): apply HTML-based highlight improvements (#6867) 2024-07-05 22:46:34 +09:00
Phạm Huy Hoàng
74dc34a7fa fix(go): narrow down } usage 2024-07-05 22:35:19 +09:00
Abhinav Natarajan
2d917106d1 fix(indent): indent empty lines correctly
fix(indent):
2024-07-05 22:35:19 +09:00
Riley Bruins
55a13862cd feat(nix): indentation queries 2024-07-05 15:13:25 +02:00
nvim-treesitter-bot[bot]
ee29084ce6 bot(lockfile): update editorconfig, javascript, wit 2024-07-05 07:33:32 +00:00
Christian Clason
f197ce27d9 docs(readme): update outdated information 2024-07-05 09:30:49 +02:00
Riley Bruins
f7c05e3e05
fix(html): correct the link label highlight (#6866)
Unlike the `href` attribute, the inner text of the `a` tag is the label
of the link, not the actual URL.
2024-07-05 11:09:26 +09:00
Riley Bruins
f0dbe18000 feat(jsdoc): add missing highlights 2024-07-04 19:54:22 -04:00
nvim-treesitter-bot[bot]
f2f828c5e9 bot(readme): update 2024-07-04 19:25:04 +02:00
Omar Valdez
5d1646893a
feat: editorconfig parser and queries 2024-07-04 20:23:44 +03:00
nvim-treesitter-bot[bot]
acc1708b96 bot(lockfile): update c_sharp, erlang 2024-07-04 06:47:34 +00:00
Riley Bruins
fa611f612a
fix(ecma): indent single-line if statements (#6846)
Fixes #5898.
2024-07-04 11:13:16 +09:00
Christian Clason
caf275382f fix(prolog): switch to github mirror 2024-07-03 13:31:26 +02:00
nvim-treesitter-bot[bot]
8a04f1aaa9 bot(lockfile): update idl, rbs, v 2024-07-03 10:11:53 +00:00
DragonBillow
fe5c581ed5
feat(idl): update idl parser and queries (#6854) 2024-07-03 12:00:51 +02:00
Christian Clason
7adae51ff3 fix(turtle): update parser and queries
also update changed user names
2024-07-03 10:20:49 +02:00
Kai Moschcau
f1a4a75005
feat(gotmpl,helm): raise highlight priorities (#6712) 2024-07-03 16:59:18 +09:00
Derek Gustafson
0209151fd2
feat(elm): add folds queries 2024-07-03 09:49:13 +02:00
Stefano Volpe
6cd4ce6cab
feat: add prolog and problog parser and queries (#6810) 2024-07-02 16:57:30 +02:00
Omar Valdez
e0d6c7643d feat(diff): Highlight comments 2024-07-02 09:08:51 +02:00
nvim-treesitter-bot[bot]
495c93b0d4 bot(lockfile): update git_rebase, gitcommit 2024-07-02 06:48:06 +00:00
DragonBillow
ffd7725102 feat(idl): add indents
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-07-01 16:25:07 +02:00
Bruno BELANYI
699766a0b9
feat(bp): update parser and queries (#6843) 2024-07-01 14:19:08 +00:00
nvim-treesitter-bot[bot]
4ee5fdd666 bot(readme): update 2024-07-01 12:09:54 +02:00
DragonBillow
020c5bc03f
fix(idl): fix author name (#6840) 2024-07-01 10:06:12 +00:00
nvim-treesitter-bot[bot]
5d2473d05c bot(lockfile): update angular, diff, dtd, idl, ocaml, ocaml_interface, scala, xml 2024-07-01 09:47:53 +00:00
DragonBillow
1e546c0f5e feat(idl): update highlight
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-07-01 11:37:38 +02:00
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