From c6ce683687caac3644914280f339cabeffc75891 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ton=C4=87i=20Gali=C4=87?= Date: Sun, 26 Mar 2017 19:46:30 +0200 Subject: [PATCH] add Elixir and Groovy to the equation --- inputs/prog_lang.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inputs/prog_lang.json b/inputs/prog_lang.json index d0601ee..6fadaf6 100644 --- a/inputs/prog_lang.json +++ b/inputs/prog_lang.json @@ -1,5 +1,5 @@ { "tag": "prog_lang", - "items": ["java", "c", "c++", "c#", "python", "visual basic", "node", "perl", "php", "ruby", "go", "swift", "objective c", "cobol", "fortran", "lua", "scala", "lisp", "haskell", "rust", "erlang", "clojure", "matlab", "pascal", "r", "kotlin"], + "items": ["java", "c", "c++", "c#", "python", "visual basic", "node", "perl", "php", "ruby", "go", "swift", "objective c", "cobol", "fortran", "lua", "scala", "lisp", "haskell", "rust", "erlang", "clojure", "matlab", "pascal", "r", "kotlin", "elixir", "groovy"], "verbs": ["switch", "switched", "move", "moved", "code"] }