1
1
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:
joshvera 2016-06-10 16:41:48 -04:00
parent 9ec08a7d2e
commit 9dfd271186

View File

@ -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