mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
35 lines
381 B
Scheme
35 lines
381 B
Scheme
[
|
|
"require"
|
|
"replace"
|
|
"go"
|
|
"toolchain"
|
|
"exclude"
|
|
"retract"
|
|
"module"
|
|
] @keyword
|
|
|
|
"=>" @operator
|
|
|
|
(comment) @comment @spell
|
|
|
|
(module_path) @string.special.url
|
|
|
|
(tool_directive) @keyword.directive
|
|
|
|
(tool) @string.special.url
|
|
|
|
[
|
|
(version)
|
|
(go_version)
|
|
(toolchain_name)
|
|
] @string.special
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
"," @punctuation.delimiter
|