1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Map keyed_element to Pair

This commit is contained in:
joshvera 2016-12-07 15:38:05 -05:00
parent b555baead6
commit 6eec2689e5

View File

@ -210,5 +210,6 @@ categoryForGoName = \case
"go_statement" -> Go "go_statement" -> Go
"type_assertion_expression" -> TypeAssertion "type_assertion_expression" -> TypeAssertion
"type_conversion_expression" -> TypeConversion "type_conversion_expression" -> TypeConversion
"keyed_element" -> Pair
s -> Other (toS s) s -> Other (toS s)