From cb3a7095408643323b0cb2e5c31ac53aa54bdffe Mon Sep 17 00:00:00 2001 From: Rick Winfrey Date: Tue, 16 Aug 2016 15:36:36 -0500 Subject: [PATCH] Add missing Comment Category to Split styles --- src/Renderer/Split.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Renderer/Split.hs b/src/Renderer/Split.hs index d2fac0102..c8559d17b 100644 --- a/src/Renderer/Split.hs +++ b/src/Renderer/Split.hs @@ -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"