d3836dd9ee38fb3c138c469882e4ce96.js 77 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742
  1. ace.define("ace/mode/css_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/text_highlight_rules"], function(require, exports, module){"use strict";
  2. var oop = require("../lib/oop");
  3. var lang = require("../lib/lang");
  4. var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
  5. var supportType = exports.supportType = "align-content|align-items|align-self|all|animation|animation-delay|animation-direction|animation-duration|animation-fill-mode|animation-iteration-count|animation-name|animation-play-state|animation-timing-function|backface-visibility|background|background-attachment|background-blend-mode|background-clip|background-color|background-image|background-origin|background-position|background-repeat|background-size|border|border-bottom|border-bottom-color|border-bottom-left-radius|border-bottom-right-radius|border-bottom-style|border-bottom-width|border-collapse|border-color|border-image|border-image-outset|border-image-repeat|border-image-slice|border-image-source|border-image-width|border-left|border-left-color|border-left-style|border-left-width|border-radius|border-right|border-right-color|border-right-style|border-right-width|border-spacing|border-style|border-top|border-top-color|border-top-left-radius|border-top-right-radius|border-top-style|border-top-width|border-width|bottom|box-shadow|box-sizing|caption-side|clear|clip|color|column-count|column-fill|column-gap|column-rule|column-rule-color|column-rule-style|column-rule-width|column-span|column-width|columns|content|counter-increment|counter-reset|cursor|direction|display|empty-cells|filter|flex|flex-basis|flex-direction|flex-flow|flex-grow|flex-shrink|flex-wrap|float|font|font-family|font-size|font-size-adjust|font-stretch|font-style|font-variant|font-weight|hanging-punctuation|height|justify-content|left|letter-spacing|line-height|list-style|list-style-image|list-style-position|list-style-type|margin|margin-bottom|margin-left|margin-right|margin-top|max-height|max-width|max-zoom|min-height|min-width|min-zoom|nav-down|nav-index|nav-left|nav-right|nav-up|opacity|order|outline|outline-color|outline-offset|outline-style|outline-width|overflow|overflow-x|overflow-y|padding|padding-bottom|padding-left|padding-right|padding-top|page-break-after|page-break-before|page-break-inside|perspective|perspective-origin|position|quotes|resize|right|tab-size|table-layout|text-align|text-align-last|text-decoration|text-decoration-color|text-decoration-line|text-decoration-style|text-indent|text-justify|text-overflow|text-shadow|text-transform|top|transform|transform-origin|transform-style|transition|transition-delay|transition-duration|transition-property|transition-timing-function|unicode-bidi|user-select|user-zoom|vertical-align|visibility|white-space|width|word-break|word-spacing|word-wrap|z-index";
  6. var supportFunction = exports.supportFunction = "rgb|rgba|url|attr|counter|counters";
  7. var supportConstant = exports.supportConstant = "absolute|after-edge|after|all-scroll|all|alphabetic|always|antialiased|armenian|auto|avoid-column|avoid-page|avoid|balance|baseline|before-edge|before|below|bidi-override|block-line-height|block|bold|bolder|border-box|both|bottom|box|break-all|break-word|capitalize|caps-height|caption|center|central|char|circle|cjk-ideographic|clone|close-quote|col-resize|collapse|column|consider-shifts|contain|content-box|cover|crosshair|cubic-bezier|dashed|decimal-leading-zero|decimal|default|disabled|disc|disregard-shifts|distribute-all-lines|distribute-letter|distribute-space|distribute|dotted|double|e-resize|ease-in|ease-in-out|ease-out|ease|ellipsis|end|exclude-ruby|fill|fixed|georgian|glyphs|grid-height|groove|hand|hanging|hebrew|help|hidden|hiragana-iroha|hiragana|horizontal|icon|ideograph-alpha|ideograph-numeric|ideograph-parenthesis|ideograph-space|ideographic|inactive|include-ruby|inherit|initial|inline-block|inline-box|inline-line-height|inline-table|inline|inset|inside|inter-ideograph|inter-word|invert|italic|justify|katakana-iroha|katakana|keep-all|last|left|lighter|line-edge|line-through|line|linear|list-item|local|loose|lower-alpha|lower-greek|lower-latin|lower-roman|lowercase|lr-tb|ltr|mathematical|max-height|max-size|medium|menu|message-box|middle|move|n-resize|ne-resize|newspaper|no-change|no-close-quote|no-drop|no-open-quote|no-repeat|none|normal|not-allowed|nowrap|nw-resize|oblique|open-quote|outset|outside|overline|padding-box|page|pointer|pre-line|pre-wrap|pre|preserve-3d|progress|relative|repeat-x|repeat-y|repeat|replaced|reset-size|ridge|right|round|row-resize|rtl|s-resize|scroll|se-resize|separate|slice|small-caps|small-caption|solid|space|square|start|static|status-bar|step-end|step-start|steps|stretch|strict|sub|super|sw-resize|table-caption|table-cell|table-column-group|table-column|table-footer-group|table-header-group|table-row-group|table-row|table|tb-rl|text-after-edge|text-before-edge|text-bottom|text-size|text-top|text|thick|thin|transparent|underline|upper-alpha|upper-latin|upper-roman|uppercase|use-script|vertical-ideographic|vertical-text|visible|w-resize|wait|whitespace|z-index|zero|zoom";
  8. var supportConstantColor = exports.supportConstantColor = "aliceblue|antiquewhite|aqua|aquamarine|azure|beige|bisque|black|blanchedalmond|blue|blueviolet|brown|burlywood|cadetblue|chartreuse|chocolate|coral|cornflowerblue|cornsilk|crimson|cyan|darkblue|darkcyan|darkgoldenrod|darkgray|darkgreen|darkgrey|darkkhaki|darkmagenta|darkolivegreen|darkorange|darkorchid|darkred|darksalmon|darkseagreen|darkslateblue|darkslategray|darkslategrey|darkturquoise|darkviolet|deeppink|deepskyblue|dimgray|dimgrey|dodgerblue|firebrick|floralwhite|forestgreen|fuchsia|gainsboro|ghostwhite|gold|goldenrod|gray|green|greenyellow|grey|honeydew|hotpink|indianred|indigo|ivory|khaki|lavender|lavenderblush|lawngreen|lemonchiffon|lightblue|lightcoral|lightcyan|lightgoldenrodyellow|lightgray|lightgreen|lightgrey|lightpink|lightsalmon|lightseagreen|lightskyblue|lightslategray|lightslategrey|lightsteelblue|lightyellow|lime|limegreen|linen|magenta|maroon|mediumaquamarine|mediumblue|mediumorchid|mediumpurple|mediumseagreen|mediumslateblue|mediumspringgreen|mediumturquoise|mediumvioletred|midnightblue|mintcream|mistyrose|moccasin|navajowhite|navy|oldlace|olive|olivedrab|orange|orangered|orchid|palegoldenrod|palegreen|paleturquoise|palevioletred|papayawhip|peachpuff|peru|pink|plum|powderblue|purple|rebeccapurple|red|rosybrown|royalblue|saddlebrown|salmon|sandybrown|seagreen|seashell|sienna|silver|skyblue|slateblue|slategray|slategrey|snow|springgreen|steelblue|tan|teal|thistle|tomato|turquoise|violet|wheat|white|whitesmoke|yellow|yellowgreen";
  9. var supportConstantFonts = exports.supportConstantFonts = "arial|century|comic|courier|cursive|fantasy|garamond|georgia|helvetica|impact|lucida|symbol|system|tahoma|times|trebuchet|utopia|verdana|webdings|sans-serif|serif|monospace";
  10. var numRe = exports.numRe = "\\-?(?:(?:[0-9]+(?:\\.[0-9]+)?)|(?:\\.[0-9]+))";
  11. var pseudoElements = exports.pseudoElements = "(\\:+)\\b(after|before|first-letter|first-line|moz-selection|selection)\\b";
  12. var pseudoClasses = exports.pseudoClasses = "(:)\\b(active|checked|disabled|empty|enabled|first-child|first-of-type|focus|hover|indeterminate|invalid|last-child|last-of-type|link|not|nth-child|nth-last-child|nth-last-of-type|nth-of-type|only-child|only-of-type|required|root|target|valid|visited)\\b";
  13. var CssHighlightRules = function () {
  14. var keywordMapper = this.createKeywordMapper({
  15. "support.function": supportFunction,
  16. "support.constant": supportConstant,
  17. "support.type": supportType,
  18. "support.constant.color": supportConstantColor,
  19. "support.constant.fonts": supportConstantFonts
  20. }, "text", true);
  21. this.$rules = {
  22. "start": [{
  23. include: ["strings", "url", "comments"]
  24. }, {
  25. token: "paren.lparen",
  26. regex: "\\{",
  27. next: "ruleset"
  28. }, {
  29. token: "paren.rparen",
  30. regex: "\\}"
  31. }, {
  32. token: "string",
  33. regex: "@(?!viewport)",
  34. next: "media"
  35. }, {
  36. token: "keyword",
  37. regex: "#[a-z0-9-_]+"
  38. }, {
  39. token: "keyword",
  40. regex: "%"
  41. }, {
  42. token: "variable",
  43. regex: "\\.[a-z0-9-_]+"
  44. }, {
  45. token: "string",
  46. regex: ":[a-z0-9-_]+"
  47. }, {
  48. token: "constant.numeric",
  49. regex: numRe
  50. }, {
  51. token: "constant",
  52. regex: "[a-z0-9-_]+"
  53. }, {
  54. caseInsensitive: true
  55. }],
  56. "media": [{
  57. include: ["strings", "url", "comments"]
  58. }, {
  59. token: "paren.lparen",
  60. regex: "\\{",
  61. next: "start"
  62. }, {
  63. token: "paren.rparen",
  64. regex: "\\}",
  65. next: "start"
  66. }, {
  67. token: "string",
  68. regex: ";",
  69. next: "start"
  70. }, {
  71. token: "keyword",
  72. regex: "(?:media|supports|document|charset|import|namespace|media|supports|document"
  73. + "|page|font|keyframes|viewport|counter-style|font-feature-values"
  74. + "|swash|ornaments|annotation|stylistic|styleset|character-variant)"
  75. }],
  76. "comments": [{
  77. token: "comment",
  78. regex: "\\/\\*",
  79. push: [{
  80. token: "comment",
  81. regex: "\\*\\/",
  82. next: "pop"
  83. }, {
  84. defaultToken: "comment"
  85. }]
  86. }],
  87. "ruleset": [{
  88. regex: "-(webkit|ms|moz|o)-",
  89. token: "text"
  90. }, {
  91. token: "punctuation.operator",
  92. regex: "[:;]"
  93. }, {
  94. token: "paren.rparen",
  95. regex: "\\}",
  96. next: "start"
  97. }, {
  98. include: ["strings", "url", "comments"]
  99. }, {
  100. token: ["constant.numeric", "keyword"],
  101. regex: "(" + numRe + ")(ch|cm|deg|em|ex|fr|gd|grad|Hz|in|kHz|mm|ms|pc|pt|px|rad|rem|s|turn|vh|vmax|vmin|vm|vw|%)"
  102. }, {
  103. token: "constant.numeric",
  104. regex: numRe
  105. }, {
  106. token: "constant.numeric",
  107. regex: "#[a-f0-9]{6}"
  108. }, {
  109. token: "constant.numeric",
  110. regex: "#[a-f0-9]{3}"
  111. }, {
  112. token: ["punctuation", "entity.other.attribute-name.pseudo-element.css"],
  113. regex: pseudoElements
  114. }, {
  115. token: ["punctuation", "entity.other.attribute-name.pseudo-class.css"],
  116. regex: pseudoClasses
  117. }, {
  118. include: "url"
  119. }, {
  120. token: keywordMapper,
  121. regex: "\\-?[a-zA-Z_][a-zA-Z0-9_\\-]*"
  122. }, {
  123. caseInsensitive: true
  124. }],
  125. url: [{
  126. token: "support.function",
  127. regex: "(?:url(:?-prefix)?|domain|regexp)\\(",
  128. push: [{
  129. token: "support.function",
  130. regex: "\\)",
  131. next: "pop"
  132. }, {
  133. defaultToken: "string"
  134. }]
  135. }],
  136. strings: [{
  137. token: "string.start",
  138. regex: "'",
  139. push: [{
  140. token: "string.end",
  141. regex: "'|$",
  142. next: "pop"
  143. }, {
  144. include: "escapes"
  145. }, {
  146. token: "constant.language.escape",
  147. regex: /\\$/,
  148. consumeLineEnd: true
  149. }, {
  150. defaultToken: "string"
  151. }]
  152. }, {
  153. token: "string.start",
  154. regex: '"',
  155. push: [{
  156. token: "string.end",
  157. regex: '"|$',
  158. next: "pop"
  159. }, {
  160. include: "escapes"
  161. }, {
  162. token: "constant.language.escape",
  163. regex: /\\$/,
  164. consumeLineEnd: true
  165. }, {
  166. defaultToken: "string"
  167. }]
  168. }],
  169. escapes: [{
  170. token: "constant.language.escape",
  171. regex: /\\([a-fA-F\d]{1,6}|[^a-fA-F\d])/
  172. }]
  173. };
  174. this.normalizeRules();
  175. };
  176. oop.inherits(CssHighlightRules, TextHighlightRules);
  177. exports.CssHighlightRules = CssHighlightRules;
  178. });
  179. ace.define("ace/mode/doc_comment_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module){"use strict";
  180. var oop = require("../lib/oop");
  181. var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
  182. var DocCommentHighlightRules = function () {
  183. this.$rules = {
  184. "start": [{
  185. token: "comment.doc.tag",
  186. regex: "@[\\w\\d_]+" // TODO: fix email addresses
  187. },
  188. DocCommentHighlightRules.getTagRule(),
  189. {
  190. defaultToken: "comment.doc",
  191. caseInsensitive: true
  192. }]
  193. };
  194. };
  195. oop.inherits(DocCommentHighlightRules, TextHighlightRules);
  196. DocCommentHighlightRules.getTagRule = function (start) {
  197. return {
  198. token: "comment.doc.tag.storage.type",
  199. regex: "\\b(?:TODO|FIXME|XXX|HACK)\\b"
  200. };
  201. };
  202. DocCommentHighlightRules.getStartRule = function (start) {
  203. return {
  204. token: "comment.doc",
  205. regex: "\\/\\*(?=\\*)",
  206. next: start
  207. };
  208. };
  209. DocCommentHighlightRules.getEndRule = function (start) {
  210. return {
  211. token: "comment.doc",
  212. regex: "\\*\\/",
  213. next: start
  214. };
  215. };
  216. exports.DocCommentHighlightRules = DocCommentHighlightRules;
  217. });
  218. ace.define("ace/mode/javascript_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/doc_comment_highlight_rules","ace/mode/text_highlight_rules"], function(require, exports, module){"use strict";
  219. var oop = require("../lib/oop");
  220. var DocCommentHighlightRules = require("./doc_comment_highlight_rules").DocCommentHighlightRules;
  221. var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
  222. var identifierRe = "[a-zA-Z\\$_\u00a1-\uffff][a-zA-Z\\d\\$_\u00a1-\uffff]*";
  223. var JavaScriptHighlightRules = function (options) {
  224. var keywordMapper = this.createKeywordMapper({
  225. "variable.language": "Array|Boolean|Date|Function|Iterator|Number|Object|RegExp|String|Proxy|" + // Constructors
  226. "Namespace|QName|XML|XMLList|" + // E4X
  227. "ArrayBuffer|Float32Array|Float64Array|Int16Array|Int32Array|Int8Array|" +
  228. "Uint16Array|Uint32Array|Uint8Array|Uint8ClampedArray|" +
  229. "Error|EvalError|InternalError|RangeError|ReferenceError|StopIteration|" + // Errors
  230. "SyntaxError|TypeError|URIError|" +
  231. "decodeURI|decodeURIComponent|encodeURI|encodeURIComponent|eval|isFinite|" + // Non-constructor functions
  232. "isNaN|parseFloat|parseInt|" +
  233. "JSON|Math|" + // Other
  234. "this|arguments|prototype|window|document",
  235. "keyword": "const|yield|import|get|set|async|await|" +
  236. "break|case|catch|continue|default|delete|do|else|finally|for|function|" +
  237. "if|in|of|instanceof|new|return|switch|throw|try|typeof|let|var|while|with|debugger|" +
  238. "__parent__|__count__|escape|unescape|with|__proto__|" +
  239. "class|enum|extends|super|export|implements|private|public|interface|package|protected|static",
  240. "storage.type": "const|let|var|function",
  241. "constant.language": "null|Infinity|NaN|undefined",
  242. "support.function": "alert",
  243. "constant.language.boolean": "true|false"
  244. }, "identifier");
  245. var kwBeforeRe = "case|do|else|finally|in|instanceof|return|throw|try|typeof|yield|void";
  246. var escapedRe = "\\\\(?:x[0-9a-fA-F]{2}|" + // hex
  247. "u[0-9a-fA-F]{4}|" + // unicode
  248. "u{[0-9a-fA-F]{1,6}}|" + // es6 unicode
  249. "[0-2][0-7]{0,2}|" + // oct
  250. "3[0-7][0-7]?|" + // oct
  251. "[4-7][0-7]?|" + //oct
  252. ".)";
  253. this.$rules = {
  254. "no_regex": [
  255. DocCommentHighlightRules.getStartRule("doc-start"),
  256. comments("no_regex"),
  257. {
  258. token: "string",
  259. regex: "'(?=.)",
  260. next: "qstring"
  261. }, {
  262. token: "string",
  263. regex: '"(?=.)',
  264. next: "qqstring"
  265. }, {
  266. token: "constant.numeric",
  267. regex: /0(?:[xX][0-9a-fA-F]+|[oO][0-7]+|[bB][01]+)\b/
  268. }, {
  269. token: "constant.numeric",
  270. regex: /(?:\d\d*(?:\.\d*)?|\.\d+)(?:[eE][+-]?\d+\b)?/
  271. }, {
  272. token: [
  273. "storage.type", "punctuation.operator", "support.function",
  274. "punctuation.operator", "entity.name.function", "text", "keyword.operator"
  275. ],
  276. regex: "(" + identifierRe + ")(\\.)(prototype)(\\.)(" + identifierRe + ")(\\s*)(=)",
  277. next: "function_arguments"
  278. }, {
  279. token: [
  280. "storage.type", "punctuation.operator", "entity.name.function", "text",
  281. "keyword.operator", "text", "storage.type", "text", "paren.lparen"
  282. ],
  283. regex: "(" + identifierRe + ")(\\.)(" + identifierRe + ")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
  284. next: "function_arguments"
  285. }, {
  286. token: [
  287. "entity.name.function", "text", "keyword.operator", "text", "storage.type",
  288. "text", "paren.lparen"
  289. ],
  290. regex: "(" + identifierRe + ")(\\s*)(=)(\\s*)(function)(\\s*)(\\()",
  291. next: "function_arguments"
  292. }, {
  293. token: [
  294. "storage.type", "punctuation.operator", "entity.name.function", "text",
  295. "keyword.operator", "text",
  296. "storage.type", "text", "entity.name.function", "text", "paren.lparen"
  297. ],
  298. regex: "(" + identifierRe + ")(\\.)(" + identifierRe + ")(\\s*)(=)(\\s*)(function)(\\s+)(\\w+)(\\s*)(\\()",
  299. next: "function_arguments"
  300. }, {
  301. token: [
  302. "storage.type", "text", "entity.name.function", "text", "paren.lparen"
  303. ],
  304. regex: "(function)(\\s+)(" + identifierRe + ")(\\s*)(\\()",
  305. next: "function_arguments"
  306. }, {
  307. token: [
  308. "entity.name.function", "text", "punctuation.operator",
  309. "text", "storage.type", "text", "paren.lparen"
  310. ],
  311. regex: "(" + identifierRe + ")(\\s*)(:)(\\s*)(function)(\\s*)(\\()",
  312. next: "function_arguments"
  313. }, {
  314. token: [
  315. "text", "text", "storage.type", "text", "paren.lparen"
  316. ],
  317. regex: "(:)(\\s*)(function)(\\s*)(\\()",
  318. next: "function_arguments"
  319. }, {
  320. token: "keyword",
  321. regex: "from(?=\\s*('|\"))"
  322. }, {
  323. token: "keyword",
  324. regex: "(?:" + kwBeforeRe + ")\\b",
  325. next: "start"
  326. }, {
  327. token: ["support.constant"],
  328. regex: /that\b/
  329. }, {
  330. token: ["storage.type", "punctuation.operator", "support.function.firebug"],
  331. regex: /(console)(\.)(warn|info|log|error|time|trace|timeEnd|assert)\b/
  332. }, {
  333. token: keywordMapper,
  334. regex: identifierRe
  335. }, {
  336. token: "punctuation.operator",
  337. regex: /[.](?![.])/,
  338. next: "property"
  339. }, {
  340. token: "storage.type",
  341. regex: /=>/,
  342. next: "start"
  343. }, {
  344. token: "keyword.operator",
  345. regex: /--|\+\+|\.{3}|===|==|=|!=|!==|<+=?|>+=?|!|&&|\|\||\?:|[!$%&*+\-~\/^]=?/,
  346. next: "start"
  347. }, {
  348. token: "punctuation.operator",
  349. regex: /[?:,;.]/,
  350. next: "start"
  351. }, {
  352. token: "paren.lparen",
  353. regex: /[\[({]/,
  354. next: "start"
  355. }, {
  356. token: "paren.rparen",
  357. regex: /[\])}]/
  358. }, {
  359. token: "comment",
  360. regex: /^#!.*$/
  361. }
  362. ],
  363. property: [{
  364. token: "text",
  365. regex: "\\s+"
  366. }, {
  367. token: [
  368. "storage.type", "punctuation.operator", "entity.name.function", "text",
  369. "keyword.operator", "text",
  370. "storage.type", "text", "entity.name.function", "text", "paren.lparen"
  371. ],
  372. regex: "(" + identifierRe + ")(\\.)(" + identifierRe + ")(\\s*)(=)(\\s*)(function)(?:(\\s+)(\\w+))?(\\s*)(\\()",
  373. next: "function_arguments"
  374. }, {
  375. token: "punctuation.operator",
  376. regex: /[.](?![.])/
  377. }, {
  378. token: "support.function",
  379. regex: /(s(?:h(?:ift|ow(?:Mod(?:elessDialog|alDialog)|Help))|croll(?:X|By(?:Pages|Lines)?|Y|To)?|t(?:op|rike)|i(?:n|zeToContent|debar|gnText)|ort|u(?:p|b(?:str(?:ing)?)?)|pli(?:ce|t)|e(?:nd|t(?:Re(?:sizable|questHeader)|M(?:i(?:nutes|lliseconds)|onth)|Seconds|Ho(?:tKeys|urs)|Year|Cursor|Time(?:out)?|Interval|ZOptions|Date|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Date|FullYear)|FullYear|Active)|arch)|qrt|lice|avePreferences|mall)|h(?:ome|andleEvent)|navigate|c(?:har(?:CodeAt|At)|o(?:s|n(?:cat|textual|firm)|mpile)|eil|lear(?:Timeout|Interval)?|a(?:ptureEvents|ll)|reate(?:StyleSheet|Popup|EventObject))|t(?:o(?:GMTString|S(?:tring|ource)|U(?:TCString|pperCase)|Lo(?:caleString|werCase))|est|a(?:n|int(?:Enabled)?))|i(?:s(?:NaN|Finite)|ndexOf|talics)|d(?:isableExternalCapture|ump|etachEvent)|u(?:n(?:shift|taint|escape|watch)|pdateCommands)|j(?:oin|avaEnabled)|p(?:o(?:p|w)|ush|lugins.refresh|a(?:ddings|rse(?:Int|Float)?)|r(?:int|ompt|eference))|e(?:scape|nableExternalCapture|val|lementFromPoint|x(?:p|ec(?:Script|Command)?))|valueOf|UTC|queryCommand(?:State|Indeterm|Enabled|Value)|f(?:i(?:nd|le(?:ModifiedDate|Size|CreatedDate|UpdatedDate)|xed)|o(?:nt(?:size|color)|rward)|loor|romCharCode)|watch|l(?:ink|o(?:ad|g)|astIndexOf)|a(?:sin|nchor|cos|t(?:tachEvent|ob|an(?:2)?)|pply|lert|b(?:s|ort))|r(?:ou(?:nd|teEvents)|e(?:size(?:By|To)|calc|turnValue|place|verse|l(?:oad|ease(?:Capture|Events)))|andom)|g(?:o|et(?:ResponseHeader|M(?:i(?:nutes|lliseconds)|onth)|Se(?:conds|lection)|Hours|Year|Time(?:zoneOffset)?|Da(?:y|te)|UTC(?:M(?:i(?:nutes|lliseconds)|onth)|Seconds|Hours|Da(?:y|te)|FullYear)|FullYear|A(?:ttention|llResponseHeaders)))|m(?:in|ove(?:B(?:y|elow)|To(?:Absolute)?|Above)|ergeAttributes|a(?:tch|rgins|x))|b(?:toa|ig|o(?:ld|rderWidths)|link|ack))\b(?=\()/
  380. }, {
  381. token: "support.function.dom",
  382. regex: /(s(?:ub(?:stringData|mit)|plitText|e(?:t(?:NamedItem|Attribute(?:Node)?)|lect))|has(?:ChildNodes|Feature)|namedItem|c(?:l(?:ick|o(?:se|neNode))|reate(?:C(?:omment|DATASection|aption)|T(?:Head|extNode|Foot)|DocumentFragment|ProcessingInstruction|E(?:ntityReference|lement)|Attribute))|tabIndex|i(?:nsert(?:Row|Before|Cell|Data)|tem)|open|delete(?:Row|C(?:ell|aption)|T(?:Head|Foot)|Data)|focus|write(?:ln)?|a(?:dd|ppend(?:Child|Data))|re(?:set|place(?:Child|Data)|move(?:NamedItem|Child|Attribute(?:Node)?)?)|get(?:NamedItem|Element(?:sBy(?:Name|TagName|ClassName)|ById)|Attribute(?:Node)?)|blur)\b(?=\()/
  383. }, {
  384. token: "support.constant",
  385. regex: /(s(?:ystemLanguage|cr(?:ipts|ollbars|een(?:X|Y|Top|Left))|t(?:yle(?:Sheets)?|atus(?:Text|bar)?)|ibling(?:Below|Above)|ource|uffixes|e(?:curity(?:Policy)?|l(?:ection|f)))|h(?:istory|ost(?:name)?|as(?:h|Focus))|y|X(?:MLDocument|SLDocument)|n(?:ext|ame(?:space(?:s|URI)|Prop))|M(?:IN_VALUE|AX_VALUE)|c(?:haracterSet|o(?:n(?:structor|trollers)|okieEnabled|lorDepth|mp(?:onents|lete))|urrent|puClass|l(?:i(?:p(?:boardData)?|entInformation)|osed|asses)|alle(?:e|r)|rypto)|t(?:o(?:olbar|p)|ext(?:Transform|Indent|Decoration|Align)|ags)|SQRT(?:1_2|2)|i(?:n(?:ner(?:Height|Width)|put)|ds|gnoreCase)|zIndex|o(?:scpu|n(?:readystatechange|Line)|uter(?:Height|Width)|p(?:sProfile|ener)|ffscreenBuffering)|NEGATIVE_INFINITY|d(?:i(?:splay|alog(?:Height|Top|Width|Left|Arguments)|rectories)|e(?:scription|fault(?:Status|Ch(?:ecked|arset)|View)))|u(?:ser(?:Profile|Language|Agent)|n(?:iqueID|defined)|pdateInterval)|_content|p(?:ixelDepth|ort|ersonalbar|kcs11|l(?:ugins|atform)|a(?:thname|dding(?:Right|Bottom|Top|Left)|rent(?:Window|Layer)?|ge(?:X(?:Offset)?|Y(?:Offset)?))|r(?:o(?:to(?:col|type)|duct(?:Sub)?|mpter)|e(?:vious|fix)))|e(?:n(?:coding|abledPlugin)|x(?:ternal|pando)|mbeds)|v(?:isibility|endor(?:Sub)?|Linkcolor)|URLUnencoded|P(?:I|OSITIVE_INFINITY)|f(?:ilename|o(?:nt(?:Size|Family|Weight)|rmName)|rame(?:s|Element)|gColor)|E|whiteSpace|l(?:i(?:stStyleType|n(?:eHeight|kColor))|o(?:ca(?:tion(?:bar)?|lName)|wsrc)|e(?:ngth|ft(?:Context)?)|a(?:st(?:M(?:odified|atch)|Index|Paren)|yer(?:s|X)|nguage))|a(?:pp(?:MinorVersion|Name|Co(?:deName|re)|Version)|vail(?:Height|Top|Width|Left)|ll|r(?:ity|guments)|Linkcolor|bove)|r(?:ight(?:Context)?|e(?:sponse(?:XML|Text)|adyState))|global|x|m(?:imeTypes|ultiline|enubar|argin(?:Right|Bottom|Top|Left))|L(?:N(?:10|2)|OG(?:10E|2E))|b(?:o(?:ttom|rder(?:Width|RightWidth|BottomWidth|Style|Color|TopWidth|LeftWidth))|ufferDepth|elow|ackground(?:Color|Image)))\b/
  386. }, {
  387. token: "identifier",
  388. regex: identifierRe
  389. }, {
  390. regex: "",
  391. token: "empty",
  392. next: "no_regex"
  393. }
  394. ],
  395. "start": [
  396. DocCommentHighlightRules.getStartRule("doc-start"),
  397. comments("start"),
  398. {
  399. token: "string.regexp",
  400. regex: "\\/",
  401. next: "regex"
  402. }, {
  403. token: "text",
  404. regex: "\\s+|^$",
  405. next: "start"
  406. }, {
  407. token: "empty",
  408. regex: "",
  409. next: "no_regex"
  410. }
  411. ],
  412. "regex": [
  413. {
  414. token: "regexp.keyword.operator",
  415. regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
  416. }, {
  417. token: "string.regexp",
  418. regex: "/[sxngimy]*",
  419. next: "no_regex"
  420. }, {
  421. token: "invalid",
  422. regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/
  423. }, {
  424. token: "constant.language.escape",
  425. regex: /\(\?[:=!]|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/
  426. }, {
  427. token: "constant.language.delimiter",
  428. regex: /\|/
  429. }, {
  430. token: "constant.language.escape",
  431. regex: /\[\^?/,
  432. next: "regex_character_class"
  433. }, {
  434. token: "empty",
  435. regex: "$",
  436. next: "no_regex"
  437. }, {
  438. defaultToken: "string.regexp"
  439. }
  440. ],
  441. "regex_character_class": [
  442. {
  443. token: "regexp.charclass.keyword.operator",
  444. regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
  445. }, {
  446. token: "constant.language.escape",
  447. regex: "]",
  448. next: "regex"
  449. }, {
  450. token: "constant.language.escape",
  451. regex: "-"
  452. }, {
  453. token: "empty",
  454. regex: "$",
  455. next: "no_regex"
  456. }, {
  457. defaultToken: "string.regexp.charachterclass"
  458. }
  459. ],
  460. "function_arguments": [
  461. {
  462. token: "variable.parameter",
  463. regex: identifierRe
  464. }, {
  465. token: "punctuation.operator",
  466. regex: "[, ]+"
  467. }, {
  468. token: "punctuation.operator",
  469. regex: "$"
  470. }, {
  471. token: "empty",
  472. regex: "",
  473. next: "no_regex"
  474. }
  475. ],
  476. "qqstring": [
  477. {
  478. token: "constant.language.escape",
  479. regex: escapedRe
  480. }, {
  481. token: "string",
  482. regex: "\\\\$",
  483. consumeLineEnd: true
  484. }, {
  485. token: "string",
  486. regex: '"|$',
  487. next: "no_regex"
  488. }, {
  489. defaultToken: "string"
  490. }
  491. ],
  492. "qstring": [
  493. {
  494. token: "constant.language.escape",
  495. regex: escapedRe
  496. }, {
  497. token: "string",
  498. regex: "\\\\$",
  499. consumeLineEnd: true
  500. }, {
  501. token: "string",
  502. regex: "'|$",
  503. next: "no_regex"
  504. }, {
  505. defaultToken: "string"
  506. }
  507. ]
  508. };
  509. if (!options || !options.noES6) {
  510. this.$rules.no_regex.unshift({
  511. regex: "[{}]", onMatch: function (val, state, stack) {
  512. this.next = val == "{" ? this.nextState : "";
  513. if (val == "{" && stack.length) {
  514. stack.unshift("start", state);
  515. }
  516. else if (val == "}" && stack.length) {
  517. stack.shift();
  518. this.next = stack.shift();
  519. if (this.next.indexOf("string") != -1 || this.next.indexOf("jsx") != -1)
  520. return "paren.quasi.end";
  521. }
  522. return val == "{" ? "paren.lparen" : "paren.rparen";
  523. },
  524. nextState: "start"
  525. }, {
  526. token: "string.quasi.start",
  527. regex: /`/,
  528. push: [{
  529. token: "constant.language.escape",
  530. regex: escapedRe
  531. }, {
  532. token: "paren.quasi.start",
  533. regex: /\${/,
  534. push: "start"
  535. }, {
  536. token: "string.quasi.end",
  537. regex: /`/,
  538. next: "pop"
  539. }, {
  540. defaultToken: "string.quasi"
  541. }]
  542. });
  543. if (!options || options.jsx != false)
  544. JSX.call(this);
  545. }
  546. this.embedRules(DocCommentHighlightRules, "doc-", [DocCommentHighlightRules.getEndRule("no_regex")]);
  547. this.normalizeRules();
  548. };
  549. oop.inherits(JavaScriptHighlightRules, TextHighlightRules);
  550. function JSX() {
  551. var tagRegex = identifierRe.replace("\\d", "\\d\\-");
  552. var jsxTag = {
  553. onMatch: function (val, state, stack) {
  554. var offset = val.charAt(1) == "/" ? 2 : 1;
  555. if (offset == 1) {
  556. if (state != this.nextState)
  557. stack.unshift(this.next, this.nextState, 0);
  558. else
  559. stack.unshift(this.next);
  560. stack[2]++;
  561. }
  562. else if (offset == 2) {
  563. if (state == this.nextState) {
  564. stack[1]--;
  565. if (!stack[1] || stack[1] < 0) {
  566. stack.shift();
  567. stack.shift();
  568. }
  569. }
  570. }
  571. return [{
  572. type: "meta.tag.punctuation." + (offset == 1 ? "" : "end-") + "tag-open.xml",
  573. value: val.slice(0, offset)
  574. }, {
  575. type: "meta.tag.tag-name.xml",
  576. value: val.substr(offset)
  577. }];
  578. },
  579. regex: "</?" + tagRegex + "",
  580. next: "jsxAttributes",
  581. nextState: "jsx"
  582. };
  583. this.$rules.start.unshift(jsxTag);
  584. var jsxJsRule = {
  585. regex: "{",
  586. token: "paren.quasi.start",
  587. push: "start"
  588. };
  589. this.$rules.jsx = [
  590. jsxJsRule,
  591. jsxTag,
  592. { include: "reference" },
  593. { defaultToken: "string" }
  594. ];
  595. this.$rules.jsxAttributes = [{
  596. token: "meta.tag.punctuation.tag-close.xml",
  597. regex: "/?>",
  598. onMatch: function (value, currentState, stack) {
  599. if (currentState == stack[0])
  600. stack.shift();
  601. if (value.length == 2) {
  602. if (stack[0] == this.nextState)
  603. stack[1]--;
  604. if (!stack[1] || stack[1] < 0) {
  605. stack.splice(0, 2);
  606. }
  607. }
  608. this.next = stack[0] || "start";
  609. return [{ type: this.token, value: value }];
  610. },
  611. nextState: "jsx"
  612. },
  613. jsxJsRule,
  614. comments("jsxAttributes"),
  615. {
  616. token: "entity.other.attribute-name.xml",
  617. regex: tagRegex
  618. }, {
  619. token: "keyword.operator.attribute-equals.xml",
  620. regex: "="
  621. }, {
  622. token: "text.tag-whitespace.xml",
  623. regex: "\\s+"
  624. }, {
  625. token: "string.attribute-value.xml",
  626. regex: "'",
  627. stateName: "jsx_attr_q",
  628. push: [
  629. { token: "string.attribute-value.xml", regex: "'", next: "pop" },
  630. { include: "reference" },
  631. { defaultToken: "string.attribute-value.xml" }
  632. ]
  633. }, {
  634. token: "string.attribute-value.xml",
  635. regex: '"',
  636. stateName: "jsx_attr_qq",
  637. push: [
  638. { token: "string.attribute-value.xml", regex: '"', next: "pop" },
  639. { include: "reference" },
  640. { defaultToken: "string.attribute-value.xml" }
  641. ]
  642. },
  643. jsxTag
  644. ];
  645. this.$rules.reference = [{
  646. token: "constant.language.escape.reference.xml",
  647. regex: "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
  648. }];
  649. }
  650. function comments(next) {
  651. return [
  652. {
  653. token: "comment",
  654. regex: /\/\*/,
  655. next: [
  656. DocCommentHighlightRules.getTagRule(),
  657. { token: "comment", regex: "\\*\\/", next: next || "pop" },
  658. { defaultToken: "comment", caseInsensitive: true }
  659. ]
  660. }, {
  661. token: "comment",
  662. regex: "\\/\\/",
  663. next: [
  664. DocCommentHighlightRules.getTagRule(),
  665. { token: "comment", regex: "$|^", next: next || "pop" },
  666. { defaultToken: "comment", caseInsensitive: true }
  667. ]
  668. }
  669. ];
  670. }
  671. exports.JavaScriptHighlightRules = JavaScriptHighlightRules;
  672. });
  673. ace.define("ace/mode/xml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module){"use strict";
  674. var oop = require("../lib/oop");
  675. var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
  676. var XmlHighlightRules = function (normalize) {
  677. var tagRegex = "[_:a-zA-Z\xc0-\uffff][-_:.a-zA-Z0-9\xc0-\uffff]*";
  678. this.$rules = {
  679. start: [
  680. { token: "string.cdata.xml", regex: "<\\!\\[CDATA\\[", next: "cdata" },
  681. {
  682. token: ["punctuation.instruction.xml", "keyword.instruction.xml"],
  683. regex: "(<\\?)(" + tagRegex + ")", next: "processing_instruction"
  684. },
  685. { token: "comment.start.xml", regex: "<\\!--", next: "comment" },
  686. {
  687. token: ["xml-pe.doctype.xml", "xml-pe.doctype.xml"],
  688. regex: "(<\\!)(DOCTYPE)(?=[\\s])", next: "doctype", caseInsensitive: true
  689. },
  690. { include: "tag" },
  691. { token: "text.end-tag-open.xml", regex: "</" },
  692. { token: "text.tag-open.xml", regex: "<" },
  693. { include: "reference" },
  694. { defaultToken: "text.xml" }
  695. ],
  696. processing_instruction: [{
  697. token: "entity.other.attribute-name.decl-attribute-name.xml",
  698. regex: tagRegex
  699. }, {
  700. token: "keyword.operator.decl-attribute-equals.xml",
  701. regex: "="
  702. }, {
  703. include: "whitespace"
  704. }, {
  705. include: "string"
  706. }, {
  707. token: "punctuation.xml-decl.xml",
  708. regex: "\\?>",
  709. next: "start"
  710. }],
  711. doctype: [
  712. { include: "whitespace" },
  713. { include: "string" },
  714. { token: "xml-pe.doctype.xml", regex: ">", next: "start" },
  715. { token: "xml-pe.xml", regex: "[-_a-zA-Z0-9:]+" },
  716. { token: "punctuation.int-subset", regex: "\\[", push: "int_subset" }
  717. ],
  718. int_subset: [{
  719. token: "text.xml",
  720. regex: "\\s+"
  721. }, {
  722. token: "punctuation.int-subset.xml",
  723. regex: "]",
  724. next: "pop"
  725. }, {
  726. token: ["punctuation.markup-decl.xml", "keyword.markup-decl.xml"],
  727. regex: "(<\\!)(" + tagRegex + ")",
  728. push: [{
  729. token: "text",
  730. regex: "\\s+"
  731. },
  732. {
  733. token: "punctuation.markup-decl.xml",
  734. regex: ">",
  735. next: "pop"
  736. },
  737. { include: "string" }]
  738. }],
  739. cdata: [
  740. { token: "string.cdata.xml", regex: "\\]\\]>", next: "start" },
  741. { token: "text.xml", regex: "\\s+" },
  742. { token: "text.xml", regex: "(?:[^\\]]|\\](?!\\]>))+" }
  743. ],
  744. comment: [
  745. { token: "comment.end.xml", regex: "-->", next: "start" },
  746. { defaultToken: "comment.xml" }
  747. ],
  748. reference: [{
  749. token: "constant.language.escape.reference.xml",
  750. regex: "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
  751. }],
  752. attr_reference: [{
  753. token: "constant.language.escape.reference.attribute-value.xml",
  754. regex: "(?:&#[0-9]+;)|(?:&#x[0-9a-fA-F]+;)|(?:&[a-zA-Z0-9_:\\.-]+;)"
  755. }],
  756. tag: [{
  757. token: ["meta.tag.punctuation.tag-open.xml", "meta.tag.punctuation.end-tag-open.xml", "meta.tag.tag-name.xml"],
  758. regex: "(?:(<)|(</))((?:" + tagRegex + ":)?" + tagRegex + ")",
  759. next: [
  760. { include: "attributes" },
  761. { token: "meta.tag.punctuation.tag-close.xml", regex: "/?>", next: "start" }
  762. ]
  763. }],
  764. tag_whitespace: [
  765. { token: "text.tag-whitespace.xml", regex: "\\s+" }
  766. ],
  767. whitespace: [
  768. { token: "text.whitespace.xml", regex: "\\s+" }
  769. ],
  770. string: [{
  771. token: "string.xml",
  772. regex: "'",
  773. push: [
  774. { token: "string.xml", regex: "'", next: "pop" },
  775. { defaultToken: "string.xml" }
  776. ]
  777. }, {
  778. token: "string.xml",
  779. regex: '"',
  780. push: [
  781. { token: "string.xml", regex: '"', next: "pop" },
  782. { defaultToken: "string.xml" }
  783. ]
  784. }],
  785. attributes: [{
  786. token: "entity.other.attribute-name.xml",
  787. regex: tagRegex
  788. }, {
  789. token: "keyword.operator.attribute-equals.xml",
  790. regex: "="
  791. }, {
  792. include: "tag_whitespace"
  793. }, {
  794. include: "attribute_value"
  795. }],
  796. attribute_value: [{
  797. token: "string.attribute-value.xml",
  798. regex: "'",
  799. push: [
  800. { token: "string.attribute-value.xml", regex: "'", next: "pop" },
  801. { include: "attr_reference" },
  802. { defaultToken: "string.attribute-value.xml" }
  803. ]
  804. }, {
  805. token: "string.attribute-value.xml",
  806. regex: '"',
  807. push: [
  808. { token: "string.attribute-value.xml", regex: '"', next: "pop" },
  809. { include: "attr_reference" },
  810. { defaultToken: "string.attribute-value.xml" }
  811. ]
  812. }]
  813. };
  814. if (this.constructor === XmlHighlightRules)
  815. this.normalizeRules();
  816. };
  817. (function () {
  818. this.embedTagRules = function (HighlightRules, prefix, tag) {
  819. this.$rules.tag.unshift({
  820. token: ["meta.tag.punctuation.tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
  821. regex: "(<)(" + tag + "(?=\\s|>|$))",
  822. next: [
  823. { include: "attributes" },
  824. { token: "meta.tag.punctuation.tag-close.xml", regex: "/?>", next: prefix + "start" }
  825. ]
  826. });
  827. this.$rules[tag + "-end"] = [
  828. { include: "attributes" },
  829. { token: "meta.tag.punctuation.tag-close.xml", regex: "/?>", next: "start",
  830. onMatch: function (value, currentState, stack) {
  831. stack.splice(0);
  832. return this.token;
  833. } }
  834. ];
  835. this.embedRules(HighlightRules, prefix, [{
  836. token: ["meta.tag.punctuation.end-tag-open.xml", "meta.tag." + tag + ".tag-name.xml"],
  837. regex: "(</)(" + tag + "(?=\\s|>|$))",
  838. next: tag + "-end"
  839. }, {
  840. token: "string.cdata.xml",
  841. regex: "<\\!\\[CDATA\\["
  842. }, {
  843. token: "string.cdata.xml",
  844. regex: "\\]\\]>"
  845. }]);
  846. };
  847. }).call(TextHighlightRules.prototype);
  848. oop.inherits(XmlHighlightRules, TextHighlightRules);
  849. exports.XmlHighlightRules = XmlHighlightRules;
  850. });
  851. ace.define("ace/mode/html_highlight_rules",["require","exports","module","ace/lib/oop","ace/lib/lang","ace/mode/css_highlight_rules","ace/mode/javascript_highlight_rules","ace/mode/xml_highlight_rules"], function(require, exports, module){"use strict";
  852. var oop = require("../lib/oop");
  853. var lang = require("../lib/lang");
  854. var CssHighlightRules = require("./css_highlight_rules").CssHighlightRules;
  855. var JavaScriptHighlightRules = require("./javascript_highlight_rules").JavaScriptHighlightRules;
  856. var XmlHighlightRules = require("./xml_highlight_rules").XmlHighlightRules;
  857. var tagMap = lang.createMap({
  858. a: 'anchor',
  859. button: 'form',
  860. form: 'form',
  861. img: 'image',
  862. input: 'form',
  863. label: 'form',
  864. option: 'form',
  865. script: 'script',
  866. select: 'form',
  867. textarea: 'form',
  868. style: 'style',
  869. table: 'table',
  870. tbody: 'table',
  871. td: 'table',
  872. tfoot: 'table',
  873. th: 'table',
  874. tr: 'table'
  875. });
  876. var HtmlHighlightRules = function () {
  877. XmlHighlightRules.call(this);
  878. this.addRules({
  879. attributes: [{
  880. include: "tag_whitespace"
  881. }, {
  882. token: "entity.other.attribute-name.xml",
  883. regex: "[-_a-zA-Z0-9:.]+"
  884. }, {
  885. token: "keyword.operator.attribute-equals.xml",
  886. regex: "=",
  887. push: [{
  888. include: "tag_whitespace"
  889. }, {
  890. token: "string.unquoted.attribute-value.html",
  891. regex: "[^<>='\"`\\s]+",
  892. next: "pop"
  893. }, {
  894. token: "empty",
  895. regex: "",
  896. next: "pop"
  897. }]
  898. }, {
  899. include: "attribute_value"
  900. }],
  901. tag: [{
  902. token: function (start, tag) {
  903. var group = tagMap[tag];
  904. return ["meta.tag.punctuation." + (start == "<" ? "" : "end-") + "tag-open.xml",
  905. "meta.tag" + (group ? "." + group : "") + ".tag-name.xml"];
  906. },
  907. regex: "(</?)([-_a-zA-Z0-9:.]+)",
  908. next: "tag_stuff"
  909. }],
  910. tag_stuff: [
  911. { include: "attributes" },
  912. { token: "meta.tag.punctuation.tag-close.xml", regex: "/?>", next: "start" }
  913. ]
  914. });
  915. this.embedTagRules(CssHighlightRules, "css-", "style");
  916. this.embedTagRules(new JavaScriptHighlightRules({ jsx: false }).getRules(), "js-", "script");
  917. if (this.constructor === HtmlHighlightRules)
  918. this.normalizeRules();
  919. };
  920. oop.inherits(HtmlHighlightRules, XmlHighlightRules);
  921. exports.HtmlHighlightRules = HtmlHighlightRules;
  922. });
  923. ace.define("ace/mode/ruby_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/text_highlight_rules"], function(require, exports, module){"use strict";
  924. var oop = require("../lib/oop");
  925. var TextHighlightRules = require("./text_highlight_rules").TextHighlightRules;
  926. var constantOtherSymbol = exports.constantOtherSymbol = {
  927. token: "constant.other.symbol.ruby",
  928. regex: "[:](?:[A-Za-z_]|[@$](?=[a-zA-Z0-9_]))[a-zA-Z0-9_]*[!=?]?"
  929. };
  930. exports.qString = {
  931. token: "string",
  932. regex: "['](?:(?:\\\\.)|(?:[^'\\\\]))*?[']"
  933. };
  934. exports.qqString = {
  935. token: "string",
  936. regex: '["](?:(?:\\\\.)|(?:[^"\\\\]))*?["]'
  937. };
  938. exports.tString = {
  939. token: "string",
  940. regex: "[`](?:(?:\\\\.)|(?:[^'\\\\]))*?[`]"
  941. };
  942. var constantNumericHex = exports.constantNumericHex = {
  943. token: "constant.numeric",
  944. regex: "0[xX][0-9a-fA-F](?:[0-9a-fA-F]|_(?=[0-9a-fA-F]))*\\b"
  945. };
  946. var constantNumericBinary = exports.constantNumericBinary = {
  947. token: "constant.numeric",
  948. regex: /\b(0[bB][01](?:[01]|_(?=[01]))*)\b/
  949. };
  950. var constantNumericDecimal = exports.constantNumericDecimal = {
  951. token: "constant.numeric",
  952. regex: /\b(0[dD](?:[1-9](?:[\d]|_(?=[\d]))*|0))\b/
  953. };
  954. var constantNumericOctal = exports.constantNumericDecimal = {
  955. token: "constant.numeric",
  956. regex: /\b(0[oO]?(?:[1-7](?:[0-7]|_(?=[0-7]))*|0))\b/
  957. };
  958. var constantNumericRational = exports.constantNumericRational = {
  959. token: "constant.numeric",
  960. regex: /\b([\d]+(?:[./][\d]+)?ri?)\b/
  961. };
  962. var constantNumericComplex = exports.constantNumericComplex = {
  963. token: "constant.numeric",
  964. regex: /\b([\d]i)\b/
  965. };
  966. var constantNumericFloat = exports.constantNumericFloat = {
  967. token: "constant.numeric",
  968. regex: "[+-]?\\d(?:\\d|_(?=\\d))*(?:(?:\\.\\d(?:\\d|_(?=\\d))*)?(?:[eE][+-]?\\d+)?)?i?\\b"
  969. };
  970. var instanceVariable = exports.instanceVariable = {
  971. token: "variable.instance",
  972. regex: "@{1,2}[a-zA-Z_\\d]+"
  973. };
  974. var RubyHighlightRules = function () {
  975. var builtinFunctions = ("abort|Array|assert|assert_equal|assert_not_equal|assert_same|assert_not_same|" +
  976. "assert_nil|assert_not_nil|assert_match|assert_no_match|assert_in_delta|assert_throws|" +
  977. "assert_raise|assert_nothing_raised|assert_instance_of|assert_kind_of|assert_respond_to|" +
  978. "assert_operator|assert_send|assert_difference|assert_no_difference|assert_recognizes|" +
  979. "assert_generates|assert_response|assert_redirected_to|assert_template|assert_select|" +
  980. "assert_select_email|assert_select_rjs|assert_select_encoded|css_select|at_exit|" +
  981. "attr|attr_writer|attr_reader|attr_accessor|attr_accessible|autoload|binding|block_given?|callcc|" +
  982. "caller|catch|chomp|chomp!|chop|chop!|defined?|delete_via_redirect|eval|exec|exit|" +
  983. "exit!|fail|Float|flunk|follow_redirect!|fork|form_for|form_tag|format|gets|global_variables|gsub|" +
  984. "gsub!|get_via_redirect|host!|https?|https!|include|Integer|lambda|link_to|" +
  985. "link_to_unless_current|link_to_function|link_to_remote|load|local_variables|loop|open|open_session|" +
  986. "p|print|printf|proc|putc|puts|post_via_redirect|put_via_redirect|raise|rand|" +
  987. "raw|readline|readlines|redirect?|request_via_redirect|require|scan|select|" +
  988. "set_trace_func|sleep|split|sprintf|srand|String|stylesheet_link_tag|syscall|system|sub|sub!|test|" +
  989. "throw|trace_var|trap|untrace_var|atan2|cos|exp|frexp|ldexp|log|log10|sin|sqrt|tan|" +
  990. "render|javascript_include_tag|csrf_meta_tag|label_tag|text_field_tag|submit_tag|check_box_tag|" +
  991. "content_tag|radio_button_tag|text_area_tag|password_field_tag|hidden_field_tag|" +
  992. "fields_for|select_tag|options_for_select|options_from_collection_for_select|collection_select|" +
  993. "time_zone_select|select_date|select_time|select_datetime|date_select|time_select|datetime_select|" +
  994. "select_year|select_month|select_day|select_hour|select_minute|select_second|file_field_tag|" +
  995. "file_field|respond_to|skip_before_filter|around_filter|after_filter|verify|" +
  996. "protect_from_forgery|rescue_from|helper_method|redirect_to|before_filter|" +
  997. "send_data|send_file|validates_presence_of|validates_uniqueness_of|validates_length_of|" +
  998. "validates_format_of|validates_acceptance_of|validates_associated|validates_exclusion_of|" +
  999. "validates_inclusion_of|validates_numericality_of|validates_with|validates_each|" +
  1000. "authenticate_or_request_with_http_basic|authenticate_or_request_with_http_digest|" +
  1001. "filter_parameter_logging|match|get|post|resources|redirect|scope|assert_routing|" +
  1002. "translate|localize|extract_locale_from_tld|caches_page|expire_page|caches_action|expire_action|" +
  1003. "cache|expire_fragment|expire_cache_for|observe|cache_sweeper|" +
  1004. "has_many|has_one|belongs_to|has_and_belongs_to_many|p|warn|refine|using|module_function|extend|alias_method|" +
  1005. "private_class_method|remove_method|undef_method");
  1006. var keywords = ("alias|and|BEGIN|begin|break|case|class|def|defined|do|else|elsif|END|end|ensure|" +
  1007. "__FILE__|finally|for|gem|if|in|__LINE__|module|next|not|or|private|protected|public|" +
  1008. "redo|rescue|retry|return|super|then|undef|unless|until|when|while|yield|__ENCODING__|prepend");
  1009. var buildinConstants = ("true|TRUE|false|FALSE|nil|NIL|ARGF|ARGV|DATA|ENV|RUBY_PLATFORM|RUBY_RELEASE_DATE|" +
  1010. "RUBY_VERSION|STDERR|STDIN|STDOUT|TOPLEVEL_BINDING|RUBY_PATCHLEVEL|RUBY_REVISION|RUBY_COPYRIGHT|RUBY_ENGINE|RUBY_ENGINE_VERSION|RUBY_DESCRIPTION");
  1011. var builtinVariables = ("$DEBUG|$defout|$FILENAME|$LOAD_PATH|$SAFE|$stdin|$stdout|$stderr|$VERBOSE|" +
  1012. "$!|root_url|flash|session|cookies|params|request|response|logger|self");
  1013. var keywordMapper = this.$keywords = this.createKeywordMapper({
  1014. "keyword": keywords,
  1015. "constant.language": buildinConstants,
  1016. "variable.language": builtinVariables,
  1017. "support.function": builtinFunctions,
  1018. "invalid.deprecated": "debugger" // TODO is this a remnant from js mode?
  1019. }, "identifier");
  1020. var escapedChars = "\\\\(?:n(?:[1-7][0-7]{0,2}|0)|[nsrtvfbae'\"\\\\]|c(?:\\\\M-)?.|M-(?:\\\\C-|\\\\c)?.|C-(?:\\\\M-)?.|[0-7]{3}|x[\\da-fA-F]{2}|u[\\da-fA-F]{4}|u{[\\da-fA-F]{1,6}(?:\\s[\\da-fA-F]{1,6})*})";
  1021. var closeParen = {
  1022. "(": ")",
  1023. "[": "]",
  1024. "{": "}",
  1025. "<": ">",
  1026. "^": "^",
  1027. "|": "|",
  1028. "%": "%"
  1029. };
  1030. this.$rules = {
  1031. "start": [
  1032. {
  1033. token: "comment",
  1034. regex: "#.*$"
  1035. }, {
  1036. token: "comment.multiline",
  1037. regex: "^=begin(?=$|\\s.*$)",
  1038. next: "comment"
  1039. }, {
  1040. token: "string.regexp",
  1041. regex: /[/](?=.*\/)/,
  1042. next: "regex"
  1043. },
  1044. [{
  1045. token: ["constant.other.symbol.ruby", "string.start"],
  1046. regex: /(:)?(")/,
  1047. push: [{
  1048. token: "constant.language.escape",
  1049. regex: escapedChars
  1050. }, {
  1051. token: "paren.start",
  1052. regex: /#{/,
  1053. push: "start"
  1054. }, {
  1055. token: "string.end",
  1056. regex: /"/,
  1057. next: "pop"
  1058. }, {
  1059. defaultToken: "string"
  1060. }]
  1061. }, {
  1062. token: "string.start",
  1063. regex: /`/,
  1064. push: [{
  1065. token: "constant.language.escape",
  1066. regex: escapedChars
  1067. }, {
  1068. token: "paren.start",
  1069. regex: /#{/,
  1070. push: "start"
  1071. }, {
  1072. token: "string.end",
  1073. regex: /`/,
  1074. next: "pop"
  1075. }, {
  1076. defaultToken: "string"
  1077. }]
  1078. }, {
  1079. token: ["constant.other.symbol.ruby", "string.start"],
  1080. regex: /(:)?(')/,
  1081. push: [{
  1082. token: "constant.language.escape",
  1083. regex: /\\['\\]/
  1084. }, {
  1085. token: "string.end",
  1086. regex: /'/,
  1087. next: "pop"
  1088. }, {
  1089. defaultToken: "string"
  1090. }]
  1091. }, {
  1092. token: "string.start",
  1093. regex: /%[qwx]([(\[<{^|%])/, onMatch: function (val, state, stack) {
  1094. if (stack.length)
  1095. stack = [];
  1096. var paren = val[val.length - 1];
  1097. stack.unshift(paren, state);
  1098. this.next = "qStateWithoutInterpolation";
  1099. return this.token;
  1100. }
  1101. }, {
  1102. token: "string.start",
  1103. regex: /%[QWX]?([(\[<{^|%])/, onMatch: function (val, state, stack) {
  1104. if (stack.length)
  1105. stack = [];
  1106. var paren = val[val.length - 1];
  1107. stack.unshift(paren, state);
  1108. this.next = "qStateWithInterpolation";
  1109. return this.token;
  1110. }
  1111. }, {
  1112. token: "constant.other.symbol.ruby",
  1113. regex: /%[si]([(\[<{^|%])/, onMatch: function (val, state, stack) {
  1114. if (stack.length)
  1115. stack = [];
  1116. var paren = val[val.length - 1];
  1117. stack.unshift(paren, state);
  1118. this.next = "sStateWithoutInterpolation";
  1119. return this.token;
  1120. }
  1121. }, {
  1122. token: "constant.other.symbol.ruby",
  1123. regex: /%[SI]([(\[<{^|%])/, onMatch: function (val, state, stack) {
  1124. if (stack.length)
  1125. stack = [];
  1126. var paren = val[val.length - 1];
  1127. stack.unshift(paren, state);
  1128. this.next = "sStateWithInterpolation";
  1129. return this.token;
  1130. }
  1131. }, {
  1132. token: "string.regexp",
  1133. regex: /%[r]([(\[<{^|%])/, onMatch: function (val, state, stack) {
  1134. if (stack.length)
  1135. stack = [];
  1136. var paren = val[val.length - 1];
  1137. stack.unshift(paren, state);
  1138. this.next = "rState";
  1139. return this.token;
  1140. }
  1141. }],
  1142. {
  1143. token: "punctuation",
  1144. regex: "::"
  1145. },
  1146. instanceVariable,
  1147. {
  1148. token: "variable.global",
  1149. regex: "[$][a-zA-Z_\\d]+"
  1150. }, {
  1151. token: "support.class",
  1152. regex: "[A-Z][a-zA-Z_\\d]*"
  1153. }, {
  1154. token: ["punctuation.operator", "support.function"],
  1155. regex: /(\.)([a-zA-Z_\d]+)(?=\()/
  1156. }, {
  1157. token: ["punctuation.operator", "identifier"],
  1158. regex: /(\.)([a-zA-Z_][a-zA-Z_\d]*)/
  1159. }, {
  1160. token: "string.character",
  1161. regex: "\\B\\?(?:" + escapedChars + "|\\S)"
  1162. }, {
  1163. token: "punctuation.operator",
  1164. regex: /\?(?=.+:)/
  1165. },
  1166. constantNumericRational,
  1167. constantNumericComplex,
  1168. constantOtherSymbol,
  1169. constantNumericHex,
  1170. constantNumericFloat,
  1171. constantNumericBinary,
  1172. constantNumericDecimal,
  1173. constantNumericOctal,
  1174. {
  1175. token: "constant.language.boolean",
  1176. regex: "(?:true|false)\\b"
  1177. }, {
  1178. token: keywordMapper,
  1179. regex: "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
  1180. }, {
  1181. token: "punctuation.separator.key-value",
  1182. regex: "=>"
  1183. }, {
  1184. stateName: "heredoc",
  1185. onMatch: function (value, currentState, stack) {
  1186. var next = (value[2] == '-' || value[2] == '~') ? "indentedHeredoc" : "heredoc";
  1187. var tokens = value.split(this.splitRegex);
  1188. stack.push(next, tokens[3]);
  1189. return [
  1190. { type: "constant", value: tokens[1] },
  1191. { type: "string", value: tokens[2] },
  1192. { type: "support.class", value: tokens[3] },
  1193. { type: "string", value: tokens[4] }
  1194. ];
  1195. },
  1196. regex: "(<<[-~]?)(['\"`]?)([\\w]+)(['\"`]?)",
  1197. rules: {
  1198. heredoc: [{
  1199. onMatch: function (value, currentState, stack) {
  1200. if (value === stack[1]) {
  1201. stack.shift();
  1202. stack.shift();
  1203. this.next = stack[0] || "start";
  1204. return "support.class";
  1205. }
  1206. this.next = "";
  1207. return "string";
  1208. },
  1209. regex: ".*$",
  1210. next: "start"
  1211. }],
  1212. indentedHeredoc: [{
  1213. token: "string",
  1214. regex: "^ +"
  1215. }, {
  1216. onMatch: function (value, currentState, stack) {
  1217. if (value === stack[1]) {
  1218. stack.shift();
  1219. stack.shift();
  1220. this.next = stack[0] || "start";
  1221. return "support.class";
  1222. }
  1223. this.next = "";
  1224. return "string";
  1225. },
  1226. regex: ".*$",
  1227. next: "start"
  1228. }]
  1229. }
  1230. }, {
  1231. regex: "$",
  1232. token: "empty",
  1233. next: function (currentState, stack) {
  1234. if (stack[0] === "heredoc" || stack[0] === "indentedHeredoc")
  1235. return stack[0];
  1236. return currentState;
  1237. }
  1238. }, {
  1239. token: "keyword.operator",
  1240. regex: "!|\\$|%|&|\\*|/|\\-\\-|\\-|\\+\\+|\\+|~|===|==|=|!=|!==|<=|>=|<<=|>>=|>>>=|<>|<|>|!|&&|\\|\\||\\?\\:|\\*=|%=|\\+=|\\-=|&=|\\^=|\\||\\b(?:in|instanceof|new|delete|typeof|void)"
  1241. }, {
  1242. token: "paren.lparen",
  1243. regex: "[[({]"
  1244. }, {
  1245. token: "paren.rparen",
  1246. regex: "[\\])}]",
  1247. onMatch: function (value, currentState, stack) {
  1248. this.next = '';
  1249. if (value == "}" && stack.length > 1 && stack[1] != "start") {
  1250. stack.shift();
  1251. this.next = stack.shift();
  1252. }
  1253. return this.token;
  1254. }
  1255. }, {
  1256. token: "text",
  1257. regex: "\\s+"
  1258. }, {
  1259. token: "punctuation.operator",
  1260. regex: /[?:,;.]/
  1261. }
  1262. ],
  1263. "comment": [
  1264. {
  1265. token: "comment.multiline",
  1266. regex: "^=end(?=$|\\s.*$)",
  1267. next: "start"
  1268. }, {
  1269. token: "comment",
  1270. regex: ".+"
  1271. }
  1272. ],
  1273. "qStateWithInterpolation": [{
  1274. token: "string.start",
  1275. regex: /[(\[<{]/, onMatch: function (val, state, stack) {
  1276. if (stack.length && val === stack[0]) {
  1277. stack.unshift(val, state);
  1278. return this.token;
  1279. }
  1280. return "string";
  1281. }
  1282. }, {
  1283. token: "constant.language.escape",
  1284. regex: escapedChars
  1285. }, {
  1286. token: "constant.language.escape",
  1287. regex: /\\./
  1288. }, {
  1289. token: "paren.start",
  1290. regex: /#{/,
  1291. push: "start"
  1292. }, {
  1293. token: "string.end",
  1294. regex: /[)\]>}^|%]/, onMatch: function (val, state, stack) {
  1295. if (stack.length && val === closeParen[stack[0]]) {
  1296. stack.shift();
  1297. this.next = stack.shift();
  1298. return this.token;
  1299. }
  1300. this.next = '';
  1301. return "string";
  1302. }
  1303. }, {
  1304. defaultToken: "string"
  1305. }],
  1306. "qStateWithoutInterpolation": [{
  1307. token: "string.start",
  1308. regex: /[(\[<{]/, onMatch: function (val, state, stack) {
  1309. if (stack.length && val === stack[0]) {
  1310. stack.unshift(val, state);
  1311. return this.token;
  1312. }
  1313. return "string";
  1314. }
  1315. }, {
  1316. token: "constant.language.escape",
  1317. regex: /\\['\\]/
  1318. }, {
  1319. token: "constant.language.escape",
  1320. regex: /\\./
  1321. }, {
  1322. token: "string.end",
  1323. regex: /[)\]>}^|%]/, onMatch: function (val, state, stack) {
  1324. if (stack.length && val === closeParen[stack[0]]) {
  1325. stack.shift();
  1326. this.next = stack.shift();
  1327. return this.token;
  1328. }
  1329. this.next = '';
  1330. return "string";
  1331. }
  1332. }, {
  1333. defaultToken: "string"
  1334. }],
  1335. "sStateWithoutInterpolation": [{
  1336. token: "constant.other.symbol.ruby",
  1337. regex: /[(\[<{]/, onMatch: function (val, state, stack) {
  1338. if (stack.length && val === stack[0]) {
  1339. stack.unshift(val, state);
  1340. return this.token;
  1341. }
  1342. return "constant.other.symbol.ruby";
  1343. }
  1344. }, {
  1345. token: "constant.other.symbol.ruby",
  1346. regex: /[)\]>}^|%]/, onMatch: function (val, state, stack) {
  1347. if (stack.length && val === closeParen[stack[0]]) {
  1348. stack.shift();
  1349. this.next = stack.shift();
  1350. return this.token;
  1351. }
  1352. this.next = '';
  1353. return "constant.other.symbol.ruby";
  1354. }
  1355. }, {
  1356. defaultToken: "constant.other.symbol.ruby"
  1357. }],
  1358. "sStateWithInterpolation": [{
  1359. token: "constant.other.symbol.ruby",
  1360. regex: /[(\[<{]/, onMatch: function (val, state, stack) {
  1361. if (stack.length && val === stack[0]) {
  1362. stack.unshift(val, state);
  1363. return this.token;
  1364. }
  1365. return "constant.other.symbol.ruby";
  1366. }
  1367. }, {
  1368. token: "constant.language.escape",
  1369. regex: escapedChars
  1370. }, {
  1371. token: "constant.language.escape",
  1372. regex: /\\./
  1373. }, {
  1374. token: "paren.start",
  1375. regex: /#{/,
  1376. push: "start"
  1377. }, {
  1378. token: "constant.other.symbol.ruby",
  1379. regex: /[)\]>}^|%]/, onMatch: function (val, state, stack) {
  1380. if (stack.length && val === closeParen[stack[0]]) {
  1381. stack.shift();
  1382. this.next = stack.shift();
  1383. return this.token;
  1384. }
  1385. this.next = '';
  1386. return "constant.other.symbol.ruby";
  1387. }
  1388. }, {
  1389. defaultToken: "constant.other.symbol.ruby"
  1390. }],
  1391. "rState": [{
  1392. token: "string.regexp",
  1393. regex: /[(\[<{]/, onMatch: function (val, state, stack) {
  1394. if (stack.length && val === stack[0]) {
  1395. stack.unshift(val, state);
  1396. return this.token;
  1397. }
  1398. return "constant.language.escape";
  1399. }
  1400. }, {
  1401. token: "paren.start",
  1402. regex: /#{/,
  1403. push: "start"
  1404. }, {
  1405. token: "string.regexp",
  1406. regex: /\//
  1407. }, {
  1408. token: "string.regexp",
  1409. regex: /[)\]>}^|%][imxouesn]*/, onMatch: function (val, state, stack) {
  1410. if (stack.length && val[0] === closeParen[stack[0]]) {
  1411. stack.shift();
  1412. this.next = stack.shift();
  1413. return this.token;
  1414. }
  1415. this.next = '';
  1416. return "constant.language.escape";
  1417. }
  1418. },
  1419. { include: "regex" },
  1420. {
  1421. defaultToken: "string.regexp"
  1422. }],
  1423. "regex": [
  1424. {
  1425. token: "regexp.keyword",
  1426. regex: /\\[wWdDhHsS]/
  1427. }, {
  1428. token: "constant.language.escape",
  1429. regex: /\\[AGbBzZ]/
  1430. }, {
  1431. token: "constant.language.escape",
  1432. regex: /\\g<[a-zA-Z0-9]*>/
  1433. }, {
  1434. token: ["constant.language.escape", "regexp.keyword", "constant.language.escape"],
  1435. regex: /(\\p{\^?)(Alnum|Alpha|Blank|Cntrl|Digit|Graph|Lower|Print|Punct|Space|Upper|XDigit|Word|ASCII|Any|Assigned|Arabic|Armenian|Balinese|Bengali|Bopomofo|Braille|Buginese|Buhid|Canadian_Aboriginal|Carian|Cham|Cherokee|Common|Coptic|Cuneiform|Cypriot|Cyrillic|Deseret|Devanagari|Ethiopic|Georgian|Glagolitic|Gothic|Greek|Gujarati|Gurmukhi|Han|Hangul|Hanunoo|Hebrew|Hiragana|Inherited|Kannada|Katakana|Kayah_Li|Kharoshthi|Khmer|Lao|Latin|Lepcha|Limbu|Linear_B|Lycian|Lydian|Malayalam|Mongolian|Myanmar|New_Tai_Lue|Nko|Ogham|Ol_Chiki|Old_Italic|Old_Persian|Oriya|Osmanya|Phags_Pa|Phoenician|Rejang|Runic|Saurashtra|Shavian|Sinhala|Sundanese|Syloti_Nagri|Syriac|Tagalog|Tagbanwa|Tai_Le|Tamil|Telugu|Thaana|Thai|Tibetan|Tifinagh|Ugaritic|Vai|Yi|Ll|Lm|Lt|Lu|Lo|Mn|Mc|Me|Nd|Nl|Pc|Pd|Ps|Pe|Pi|Pf|Po|No|Sm|Sc|Sk|So|Zs|Zl|Zp|Cc|Cf|Cn|Co|Cs|N|L|M|P|S|Z|C)(})/
  1436. }, {
  1437. token: ["constant.language.escape", "invalid", "constant.language.escape"],
  1438. regex: /(\\p{\^?)([^/]*)(})/
  1439. }, {
  1440. token: "regexp.keyword.operator",
  1441. regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
  1442. }, {
  1443. token: "string.regexp",
  1444. regex: /[/][imxouesn]*/,
  1445. next: "start"
  1446. }, {
  1447. token: "invalid",
  1448. regex: /\{\d+\b,?\d*\}[+*]|[+*$^?][+*]|[$^][?]|\?{3,}/
  1449. }, {
  1450. token: "constant.language.escape",
  1451. regex: /\(\?(?:[:=!>]|<'?[a-zA-Z]*'?>|<[=!])|\)|\{\d+\b,?\d*\}|[+*]\?|[()$^+*?.]/
  1452. }, {
  1453. token: "constant.language.delimiter",
  1454. regex: /\|/
  1455. }, {
  1456. token: "regexp.keyword",
  1457. regex: /\[\[:(?:alnum|alpha|blank|cntrl|digit|graph|lower|print|punct|space|upper|xdigit|word|ascii):\]\]/
  1458. }, {
  1459. token: "constant.language.escape",
  1460. regex: /\[\^?/,
  1461. push: "regex_character_class"
  1462. }, {
  1463. defaultToken: "string.regexp"
  1464. }
  1465. ],
  1466. "regex_character_class": [
  1467. {
  1468. token: "regexp.keyword",
  1469. regex: /\\[wWdDhHsS]/
  1470. }, {
  1471. token: "regexp.charclass.keyword.operator",
  1472. regex: "\\\\(?:u[\\da-fA-F]{4}|x[\\da-fA-F]{2}|.)"
  1473. }, {
  1474. token: "constant.language.escape",
  1475. regex: /&?&?\[\^?/,
  1476. push: "regex_character_class"
  1477. }, {
  1478. token: "constant.language.escape",
  1479. regex: "]",
  1480. next: "pop"
  1481. }, {
  1482. token: "constant.language.escape",
  1483. regex: "-"
  1484. }, {
  1485. defaultToken: "string.regexp.characterclass"
  1486. }
  1487. ]
  1488. };
  1489. this.normalizeRules();
  1490. };
  1491. oop.inherits(RubyHighlightRules, TextHighlightRules);
  1492. exports.RubyHighlightRules = RubyHighlightRules;
  1493. });
  1494. ace.define("ace/mode/haml_highlight_rules",["require","exports","module","ace/lib/oop","ace/mode/html_highlight_rules","ace/mode/ruby_highlight_rules"], function(require, exports, module){"use strict";
  1495. var oop = require("../lib/oop");
  1496. var HtmlHighlightRules = require("./html_highlight_rules").HtmlHighlightRules;
  1497. var RubyExports = require("./ruby_highlight_rules");
  1498. var RubyHighlightRules = RubyExports.RubyHighlightRules;
  1499. var HamlHighlightRules = function () {
  1500. HtmlHighlightRules.call(this);
  1501. this.$rules = {
  1502. "start": [
  1503. {
  1504. token: "comment.block",
  1505. regex: /^\/$/,
  1506. next: "comment"
  1507. },
  1508. {
  1509. token: "comment.block",
  1510. regex: /^\-#$/,
  1511. next: "comment"
  1512. },
  1513. {
  1514. token: "comment.line",
  1515. regex: /\/\s*.*/
  1516. },
  1517. {
  1518. token: "comment.line",
  1519. regex: /-#\s*.*/
  1520. },
  1521. {
  1522. token: "keyword.other.doctype",
  1523. regex: "^!!!\\s*(?:[a-zA-Z0-9-_]+)?"
  1524. },
  1525. RubyExports.qString,
  1526. RubyExports.qqString,
  1527. RubyExports.tString,
  1528. {
  1529. token: "meta.tag.haml",
  1530. regex: /(%[\w:\-]+)/
  1531. },
  1532. {
  1533. token: "keyword.attribute-name.class.haml",
  1534. regex: /\.[\w-]+/
  1535. },
  1536. {
  1537. token: "keyword.attribute-name.id.haml",
  1538. regex: /#[\w-]+/,
  1539. next: "element_class"
  1540. },
  1541. RubyExports.constantNumericHex,
  1542. RubyExports.constantNumericFloat,
  1543. RubyExports.constantOtherSymbol,
  1544. {
  1545. token: "text",
  1546. regex: /=|-|~/,
  1547. next: "embedded_ruby"
  1548. }
  1549. ],
  1550. "element_class": [
  1551. {
  1552. token: "keyword.attribute-name.class.haml",
  1553. regex: /\.[\w-]+/
  1554. },
  1555. {
  1556. token: "punctuation.section",
  1557. regex: /\{/,
  1558. next: "element_attributes"
  1559. },
  1560. RubyExports.constantOtherSymbol,
  1561. {
  1562. token: "empty",
  1563. regex: "$|(?!\\.|#|\\{|\\[|=|-|~|\\/])",
  1564. next: "start"
  1565. }
  1566. ],
  1567. "element_attributes": [
  1568. RubyExports.constantOtherSymbol,
  1569. RubyExports.qString,
  1570. RubyExports.qqString,
  1571. RubyExports.tString,
  1572. RubyExports.constantNumericHex,
  1573. RubyExports.constantNumericFloat,
  1574. {
  1575. token: "punctuation.section",
  1576. regex: /$|\}/,
  1577. next: "start"
  1578. }
  1579. ],
  1580. "embedded_ruby": [
  1581. RubyExports.constantNumericHex,
  1582. RubyExports.constantNumericFloat,
  1583. RubyExports.instanceVariable,
  1584. RubyExports.qString,
  1585. RubyExports.qqString,
  1586. RubyExports.tString,
  1587. {
  1588. token: "support.class",
  1589. regex: "[A-Z][a-zA-Z_\\d]+"
  1590. },
  1591. {
  1592. token: new RubyHighlightRules().getKeywords(),
  1593. regex: "[a-zA-Z_$][a-zA-Z0-9_$]*\\b"
  1594. },
  1595. {
  1596. token: ["keyword", "text", "text"],
  1597. regex: "(?:do|\\{)(?: \\|[^|]+\\|)?$",
  1598. next: "start"
  1599. },
  1600. {
  1601. token: ["text"],
  1602. regex: "^$",
  1603. next: "start"
  1604. },
  1605. {
  1606. token: ["text"],
  1607. regex: "^(?!.*\\|\\s*$)",
  1608. next: "start"
  1609. }
  1610. ],
  1611. "comment": [
  1612. {
  1613. token: "comment.block",
  1614. regex: /^$/,
  1615. next: "start"
  1616. },
  1617. {
  1618. token: "comment.block",
  1619. regex: /\s+.*/
  1620. }
  1621. ]
  1622. };
  1623. this.normalizeRules();
  1624. };
  1625. oop.inherits(HamlHighlightRules, HtmlHighlightRules);
  1626. exports.HamlHighlightRules = HamlHighlightRules;
  1627. });
  1628. ace.define("ace/mode/folding/coffee",["require","exports","module","ace/lib/oop","ace/mode/folding/fold_mode","ace/range"], function(require, exports, module){"use strict";
  1629. var oop = require("../../lib/oop");
  1630. var BaseFoldMode = require("./fold_mode").FoldMode;
  1631. var Range = require("../../range").Range;
  1632. var FoldMode = exports.FoldMode = function () { };
  1633. oop.inherits(FoldMode, BaseFoldMode);
  1634. (function () {
  1635. this.getFoldWidgetRange = function (session, foldStyle, row) {
  1636. var range = this.indentationBlock(session, row);
  1637. if (range)
  1638. return range;
  1639. var re = /\S/;
  1640. var line = session.getLine(row);
  1641. var startLevel = line.search(re);
  1642. if (startLevel == -1 || line[startLevel] != "#")
  1643. return;
  1644. var startColumn = line.length;
  1645. var maxRow = session.getLength();
  1646. var startRow = row;
  1647. var endRow = row;
  1648. while (++row < maxRow) {
  1649. line = session.getLine(row);
  1650. var level = line.search(re);
  1651. if (level == -1)
  1652. continue;
  1653. if (line[level] != "#")
  1654. break;
  1655. endRow = row;
  1656. }
  1657. if (endRow > startRow) {
  1658. var endColumn = session.getLine(endRow).length;
  1659. return new Range(startRow, startColumn, endRow, endColumn);
  1660. }
  1661. };
  1662. this.getFoldWidget = function (session, foldStyle, row) {
  1663. var line = session.getLine(row);
  1664. var indent = line.search(/\S/);
  1665. var next = session.getLine(row + 1);
  1666. var prev = session.getLine(row - 1);
  1667. var prevIndent = prev.search(/\S/);
  1668. var nextIndent = next.search(/\S/);
  1669. if (indent == -1) {
  1670. session.foldWidgets[row - 1] = prevIndent != -1 && prevIndent < nextIndent ? "start" : "";
  1671. return "";
  1672. }
  1673. if (prevIndent == -1) {
  1674. if (indent == nextIndent && line[indent] == "#" && next[indent] == "#") {
  1675. session.foldWidgets[row - 1] = "";
  1676. session.foldWidgets[row + 1] = "";
  1677. return "start";
  1678. }
  1679. }
  1680. else if (prevIndent == indent && line[indent] == "#" && prev[indent] == "#") {
  1681. if (session.getLine(row - 2).search(/\S/) == -1) {
  1682. session.foldWidgets[row - 1] = "start";
  1683. session.foldWidgets[row + 1] = "";
  1684. return "";
  1685. }
  1686. }
  1687. if (prevIndent != -1 && prevIndent < indent)
  1688. session.foldWidgets[row - 1] = "start";
  1689. else
  1690. session.foldWidgets[row - 1] = "";
  1691. if (indent < nextIndent)
  1692. return "start";
  1693. else
  1694. return "";
  1695. };
  1696. }).call(FoldMode.prototype);
  1697. });
  1698. ace.define("ace/mode/haml",["require","exports","module","ace/lib/oop","ace/mode/text","ace/mode/haml_highlight_rules","ace/mode/folding/coffee"], function(require, exports, module){/*
  1699. THIS FILE WAS AUTOGENERATED BY mode.tmpl.js
  1700. */
  1701. "use strict";
  1702. var oop = require("../lib/oop");
  1703. var TextMode = require("./text").Mode;
  1704. var HamlHighlightRules = require("./haml_highlight_rules").HamlHighlightRules;
  1705. var FoldMode = require("./folding/coffee").FoldMode;
  1706. var Mode = function () {
  1707. this.HighlightRules = HamlHighlightRules;
  1708. this.foldingRules = new FoldMode();
  1709. this.$behaviour = this.$defaultBehaviour;
  1710. };
  1711. oop.inherits(Mode, TextMode);
  1712. (function () {
  1713. this.lineCommentStart = "//";
  1714. this.$id = "ace/mode/haml";
  1715. this.snippetFileId = "ace/snippets/haml";
  1716. }).call(Mode.prototype);
  1717. exports.Mode = Mode;
  1718. }); (function() {
  1719. ace.require(["ace/mode/haml"], function(m) {
  1720. if (typeof module == "object" && typeof exports == "object" && module) {
  1721. module.exports = m;
  1722. }
  1723. });
  1724. })();