scheme: Highlight abbreviations
This commit is contained in:
parent
95e994ab38
commit
ef23847957
1 changed files with 5 additions and 0 deletions
|
@ -97,3 +97,8 @@
|
||||||
|
|
||||||
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
||||||
|
|
||||||
|
(quote "'") @operator
|
||||||
|
(unquote_splicing ",@") @operator
|
||||||
|
(unquote ",") @operator
|
||||||
|
(quasiquote "`") @operator
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue