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

This commit is contained in:
farwyler 2022-12-04 16:45:31 +01:00 committed by GitHub
parent c13c6d56b6
commit 59cfe95776
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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