mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 03:56:52 -04:00
Reference file: ```gomod module github.com/klauspost/reedsolomon go 1.21 require github.com/klauspost/cpuid/v2 v2.2.8 require golang.org/x/sys v0.24.0 // indirect retract ( v1.12.2 // https://github.com/klauspost/reedsolomon/pull/283 v1.11.6 // https://github.com/klauspost/reedsolomon/issues/240 [v1.11.3, v1.11.5] // https://github.com/klauspost/reedsolomon/pull/238 v1.11.2 // https://github.com/klauspost/reedsolomon/pull/229 ) ```
30 lines
316 B
Scheme
30 lines
316 B
Scheme
[
|
|
"require"
|
|
"replace"
|
|
"go"
|
|
"toolchain"
|
|
"exclude"
|
|
"retract"
|
|
"module"
|
|
] @keyword
|
|
|
|
"=>" @operator
|
|
|
|
(comment) @comment @spell
|
|
|
|
(module_path) @string.special.url
|
|
|
|
[
|
|
(version)
|
|
(go_version)
|
|
(toolchain_name)
|
|
] @string.special
|
|
|
|
[
|
|
"("
|
|
")"
|
|
"["
|
|
"]"
|
|
] @punctuation.bracket
|
|
|
|
"," @punctuation.delimiter
|