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:
parent
6d2824475c
commit
69e5fca7cb
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user