mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Add support for single-line comments to scss (#5003)
This commit is contained in:
parent
c13c6d56b6
commit
59cfe95776
@ -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…
Reference in New Issue
Block a user