mirror of
https://github.com/github/semantic.git
synced 2024-11-28 18:23:44 +03:00
Add Identifier case to styleName
This commit is contained in:
parent
9ec08a7d2e
commit
9dfd271186
@ -41,12 +41,13 @@ styleName category = "category-" <> case category of
|
||||
BinaryOperator -> "binary-operator"
|
||||
DictionaryLiteral -> "dictionary"
|
||||
Pair -> "pair"
|
||||
Category.FunctionCall -> "function_call"
|
||||
StringLiteral -> "string"
|
||||
SymbolLiteral -> "symbol"
|
||||
IntegerLiteral -> "integer"
|
||||
ArrayLiteral -> "array"
|
||||
Category.FunctionCall -> "function_call"
|
||||
Category.Function -> "function"
|
||||
Identifier -> "identifier"
|
||||
Params -> "parameters"
|
||||
ExpressionStatements -> "expression_statements"
|
||||
Other string -> string
|
||||
|
Loading…
Reference in New Issue
Block a user