1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-24 06:10:05 +08:00
SpaceVim/bundle/nvim-treesitter/queries/proto/highlights.scm

70 lines
701 B
Scheme

[
"syntax"
"option"
"service"
"rpc"
"returns"
"message"
"enum"
"oneof"
"optional"
"repeated"
"reserved"
"to"
] @keyword
[
"package"
"import"
] @include
[
(key_type)
(type)
(message_name)
(enum_name)
(service_name)
(rpc_name)
(message_or_enum_type)
] @type
(enum_field
(identifier) @constant)
[
(string)
"\"proto3\""
] @string
(int_lit) @number
(float_lit) @float
[
(true)
(false)
] @boolean
(comment) @comment @spell
((comment) @comment.documentation
(#lua-match? @comment.documentation "^/[*][*][^*].*[*]/$"))
[
"("
")"
"["
"]"
"{"
"}"
"<"
">"
] @punctuation.bracket
[
";"
","
] @punctuation.delimiter
"=" @operator