Skip to content

Commit

Permalink
Add support for single-line comments to scss (helix-editor#5003)
Browse files Browse the repository at this point in the history
  • Loading branch information
farwyler authored and Frederik Vestre committed Feb 6, 2023
1 parent 675c5e0 commit 3ba05b7
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 3ba05b7

Please sign in to comment.