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:
iuuang 2022-02-24 13:15:09 +01:00 committed by GitHub
parent 8b23cdd7dc
commit 5d5492fc15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 75 additions and 1 deletions

View file

@ -290,7 +290,8 @@
"code_swift",
"code_bash",
"code_lua",
"code_luau"
"code_luau",
"code_matlab"
]
},
{

View file

@ -157,6 +157,7 @@
,"code_bash"
,"code_lua"
,"code_luau"
,"code_matlab"
,"hindi"
,"hindi_1k"
,"macedonian"

View 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()",
"||"
]
}