mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-13 08:50:11 -04:00
indens(c): use (comment) @auto
This commit is contained in:
parent
07e07cf303
commit
693dae241d
1 changed files with 1 additions and 4 deletions
|
|
@ -46,7 +46,4 @@
|
||||||
([(argument_list) (parameter_list)] @aligned_indent
|
([(argument_list) (parameter_list)] @aligned_indent
|
||||||
(#set! "delimiter" "()"))
|
(#set! "delimiter" "()"))
|
||||||
|
|
||||||
((comment) @aligned_indent
|
(comment) @auto
|
||||||
(#lua-match? @aligned_indent "^/\*"))
|
|
||||||
((comment) @ignore
|
|
||||||
(#lua-match? @ignore "^//"))
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue