1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Move assignment tree sitter production

This commit is contained in:
Rick Winfrey 2016-06-13 17:33:17 -05:00
parent 8e68a9de37
commit b7f58cb89e

View File

@ -37,7 +37,6 @@ categoriesForLanguage language name = case (language, name) of
-- | Given a node name from TreeSitter, return the correct categories.
defaultCategoryForNodeName :: Text -> Category
defaultCategoryForNodeName name = case name of
"assignment" -> Assignment
"program" -> Program
"ERROR" -> Error
"function_call" -> FunctionCall