ace-code-editor
Version:
Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE
31 lines • 596 B
JSON
[[
"start",
["keyword","public"],
["text"," "],
["keyword","void"],
["text"," "],
["identifier","HelloWorld"],
["paren.lparen","("],
["paren.rparen",")"],
["text"," "],
["paren.lparen","{"]
],[
"start",
["text"," "],
["comment","//Say Hello!"]
],[
"start",
["text"," "],
["identifier","Console"],
["punctuation.operator","."],
["identifier","WriteLine"],
["paren.lparen","("],
["string.start","\""],
["string","Hello World"],
["string.end","\""],
["paren.rparen",")"],
["punctuation.operator",";"]
],[
"start",
["paren.rparen","}"]
]]