1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 14:54:16 +03:00

Map source_file to Category.Program

This commit is contained in:
joshvera 2016-10-18 17:01:33 -04:00
parent 6fbe51b533
commit ca60598764

View File

@ -41,5 +41,6 @@ categoryForGoName = \case
"parameters" -> Args
"short_var_declaration" -> VarDecl
"assignment_statement" -> Assignment
"source_file" -> Program
s -> Other (toS s)