Christian Clason
3d08cdd741
fix(comment): remove duplicate 'FIXME'
2024-03-03 16:03:26 +01:00
nvim-treesitter-bot[bot]
8a9bef9327
bot(readme): update
2024-03-03 12:16:39 +00:00
qvalentin
9e1f3c3369
feat: add gotemplate and helm parser support
2024-03-03 13:09:20 +01:00
nvim-treesitter-bot[bot]
f8d4e5c1ba
bot(lockfile): update arduino, gpg, sourcepawn, ssh_config, vue, wing
2024-03-03 10:32:54 +00:00
Omar Valdez
00bd760a0e
feat(csharp): highlight excape sequences ( #6229 )
2024-03-03 11:24:46 +01:00
Wu Zhenyu
533ad655ad
feat: map automake to make
2024-03-03 12:14:44 +02:00
Christian Clason
99ddf57353
feat(highlights)!: enforce documented captures ( #6232 )
...
Problem: Allowing undocumented "secret" (sub)captures makes it harder
to write comprehensive colorschemes and catch inconsistent captures.
Solution: Only allow captures listed in CONTRIBUTING.md. Add useful
(cross-language) subcaptures and drop language-specific or too niche
ones.
Follow-up: Adding further `*.builtin` captures and changing queries to
use them.
Language-specific subcaptures should instead be added in user config or
a custom language plugin.
2024-03-03 11:00:11 +01:00
Christian Clason
22c5a0d833
ci: teach bot about conventional commits
2024-03-03 10:39:15 +01:00
nvim-treesitter-bot[bot]
e3e5ff4ebd
Update README
2024-03-02 16:01:13 +00:00
Christian Clason
ada920f2a4
feat(vue): switch to new parser ( #6233 )
...
* feat(vue): switch to new parser
---------
Co-authored-by: Phạm Huy Hoàng <hoangtun0810@gmail.com>
2024-03-02 16:54:16 +01:00
nvim-treesitter-bot[bot]
a47540fd73
Update parsers: vimdoc
2024-03-02 09:18:10 +00:00
nvim-treesitter-bot[bot]
cbaad1951e
Update parsers: sourcepawn
2024-03-02 09:39:31 +01:00
nvim-treesitter-bot[bot]
c2a265156d
Update parsers: beancount, requirements, v, wing
2024-03-01 07:47:30 +00:00
Christian Clason
30a41f52f9
ci: bump create-pull-request to v6
2024-03-01 08:43:57 +01:00
Christian Clason
3ad0e410f8
fix(astro): update to scanner rewrite
2024-03-01 08:37:50 +01:00
Riley Bruins
8e349b1ea9
feat(gitcommit): highlight overflow in commit body
2024-03-01 08:30:00 +01:00
Phạm Huy Hoàng
62b0bb4f24
feat(format): extra newline after modeline
2024-02-29 23:05:30 +09:00
nvim-treesitter-bot[bot]
84daea50b1
Update parsers: angular, gitcommit, vimdoc, wing
2024-02-29 12:08:19 +00:00
GodOfAvacyn
06b5fda797
feat: add support for gdshader ( #6153 )
...
Godot shading language
---------
Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
2024-02-29 11:30:33 +01:00
nvim-treesitter-bot[bot]
4349af8a6e
Update parsers: chatito, gitattributes, gitcommit, gpg, groovy, hlsl, mermaid, pem, poe_filter, properties, pymanifest, requirements, ssh_config, udev, wing, xcompose
2024-02-29 15:45:33 +09:00
Brian Ryall
4a8901b0d5
feat(beancount): refactor scanner to c
2024-02-29 12:35:31 +09:00
nvim-treesitter-bot[bot]
d2f58c0b65
Update parsers: dtd, gitattributes, hyprlang, tcl, wing, xml
2024-02-28 19:10:05 +00:00
Christian Clason
c5b19f66e0
fix(typst): adapt queries to breaking parser update
2024-02-28 20:01:01 +01:00
Phạm Huy Hoàng
15d521c923
fix(purescript): comment out utf-8 char
2024-02-28 15:55:15 +01:00
nvim-treesitter-bot[bot]
31d0648055
Update parsers: angular, javascript, nim, perl, python, typst, wing
2024-02-28 09:02:57 +00:00
nvim-treesitter-bot[bot]
db12bd416e
Update parsers: fidl, haskell, nickel, python, solidity, wing
2024-02-27 09:00:02 +00:00
Riley Bruins
18aa5ae3fd
feat(c): local label highlights
2024-02-26 07:41:41 -05:00
nvim-treesitter-bot[bot]
fad40f2010
Update parsers: arduino, php, php_only, wing
2024-02-26 09:08:07 +00:00
Christian Clason
6e2b56cbe7
feat(cooklang): update to scanner rewrite
2024-02-25 17:10:36 +01:00
Amaan Qureshi
6f1f407d71
feat(rust): add more regex injection queries
2024-02-25 09:05:08 -05:00
nvim-treesitter-bot[bot]
ede5b461c9
Update parsers: gpg, properties, pymanifest, requirements, rust, ssh_config, swift, udev, v
2024-02-25 10:00:47 +00:00
Preston Knopp
9896ef5f70
feat(gdscript): update parsers and queries. ( #6176 )
...
* feat(gdscript): add highlight for (pattern_guard "when")
* feat(gdscript): update (type) highlights and support typed array
* feat(gdscript): add highlight to attribute subscript ident
* feat(gdscript): only apply @ constructor to init ident
* feat(gdscript): replace greedy (parameters) match with independent match
* feat(gdscript): add (typed_default_parameter) highlight
* feat(gdscript): add (constructor_definition) indent
* feat(gdscript): update big wall of built-in identifiers
2024-02-25 02:21:19 +09:00
nvim-treesitter-bot[bot]
c06292fdc6
Update parsers: c, fennel, gitattributes, json, nim, pem, poe_filter, printf, readline, sourcepawn, wing, xcompose
2024-02-24 08:47:04 +00:00
Christian Clason
adf72368f6
feat(nickel): adapt to scanner rewrite
2024-02-23 18:33:25 +01:00
ObserverOfTime
e105b5e67d
feat(properties): update parser & queries
2024-02-23 17:37:22 +02:00
chaopeng
e159a531e5
fix(fidl): remove requires_generate_from_grammar
2024-02-23 15:39:19 +01:00
nvim-treesitter-bot[bot]
f148c8a766
Update parsers: arduino, cmake, dtd, fidl, mlir, perl, slint, sourcepawn, wing, xml
2024-02-23 09:00:30 +00:00
再生花
31641d72a4
feat(format-scripts): linewrap predicates
...
"format-ignore".kick()
2024-02-23 10:42:01 +02:00
Karl Hiner
a29058fe8b
feat(faust): better highlighting of function calls, built-in variables, and member access
2024-02-23 15:41:28 +09:00
nvim-treesitter-bot[bot]
9ecf980277
Update README
2024-02-23 12:12:26 +09:00
巢鹏
a8d2b54e28
feat: add fidl parser
2024-02-23 11:57:07 +09:00
JD Rudie
19bf991be2
feat(c-sharp): add enum member declaration highlight query
2024-02-22 16:53:11 +01:00
nvim-treesitter-bot[bot]
1398b1ba46
Update parsers: cmake, dtd, faust, fennel, gdscript, html, lua, php, php_only, rust, sourcepawn, typst, vim, wing, xml
2024-02-22 09:18:43 +01:00
ObserverOfTime
ebf0532d42
feat(chatito): update queries
2024-02-21 23:25:11 +02:00
gbprod
ca46eb3ac9
fix(highlights): highlight @type in phpdoc
...
Currently, phpdoc types that are not union type are not highlighted, this change
allows to apply `@type` group to all types.
2024-02-21 15:47:01 +01:00
nvim-treesitter-bot[bot]
977d94975d
Update README
2024-02-21 14:47:41 +01:00
Alexei Mozaidze
7d1bab6546
feat(fennel)!: switch to maintained parser ( #6132 )
...
Change the Fennel parser to a simpler and more consistent one, along with updating all the queries.
2024-02-21 13:44:01 +00:00
Christian Clason
71ae32c187
docs(template): use builtin commands
2024-02-21 14:37:51 +01:00
Wu Zhenyu
d1484a1507
feat: improve queries/muttrc/highlights.scm
2024-02-21 10:51:20 +01:00
Riley Bruins
455f6586ba
feat(query): indents that reflect the formatter ( #6154 )
...
* feat(query): indents that reflect the formatter
Indentation queries that reflect the query formatter. Only applicable if `lispoptions=expr:1`
2024-02-21 18:47:09 +09:00