Skip to content

Commit

Permalink
Add support for single-line comments to scss (#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
farwyler authored Dec 4, 2022
1 parent c13c6d5 commit 59cfe95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion runtime/queries/scss/highlights.scm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(comment) @comment
[(comment) (single_line_comment)] @comment

"~" @operator
">" @operator
Expand Down
2 changes: 1 addition & 1 deletion runtime/queries/scss/injections.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
((comment) @injection.content
([(comment) (single_line_comment)] @injection.content
(#set! injection.language "comment"))

0 comments on commit 59cfe95

Please sign in to comment.