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