Don't capture quotes as comments

This commit is contained in:
Oliver Marshall 2021-07-19 10:28:30 +01:00 committed by Stephan Seitz
parent 4d61d5f114
commit d569c542cd

View file

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