mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Add support for single-line comments to scss (#5003)
This commit is contained in:
parent
c13c6d56b6
commit
59cfe95776
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
(comment) @comment
|
[(comment) (single_line_comment)] @comment
|
||||||
|
|
||||||
"~" @operator
|
"~" @operator
|
||||||
">" @operator
|
">" @operator
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
((comment) @injection.content
|
([(comment) (single_line_comment)] @injection.content
|
||||||
(#set! injection.language "comment"))
|
(#set! injection.language "comment"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue