diff --git a/frontend/static/languages/_groups.json b/frontend/static/languages/_groups.json index bce13145b..4239642f3 100644 --- a/frontend/static/languages/_groups.json +++ b/frontend/static/languages/_groups.json @@ -503,6 +503,7 @@ "code_java", "code_kotlin", "code_go", + "code_rockstar", "code_rust", "code_ruby", "code_r", diff --git a/frontend/static/languages/_list.json b/frontend/static/languages/_list.json index 8722bcdc1..41cf8a70e 100644 --- a/frontend/static/languages/_list.json +++ b/frontend/static/languages/_list.json @@ -278,6 +278,7 @@ ,"code_java" ,"code_kotlin" ,"code_go" + ,"code_rockstar" ,"code_rust" ,"code_ruby" ,"code_r" diff --git a/frontend/static/languages/code_rockstar.json b/frontend/static/languages/code_rockstar.json new file mode 100644 index 000000000..48ea743f3 --- /dev/null +++ b/frontend/static/languages/code_rockstar.json @@ -0,0 +1,109 @@ +{ + "name": "code_rockstar", + "noLazyMode": true, + "words": [ + "a", + "an", + "the", + "my", + "your", + "our", + "it", + "he", + "she", + "him", + "her", + "they", + "them", + "ze", + "hir", + "zie", + "zir", + "xe", + "xem", + "ve", + "ver", + "mysterious", + "nothing", + "nowhere", + "nobody", + "gone", + "null", + "true", + "false", + "maybe", + "definitely", + "right", + "yes", + "ok", + "wrong", + "no", + "lies", + "empty", + "silent", + "silence", + "let", + "array", + "be", + "rock", + "roll", + "push", + "pop", + "into", + "modify", + "cut", + "split", + "shatter", + "join", + "unite", + "cast", + "burn", + "in", + "plus", + "with", + "minus", + "without", + "times", + "of", + "over", + "between", + "is", + "are", + "was", + "were", + "says", + "said", + "ain't", + "aint", + "isn't", + "aren't", + "wasn't", + "weren't", + "and", + "or", + "nor", + "not", + "listen", + "to", + "say", + "shout", + "whisper", + "scream", + "high", + "low", + "as", + "than", + "if", + "else", + "while", + "until", + "break", + "continue", + "takes", + "wants", + "return", + "send", + "give", + "back" + ] +}