mirror of https://github.com/helix-editor/helix
Update tree-sitter-go with generics support
parent
afc602d306
commit
ddbf03613d
|
@ -1 +1 @@
|
||||||
Subproject commit 2a83dfdd759a632651f852aa4dc0af2525fae5cd
|
Subproject commit 0fa917a7022d1cd2e9b779a6a8fc5dc7fad69c75
|
|
@ -69,6 +69,7 @@
|
||||||
"|"
|
"|"
|
||||||
"|="
|
"|="
|
||||||
"||"
|
"||"
|
||||||
|
"~"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
||||||
; Keywords
|
; Keywords
|
||||||
|
@ -143,6 +144,9 @@
|
||||||
(false)
|
(false)
|
||||||
] @constant.builtin.boolean
|
] @constant.builtin.boolean
|
||||||
|
|
||||||
(nil) @constant.builtin
|
[
|
||||||
|
(nil)
|
||||||
|
(iota)
|
||||||
|
] @constant.builtin
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
Loading…
Reference in New Issue