1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-02-03 04:10:06 +08:00
SpaceVim/bundle/nvim-treesitter-0.9.1/queries/chatito/highlights.scm

55 lines
572 B
Scheme

;; Punctuation
[
"%["
"@["
"~["
"*["
"]"
"("
")"
] @punctuation.bracket
[":" ","] @punctuation.delimiter
(["\"" "'"] @punctuation.special @conceal
(#set! conceal ""))
["%" "?" "#"] @character.special
;; Entities
(intent) @namespace
(slot) @type
(variation) @type.qualifier
(alias) @property
(number) @number
(argument
key: (string) @label
value: (string) @string)
(escape) @string.escape
;; Import
"import" @include
(file) @string.special
;; Text
(word) @text @spell
;; Comment
(comment) @comment @spell
;; Error
(ERROR) @error