mirror of
https://github.com/github/semantic.git
synced 2024-12-22 14:21:31 +03:00
Move to where ConditionalOperator was
This commit is contained in:
parent
6e42369ffe
commit
3e3ea818eb
@ -86,6 +86,7 @@ styleName category = "category-" <> case category of
|
||||
C.AnonymousFunction -> "anonymous_function"
|
||||
C.Interpolation -> "interpolation"
|
||||
C.Subshell -> "subshell"
|
||||
C.OperatorAssignment -> "operator_assignment"
|
||||
C.Yield -> "yield_statement"
|
||||
C.Until -> "until"
|
||||
C.Unless -> "unless_statement"
|
||||
@ -115,7 +116,6 @@ styleName category = "category-" <> case category of
|
||||
C.Continue -> "continue_statement"
|
||||
C.Binary -> "binary"
|
||||
C.Unary -> "unary"
|
||||
C.OperatorAssignment -> "operator_assignment"
|
||||
|
||||
-- | Pick the class name for a split patch.
|
||||
splitPatchToClassName :: SplitPatch a -> AttributeValue
|
||||
|
Loading…
Reference in New Issue
Block a user