Files
DeviceManager/static/languages/code_julia.json
2023-07-17 18:44:18 +02:00

111 lines
1.5 KiB
JSON

{
"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"
]
}