mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-13 17:16:37 +08:00
Added code_matlab (#2583) by iuuang
* Update spanish_10k.json changed "not words", bad words and historical figures. * Update spanish_1k.json removed not full words and fixed capitalization. * Update spanish_10k.json * removed "non-words" * Changes to Spanish 1k fine, I'll stop including ü * Update spanish_1k.json * fixed capitalization of some words, removed surnames from controversial people * updated spanish 200 removed some double words and some not common ones. * updated spanish lists second attempt. * Create code_matlab.json I dont know a whole lot but Im probably going to exand this as my knowledge expands too. * Actually make the language show up * remove caps Co-authored-by: Jack <jack@monkeytype.com> Co-authored-by: Ferotiq <evanrayweigel@outlook.com>
This commit is contained in:
parent
8b23cdd7dc
commit
5d5492fc15
3 changed files with 75 additions and 1 deletions
|
@ -290,7 +290,8 @@
|
|||
"code_swift",
|
||||
"code_bash",
|
||||
"code_lua",
|
||||
"code_luau"
|
||||
"code_luau",
|
||||
"code_matlab"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
|
@ -157,6 +157,7 @@
|
|||
,"code_bash"
|
||||
,"code_lua"
|
||||
,"code_luau"
|
||||
,"code_matlab"
|
||||
,"hindi"
|
||||
,"hindi_1k"
|
||||
,"macedonian"
|
||||
|
|
72
frontend/static/languages/code_matlab.json
Normal file
72
frontend/static/languages/code_matlab.json
Normal file
|
@ -0,0 +1,72 @@
|
|||
{
|
||||
"name": "code_matlab",
|
||||
"leftToRight": true,
|
||||
"noLazyMode": true,
|
||||
"words": [
|
||||
"x",
|
||||
"X",
|
||||
".^",
|
||||
"plot",
|
||||
"plot3",
|
||||
"contour",
|
||||
"contour3",
|
||||
"y",
|
||||
"Y",
|
||||
"function[]",
|
||||
"for",
|
||||
"end",
|
||||
"meshgrid",
|
||||
"a:0.1:b",
|
||||
"cos()",
|
||||
"sin()",
|
||||
"cosh()",
|
||||
"sinh()",
|
||||
"cos()",
|
||||
"tan()",
|
||||
"log()",
|
||||
"sqrt()",
|
||||
"exp()",
|
||||
"@(x)",
|
||||
"i=0",
|
||||
"i++",
|
||||
"~=",
|
||||
"&&",
|
||||
"==",
|
||||
"linspace",
|
||||
"ans",
|
||||
"pi",
|
||||
"nan",
|
||||
"eps",
|
||||
"real()",
|
||||
"angle()",
|
||||
"ceil",
|
||||
"longspace",
|
||||
"abs",
|
||||
"floor",
|
||||
"hold",
|
||||
"figure",
|
||||
"factorial()",
|
||||
"round()",
|
||||
"table()",
|
||||
"surf()",
|
||||
"scatter()",
|
||||
"quiver()",
|
||||
"f(x)",
|
||||
"sign()",
|
||||
"%comment",
|
||||
"else",
|
||||
"curl()",
|
||||
"integral()",
|
||||
"break",
|
||||
"continue",
|
||||
"roots()",
|
||||
"normalize()",
|
||||
"sort()",
|
||||
"table()",
|
||||
"text()",
|
||||
"label()",
|
||||
"zeros()",
|
||||
"ones()",
|
||||
"||"
|
||||
]
|
||||
}
|
Loading…
Add table
Reference in a new issue