1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Add missing Comment Category to Split styles

This commit is contained in:
Rick Winfrey 2016-08-16 15:36:36 -05:00
parent 2b196ade35
commit cb3a709540

View File

@ -40,6 +40,7 @@ styleName category = "category-" <> case category of
StringLiteral -> "string" StringLiteral -> "string"
SymbolLiteral -> "symbol" SymbolLiteral -> "symbol"
IntegerLiteral -> "integer" IntegerLiteral -> "integer"
C.Comment -> "comment"
C.FunctionCall -> "function_call" C.FunctionCall -> "function_call"
C.Function -> "function" C.Function -> "function"
C.MethodCall -> "method_call" C.MethodCall -> "method_call"