summaryrefslogtreecommitdiff
path: root/runtime/queries/scss/highlights.scm
diff options
context:
space:
mode:
authorfarwyler2022-12-04 15:45:31 +0000
committerGitHub2022-12-04 15:45:31 +0000
commit59cfe95776238f047131e497124c97d69d838c2b (patch)
treeba7d313e6d8c656ae5cf33c1389d3567bd46ed1e /runtime/queries/scss/highlights.scm
parentc13c6d56b6eb0e117cb92ba4011155b519befde6 (diff)
Add support for single-line comments to scss (#5003)
Diffstat (limited to 'runtime/queries/scss/highlights.scm')
-rw-r--r--runtime/queries/scss/highlights.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/queries/scss/highlights.scm b/runtime/queries/scss/highlights.scm
index 89cce494..8ba00a88 100644
--- a/runtime/queries/scss/highlights.scm
+++ b/runtime/queries/scss/highlights.scm
@@ -1,4 +1,4 @@
-(comment) @comment
+[(comment) (single_line_comment)] @comment
"~" @operator
">" @operator