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:
parent
2b196ade35
commit
cb3a709540
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user