Commit graph

2551 commits

Author SHA1 Message Date
Riley Bruins
fa611f612a
fix(ecma): indent single-line if statements (#6846)
Fixes #5898.
2024-07-04 11:13:16 +09: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
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
DragonBillow
1e546c0f5e feat(idl): update highlight
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
2024-07-01 11:37:38 +02:00
Vladimir Levin
acea74c514
feat: robots.txt support 2024-06-30 11:12:36 +03:00
Riley Bruins
f0e3b5c5fe fix(r): resolve highlight regressions 2024-06-29 09:26:53 +02: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
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
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
Turiiya
53b32a6aa3 feat(v): add shebang query 2024-06-26 10:54:01 +02:00
Christian Clason
09700b88b4 feat(tact): update parser and queries 2024-06-25 09:59:32 +02:00
zhangwwpeng
b5b64ac9fb
feat: add systemverilog support (#6775) 2024-06-23 18:36:01 +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
sogaiu
66ae8748fd
feat(janet): update highlights (#6789)
Co-authored-by: sogaiu <983021772@users.noreply.github.com>
2024-06-19 22:27:34 +09:00
Riley Bruins
4bbd2e72f8 fix(cooklang): add some missing highlights 2024-06-18 14:18:56 -04: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
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
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
Riley Bruins
bb0eb73014 fix(markdown): capture entire heading line 2024-06-14 08:35:26 +02:00
Riley Bruins
e5af2d7fdc
fix(gitcommit): correct the file path capture (#6765) 2024-06-14 14:07:43 +09:00
Oliver Thomas
cdc613c630 feat(snakemake): add rule_inheritance to folds 2024-06-13 15:12:19 -04:00
Charles Chiu
26171d8f10 chore: clean duplicate node 2024-06-12 10:25:02 +02:00
Omar Valdez
9a7ad2ff7a
feat(htmldjango): highlight keyword arguments for tags (#6660) 2024-06-10 19:07:48 -07:00
Colin Bruins
eb59a3df50
feat(swift): highlight shebang lines 2024-06-10 13:05:10 -04:00
Riley Bruins
94f9a46b37
feat(rust): fold block expressions (#6754) 2024-06-10 09:44:00 -07:00
Johannes R. L. Dickenson
3b5704440f
fix(commonlisp): correctly highlight quotes (#6565) 2024-06-10 08:15:41 -07:00
Omar Valdez
da7ea8f335 feat(markdown_inline): No spell for emails and HTML entities 2024-06-10 08:38:59 +02:00
Caleb White
9ebc589329 fix(php): remove recursive member_call_expression indent branch 2024-06-09 10:09:43 +02:00
nvim-treesitter-bot[bot]
fc9ee79f64 bot(lockfile): update cmake, elixir, pymanifest, requirements, sql 2024-06-06 07:32:22 +00:00
Christian Clason
69e41a2c14 feat(vimdoc): update parser and queries 2024-06-04 22:14:45 +02:00
seanbreckenridge
5a8e9644c4
feat(jq): update builtin functions (#6726) 2024-06-04 12:02:35 +02:00
Arstoien
512e2122e0
feat: add ralph (#6675)
https://github.com/alephium/tree-sitter-ralph
2024-06-04 09:49:26 +02:00
nvim-treesitter-bot[bot]
121bf634fe bot(lockfile): update arduino, earthfile, koto, rego, slint, sql, teal, typespec 2024-06-04 07:47:01 +00:00
Christian Clason
a80fe081b4 feat(predicates)!: rename has-type to kind-eq to align with Helix
No point in having a different name for the same predicate.
2024-06-02 12:07:58 +02:00
Riley Bruins
f9773e4a5e
test: fix tests broken after 0.10 update (#6714) 2024-06-01 12:33:56 +09:00