mirror of https://github.com/helix-editor/helix
scheme: Highlight abbreviations
parent
95e994ab38
commit
ef23847957
|
@ -97,3 +97,8 @@
|
||||||
|
|
||||||
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
["(" ")" "[" "]" "{" "}"] @punctuation.bracket
|
||||||
|
|
||||||
|
(quote "'") @operator
|
||||||
|
(unquote_splicing ",@") @operator
|
||||||
|
(unquote ",") @operator
|
||||||
|
(quasiquote "`") @operator
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue