ace-code-editor
Version:
Ajax.org Code Editor is a full featured source code highlighting editor that powers the Cloud9 IDE
148 lines • 2.68 kB
JSON
[[
"ruleset",
["variable",".text-layer"],
["text"," "],
["paren.lparen","{"]
],[
"ruleset",
["text"," "],
["support.type","font-family"],
["text",": Monaco, "],
["string","\"Courier New\""],
["text",", "],
["support.constant.fonts","monospace"],
["text",";"]
],[
"ruleset",
["text"," "],
["support.type","font-size"],
["text",": "],
["constant.numeric","12"],
["keyword","pX"],
["text",";"]
],[
"ruleset",
["text"," "],
["support.type","cursor"],
["text",": "],
["support.constant","text"],
["text",";"]
],[
"start",
["paren.rparen","}"]
],[
"start"
],[
"ruleset",
["variable",".blinker"],
["text"," "],
["paren.lparen","{"]
],[
"ruleset",
["text"," "],
["support.type","animation-duration"],
["text",": "],
["constant.numeric","1"],
["keyword","s"],
["text",";"]
],[
"ruleset",
["text"," "],
["support.type","animation-name"],
["text",": blink;"]
],[
"ruleset",
["text"," "],
["support.type","animation-iteration-count"],
["text",": infinite;"]
],[
"ruleset",
["text"," "],
["support.type","animation-direction"],
["text",": alternate;"]
],[
"ruleset",
["text"," "],
["support.type","animation-timing-function"],
["text",": "],
["support.constant","linear"],
["text",";"]
],[
"start",
["paren.rparen","}"]
],[
"start"
],[
"media",
["string","@keyframes blink {"]
],[
["ruleset","media"],
["text"," "],
["constant","0"],
["text","% "],
["paren.lparen","{"]
],[
["ruleset","media"],
["text"," "],
["support.type","opacity"],
["text",": "],
["constant.numeric","0"],
["text",";"]
],[
"media",
["text"," "],
["paren.rparen","}"]
],[
["ruleset","media"],
["text"," "],
["constant","40"],
["text","% "],
["paren.lparen","{"]
],[
["ruleset","media"],
["text"," "],
["support.type","opacity"],
["text",": "],
["constant.numeric","0"],
["text",";"]
],[
"media",
["text"," "],
["paren.rparen","}"]
],[
["ruleset","media"],
["text"," "],
["constant","40"],
["variable",".5"],
["text","% "],
["paren.lparen","{"]
],[
["ruleset","media"],
["text"," "],
["support.type","opacity"],
["text",": "],
["constant.numeric","1"]
],[
"media",
["text"," "],
["paren.rparen","}"]
],[
["ruleset","media"],
["text"," "],
["constant","100"],
["text","% "],
["paren.lparen","{"]
],[
["ruleset","media"],
["text"," "],
["support.type","opacity"],
["text",": "],
["constant.numeric","1"]
],[
"media",
["text"," "],
["paren.rparen","}"]
],[
"start",
["string","}"]
]]