mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
Don't capture quotes as comments
This commit is contained in:
parent
036e88b94a
commit
17cf76de8a
1 changed files with 1 additions and 1 deletions
|
|
@ -111,7 +111,7 @@
|
||||||
|
|
||||||
; Comment
|
; Comment
|
||||||
((sym_lit) @comment
|
((sym_lit) @comment
|
||||||
(#any-of? @comment "comment" "quote"))
|
(#any-of? @comment "comment"))
|
||||||
|
|
||||||
; Conditionals
|
; Conditionals
|
||||||
((sym_lit) @conditional
|
((sym_lit) @conditional
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue