aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlaž Hrastnik2023-09-11 04:15:58 +0000
committerBlaž Hrastnik2023-09-11 04:15:58 +0000
commitef23847957463b95a68599efb12a32837d73727b (patch)
treeb06691814c3bf5287c8d4d28b8cb313c836e8cb9
parent95e994ab3817b3803f0d25b10423de4ef74508d6 (diff)
scheme: Highlight abbreviations
-rw-r--r--runtime/queries/scheme/highlights.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/runtime/queries/scheme/highlights.scm b/runtime/queries/scheme/highlights.scm
index 46819374..c7050847 100644
--- a/runtime/queries/scheme/highlights.scm
+++ b/runtime/queries/scheme/highlights.scm
@@ -97,3 +97,8 @@
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
+(quote "'") @operator
+(unquote_splicing ",@") @operator
+(unquote ",") @operator
+(quasiquote "`") @operator
+