Skip to content

Commit ef23847

Browse files
committed
scheme: Highlight abbreviations
1 parent 95e994a commit ef23847

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

runtime/queries/scheme/highlights.scm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,8 @@
9797

9898
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
9999

100+
(quote "'") @operator
101+
(unquote_splicing ",@") @operator
102+
(unquote ",") @operator
103+
(quasiquote "`") @operator
104+

0 commit comments

Comments
 (0)