Unnamed repository; edit this file 'description' to name the repository.
scheme: Highlight abbreviations
Blaž Hrastnik 2023-09-11
parent 95e994a · commit ef23847
-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
+