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

Add Switch/Case to styleName

This commit is contained in:
joshvera 2016-06-15 15:49:02 -07:00
parent 6d2824475c
commit 69e5fca7cb

View File

@ -53,6 +53,8 @@ styleName category = "category-" <> case category of
Category.MemberAccess -> "member_access"
Category.VarDecl -> "var_declaration"
Category.VarAssignment -> "var_assignment"
Category.Switch -> "switch"
Category.Case -> "case"
TemplateString -> "template_string"
Regex -> "regex"
Identifier -> "identifier"