mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
Update tree-sitter-go with generics support
This commit is contained in:
Submodule helix-syntax/languages/tree-sitter-go updated: 2a83dfdd75...0fa917a702
@@ -69,6 +69,7 @@
|
||||
"|"
|
||||
"|="
|
||||
"||"
|
||||
"~"
|
||||
] @operator
|
||||
|
||||
; Keywords
|
||||
@@ -143,6 +144,9 @@
|
||||
(false)
|
||||
] @constant.builtin.boolean
|
||||
|
||||
(nil) @constant.builtin
|
||||
[
|
||||
(nil)
|
||||
(iota)
|
||||
] @constant.builtin
|
||||
|
||||
(comment) @comment
|
||||
|
Reference in New Issue
Block a user