From 034c68a7ca9c923cb38918ccfc242aff2f09ae86 Mon Sep 17 00:00:00 2001 From: Simpel <git@simpel.cc> Date: Sun, 3 Oct 2021 17:20:21 +0200 Subject: [PATCH] fix: correct csv delimiter Made groovy syntax with wrong delimiter. related #2 --- comments.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comments.csv b/comments.csv index 1cc0820..be28c51 100644 --- a/comments.csv +++ b/comments.csv @@ -174,7 +174,7 @@ F#,(* ~ *) Forth,( ~ ) GNU-bc,/* ~ */ Go,/* ~ */ -Groovy;/* ~ */ +Groovy,/* ~ */ Handlebars,{{! ~ }} Handlebars,{{!-- ~ --}} Haskell,{- ~ -} -- GitLab