diff options
author | Blaž Hrastnik | 2023-09-11 04:15:58 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2023-09-11 04:15:58 +0000 |
commit | ef23847957463b95a68599efb12a32837d73727b (patch) | |
tree | b06691814c3bf5287c8d4d28b8cb313c836e8cb9 /runtime | |
parent | 95e994ab3817b3803f0d25b10423de4ef74508d6 (diff) |
scheme: Highlight abbreviations
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/queries/scheme/highlights.scm | 5 |
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 + |