1
1
mirror of https://github.com/github/semantic.git synced 2024-12-19 12:51:52 +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"
SymbolLiteral -> "symbol"
IntegerLiteral -> "integer"
C.Comment -> "comment"
C.FunctionCall -> "function_call"
C.Function -> "function"
C.MethodCall -> "method_call"