mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-12-29 03:20:46 +08:00
feat(languages): add rockstar code language (pablos123) (#4843)
This commit is contained in:
parent
e8b92ed802
commit
8bbc24bd19
3 changed files with 111 additions and 0 deletions
|
|
@ -503,6 +503,7 @@
|
|||
"code_java",
|
||||
"code_kotlin",
|
||||
"code_go",
|
||||
"code_rockstar",
|
||||
"code_rust",
|
||||
"code_ruby",
|
||||
"code_r",
|
||||
|
|
|
|||
|
|
@ -278,6 +278,7 @@
|
|||
,"code_java"
|
||||
,"code_kotlin"
|
||||
,"code_go"
|
||||
,"code_rockstar"
|
||||
,"code_rust"
|
||||
,"code_ruby"
|
||||
,"code_r"
|
||||
|
|
|
|||
109
frontend/static/languages/code_rockstar.json
Normal file
109
frontend/static/languages/code_rockstar.json
Normal file
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue