errdefer and try/defer fix
This commit is contained in:
@@ -23,6 +23,16 @@
|
||||
(builtin_type) @type.builtin
|
||||
(named_type) @type
|
||||
|
||||
(named_type
|
||||
(qualified_identifier
|
||||
(identifier) @function .)
|
||||
(argument_list))
|
||||
|
||||
(struct_literal
|
||||
type: (qualified_identifier
|
||||
(identifier) @function .)
|
||||
(argument_list))
|
||||
|
||||
(type_declaration name: (identifier) @type)
|
||||
(function_declaration name: (identifier) @function)
|
||||
(parameter name: (identifier) @variable.parameter)
|
||||
@@ -62,6 +72,7 @@
|
||||
"break"
|
||||
"continue"
|
||||
"defer"
|
||||
"errdefer"
|
||||
"yield"
|
||||
"match"
|
||||
"else"
|
||||
@@ -86,6 +97,7 @@
|
||||
"/"
|
||||
"!"
|
||||
"&"
|
||||
"@"
|
||||
"?"
|
||||
"^"
|
||||
".."
|
||||
|
||||
Reference in New Issue
Block a user