Add support for single-line comments to scss (#5003)

pull/1/head
farwyler 1 year ago committed by GitHub
parent c13c6d56b6
commit 59cfe95776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,4 @@
(comment) @comment
[(comment) (single_line_comment)] @comment
"~" @operator
">" @operator

@ -1,2 +1,2 @@
((comment) @injection.content
([(comment) (single_line_comment)] @injection.content
(#set! injection.language "comment"))

Loading…
Cancel
Save