This website requires JavaScript.
Explore
Help
Register
Sign In
suimeng
/
helix
mirror of
https://github.com/helix-editor/helix
Watch
1
Star
0
Fork
You've already forked helix
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cbea11947d
helix
/
runtime
/
queries
/
scss
/
injections.scm
3 lines
93 B
Scheme
Raw
Normal View
History
Unescape
Escape
Add support for single-line comments to scss (#5003)
2022-12-04 23:45:31 +08:00
(
[
(
comment
)
(
single_line_comment
)
]
@injection
.
content
Add SCSS language support (#3074)
2022-07-17 17:55:20 +08:00
(
#
set!
injection
.
language
"comment"
)
)