1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 06:11:49 +03:00

Add type and field declarations to Go category list

This commit is contained in:
Rick Winfrey 2017-01-11 15:09:19 -08:00
parent 7dcab8f987
commit 99e4e8da28

View File

@ -240,4 +240,6 @@ categoryForGoName = \case
"parameter_declaration" -> ParameterDecl
"expression_case" -> Case
"type_spec" -> TypeDecl
"type_declaration" -> TypeDecl
"field_declaration" -> FieldDecl
s -> Other (toS s)