ace-code-editor
Version:
Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE
111 lines • 2.69 kB
JSON
[[
"start",
["keyword.control.julia","for"],
["text"," op "],
["keyword.operator.update.julia","="],
["text"," ("],
["keyword.operator.ternary.julia",":"],
["keyword.operator.arithmetic.julia","+"],
["text",", "],
["keyword.operator.ternary.julia",":"],
["keyword.operator.arithmetic.julia","*"],
["text",", "],
["keyword.operator.ternary.julia",":"],
["keyword.operator.bitwise.julia","&"],
["text",", "],
["keyword.operator.ternary.julia",":"],
["keyword.operator.bitwise.julia","|"],
["text",", "],
["keyword.operator.ternary.julia",":"],
["keyword.operator.interpolation.julia","$"],
["text",")"]
],[
"start",
["text"," "],
["variable.macro.julia","@eval"],
["text"," ("],
["keyword.operator.interpolation.julia","$"],
["text","op)(a,b,c) "],
["keyword.operator.update.julia","="],
["text"," ("],
["keyword.operator.interpolation.julia","$"],
["text","op)(("],
["keyword.operator.interpolation.julia","$"],
["text","op)(a,b),c)"]
],[
"start",
["keyword.control.julia","end"]
],[
"start"
],[
"start",
["text","v "],
["keyword.operator.update.julia","="],
["text"," "],
["variable","α"],
["keyword.operator.transposed-variable.julia","'"],
["text",";"]
],[
"start",
["keyword.other.julia","function"],
["meta.function.julia"," "],
["entity.name.function.julia","g"],
["text","("],
["text","x,y)"]
],[
"start",
["text"," "],
["keyword.control.julia","return"],
["text"," x "],
["keyword.operator.arithmetic.julia","*"],
["text"," y"]
],[
"start",
["text"," x "],
["keyword.operator.arithmetic.julia","+"],
["text"," y"]
],[
"start",
["keyword.control.julia","end"]
],[
"start"
],[
"start",
["support.function.julia","cd"],
["text","("],
["punctuation.definition.string.begin.julia","\""],
["string.quoted.double.julia","data"],
["punctuation.definition.string.end.julia","\""],
["text",") "],
["keyword.control.julia","do"]
],[
"start",
["text"," "],
["support.function.julia","open"],
["text","("],
["punctuation.definition.string.begin.julia","\""],
["string.quoted.double.julia","outfile"],
["punctuation.definition.string.end.julia","\""],
["text",", "],
["punctuation.definition.string.begin.julia","\""],
["string.quoted.double.julia","w"],
["punctuation.definition.string.end.julia","\""],
["text",") "],
["keyword.control.julia","do"],
["text"," f"]
],[
"start",
["text"," "],
["support.function.julia","write"],
["text","("],
["text","f, data)"]
],[
"start",
["text"," "],
["keyword.control.julia","end"]
],[
"start",
["keyword.control.julia","end"]
],[
"start"
]]