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"] }