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:
parent
8e68a9de37
commit
b7f58cb89e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user