This commit is contained in:
Miodec 2022-05-23 16:36:21 +02:00
commit 7d5d2b7460
3 changed files with 112 additions and 0 deletions

View file

@ -314,6 +314,7 @@
"code_fsharp",
"code_javascript",
"code_javascript_1k",
"code_julia",
"code_html",
"code_pascal",
"code_java",

View file

@ -168,6 +168,7 @@
,"code_brainfck"
,"code_javascript"
,"code_javascript_1k"
,"code_julia"
,"code_html"
,"code_pascal"
,"code_java"

View file

@ -0,0 +1,110 @@
{
"name": "code_julia",
"leftToRight": true,
"noLazyMode": true,
"words": [
"return",
"end",
"for",
"print",
"println",
"printstyled",
"open",
"digits",
"parse",
"bitstring",
"undef",
"getindex",
"zeros",
"ones",
"falses",
"trues",
"fill",
"reverseind",
"reverse",
"permute",
"isperm",
"invperm",
"nothing",
"stdin",
"stdout",
"stderr",
"fma",
"inv",
"div",
"mod",
"rem",
"rationalize",
"typeof",
"range",
"istaskdone",
"yield",
"sleep",
"schedule",
"wait",
"fetch",
"notify",
"acquire",
"release",
"lock",
"unlock",
"trylock",
"islocked",
"in",
"do",
"isready",
"close",
"bind",
"isopen",
"put!",
"take!",
"foreach",
"while",
"try",
"finally",
"iterate",
"collect",
"isempty",
"empty!",
"length",
"missing",
"eltype",
"indexin",
"unique",
"unique!",
"allunique",
"reduce",
"foldl",
"foldr",
"maximum",
"maximum!",
"minimum",
"minimum!",
"extrema",
"argmax",
"argmin",
"findmax",
"findmin",
"findmax!",
"findmin!",
"sum",
"sum!",
"prod",
"prod!",
"any",
"any!",
"enumerate",
"all",
"count",
"map",
"map!",
"mapreduce",
"mapfoldl",
"mapfoldr",
"first",
"last",
"front",
"tail",
"step"
]
}