Skip to content

Commit

Permalink
scheme: Highlight abbreviations
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Sep 11, 2023
1 parent 95e994a commit ef23847
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions runtime/queries/scheme/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,8 @@

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

(quote "'") @operator
(unquote_splicing ",@") @operator
(unquote ",") @operator
(quasiquote "`") @operator

0 comments on commit ef23847

Please sign in to comment.