mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
||||
((sym_lit) @comment
|
||||
(#any-of? @comment "comment" "quote"))
|
||||
(#any-of? @comment "comment"))
|
||||
|
||||
; Conditionals
|
||||
((sym_lit) @conditional
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue