mirror of
https://github.com/github/semantic.git
synced 2025-01-03 04:51:57 +03:00
Add type and field declarations to Go category list
This commit is contained in:
parent
7dcab8f987
commit
99e4e8da28
@ -240,4 +240,6 @@ categoryForGoName = \case
|
|||||||
"parameter_declaration" -> ParameterDecl
|
"parameter_declaration" -> ParameterDecl
|
||||||
"expression_case" -> Case
|
"expression_case" -> Case
|
||||||
"type_spec" -> TypeDecl
|
"type_spec" -> TypeDecl
|
||||||
|
"type_declaration" -> TypeDecl
|
||||||
|
"field_declaration" -> FieldDecl
|
||||||
s -> Other (toS s)
|
s -> Other (toS s)
|
||||||
|
Loading…
Reference in New Issue
Block a user