Don't capture quotes as comments

This commit is contained in:
Oliver Marshall 2021-07-19 10:28:30 +01:00 committed by mergify[bot]
parent 036e88b94a
commit 17cf76de8a

View file

@ -111,7 +111,7 @@
; Comment
((sym_lit) @comment
(#any-of? @comment "comment" "quote"))
(#any-of? @comment "comment"))
; Conditionals
((sym_lit) @conditional