ace-code-editor
Version:
Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE
51 lines • 914 B
JSON
[[
"comment",
["comment","/*EXPECTED"]
],[
"comment",
["comment","hello world!"]
],[
"start",
["comment","*/"]
],[
"start",
["keyword","class"],
["text"," "],
["language.support.class","Test"],
["text"," "],
["paren.lparen","{"]
],[
"start",
["text"," "],
["keyword","static"],
["text"," "],
["storage.type","function"],
["text"," "],
["entity.name.function","run"],
["paren.lparen","("],
["paren.rparen",")"],
["text"," "],
["punctuation.operator",":"],
["text"," "],
["keyword","void"],
["text"," "],
["paren.lparen","{"]
],[
"start",
["text"," "],
["comment","// console.log(\"hello world!\");"]
],[
"start",
["text"," "],
["keyword","log"],
["text"," "],
["string","\"hello world!\""],
["punctuation.operator",";"]
],[
"start",
["text"," "],
["paren.rparen","}"]
],[
"start",
["paren.rparen","}"]
]]