Skip to content

Commit 3ba05b7

Browse files
farwylerFrederik Vestre
authored andcommitted
Add support for single-line comments to scss (helix-editor#5003)
1 parent 675c5e0 commit 3ba05b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

runtime/queries/scss/highlights.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
(comment) @comment
1+
[(comment) (single_line_comment)] @comment
22

33
"~" @operator
44
">" @operator

runtime/queries/scss/injections.scm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
((comment) @injection.content
1+
([(comment) (single_line_comment)] @injection.content
22
(#set! injection.language "comment"))

0 commit comments

Comments
 (0)