Lines Matching +defs:regex +defs:flags
462 regex = XRegExp("(?<name>[\\w-]+)" + "\\s*:\\s*" + "(?<value>" + "[\\w%#-]+|" + // word variable
644 regex.__proto__ = XRegExp.prototype; field
710 flags = nativ.replace.call(flags, new RegExp('[' + flagsToRemove + ']+', 'g'), ''); property
720 flags = clipDuplicates(flags + flagsToAdd); property
894 flags: flags property
1084 flags += 'A'; field
1130 flags: nativ.replace.call(appliedFlags, /[^gimuy]+/g, ''), property
1228 regex: copyRegex(regex, { property
1353 regex.lastIndex = match ? r2.lastIndex : 0; field
1530 regex.lastIndex = scope === 'one' && result ? field
1963 regex = new RegExp(regex); property
3035 regex = /^\s*/, variable
3432 xmlBrush.regexList.push({ regex: scriptBrush.htmlScript.code, func: process }); property
3720 var regex = { 'end': regexGroup.right.source }; variable
3727 left: { regex: regexGroup.left, css: 'script' }, property
3728 right: { regex: regexGroup.right, css: 'script' }, property
3763 regex: /(--|#).*$/gm, property
3766 regex: /\(\*(?:[\s\S]*?\(\*[\s\S]*?\*\))*[\s\S]*?\*\)/gm, // support nested comments property
3769 regex: /"[\s\S]*?"/gm, property
3772 regex: /(?:,|:|¬|'s\b|\(|\)|\{|\}|«|\b\w*»)/g, // operators property
3775 regex: /(-)?(\d)+(\.(\d)?)?(E\+(\d)+)?/g, // numbers property
3778 regex: /(?:&(amp;|gt;|lt;)?|=|� |>|<|≥|>=|≤|<=|\*|\+|-|\/|÷|\^)/g, property
3781 …regex: /\b(?:and|as|div|mod|not|or|return(?!\s&)(ing)?|equals|(is(n't| not)? )?equal( to)?|does(n'… property
3784 regex: /\b\d+(st|nd|rd|th)\b/g, // ordinals property
3787 …regex: /\b(?:about|above|against|around|at|below|beneath|beside|between|by|(apart|aside) from|(ins… property
3790 …regex: /\b(?:adding folder items to|after receiving|clipboard info|set the clipboard to|(the )?cli… property
3793 regex: /\b(?:tracks|paragraph|text item(s)?)\b/g, property
3796 …regex: /\b(?:AppleScript|album|video kind|grouping|length|text item delimiters|quoted form|POSIX p… property
3799 regex: /\b(?:run|exists|count)\b/g, property
3802 regex: /\b(?:POSIX (file|path))\b/g, property
3805 …regex: /\b(?:message|with (data|icon( (caution|note|stop))?|parameter(s)?|prompt|properties|seed|t… property
3808 …regex: /\b(?:display(ing| (alert|dialog|mode))?|choose( ((remote )?application|color|folder|from l… property
3811 regex: /\b(?:xxx)\b/g, property
3814 regex: /\b(?:true|false|none)\b/g, property
3817 regex: new RegExp(this.getKeywords(specials), 'gm'), property
3820 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
3823 regex: new RegExp(this.getKeywords(ordinals), 'gm'), property
3849 regex: regexLib.singleLineCComments, property
3852 regex: regexLib.multiLineCComments, property
3855 regex: regexLib.doubleQuotedString, property
3858 regex: regexLib.singleQuotedString, property
3861 regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, property
3864 regex: new RegExp(this.getKeywords(inits), 'gm'), property
3867 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
3870 regex: new RegExp('var', 'gm'), property
3873 regex: new RegExp('trace', 'gm'), property
3912 regex: /^#!.*$/gm, property
3915 regex: /\/[\w-\/]+/gm, property
3918 regex: regexLib.singleLinePerlComments, property
3921 regex: regexLib.doubleQuotedString, property
3924 regex: regexLib.singleQuotedString, property
3927 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
3930 regex: new RegExp(this.getKeywords(commands), 'gm'), property
3933 …regex: new XRegExp("(?<full_tag>(<|<){2}(?<tag>\\w+)) .*$(?<here_doc>[\\s\\S]*)(?<end_tag>^\\k<… property
3962 regex: new RegExp('--(.*)$', 'gm'), property
3965 regex: regexLib.xmlComments, property
3968 regex: regexLib.doubleQuotedString, property
3971 regex: regexLib.singleQuotedString, property
3974 regex: new RegExp(this.getKeywords(funcs), 'gmi'), property
3977 regex: new RegExp(this.getKeywords(operators), 'gmi'), property
3980 regex: new RegExp(this.getKeywords(keywords), 'gmi'), property
4008 regex: regexLib.singleLineCComments, property
4011 regex: regexLib.multiLineCComments, property
4014 regex: regexLib.doubleQuotedString, property
4017 regex: regexLib.singleQuotedString, property
4020 regex: /^ *#.*/gm, property
4023 regex: new RegExp(this.getKeywords(datatypes), 'gm'), property
4026 regex: new RegExp(this.getKeywords(functions), 'gm'), property
4029 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4057 regex: regexLib.singleLineCComments, property
4060 regex: regexLib.multiLineCComments, property
4063 regex: /@"(?:[^"]|"")*"/g, property
4066 regex: regexLib.doubleQuotedString, property
4069 regex: regexLib.singleQuotedString, property
4072 regex: /^\s*#.*/gm, property
4075 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4078 regex: /\bpartial(?=\s+(?:class|interface|struct)\b)/g, property
4081 regex: /\byield(?=\s+(?:return|break)\b)/g, property
4117 regex: regexLib.multiLineCComments, property
4120 regex: regexLib.doubleQuotedString, property
4123 regex: regexLib.singleQuotedString, property
4126 regex: /\#[a-fA-F0-9]{3,6}/g, property
4129 regex: /(-?\d+)(\.\d+)?(px|em|pt|\:|\%|)/g, property
4132 regex: /!important/g, property
4135 regex: new RegExp(getKeywordsCSS(keywords), 'gm'), property
4138 regex: new RegExp(getValuesCSS(values), 'g'), property
4141 regex: new RegExp(this.getKeywords(fonts), 'g'), property
4168 regex: /\(\*[\s\S]*?\*\)/gm, property
4171 regex: /{(?!\$)[\s\S]*?}/gm, property
4174 regex: regexLib.singleLineCComments, property
4177 regex: regexLib.singleQuotedString, property
4180 regex: /\{\$[a-zA-Z]+ .+\}/g, property
4183 regex: /\b[\d\.]+\b/g, property
4186 regex: /\$[a-zA-Z0-9]+\b/g, property
4189 regex: new RegExp(this.getKeywords(keywords), 'gmi'), property
4209 regex: /^\+\+\+ .*$/gm, property
4212 regex: /^\-\-\- .*$/gm, property
4215 regex: /^\s.*$/gm, property
4218 regex: /^@@.*@@.*$/gm, property
4221 regex: /^\+.*$/gm, property
4224 regex: /^\-.*$/gm, property
4252 regex: new RegExp("[A-Z][A-Za-z0-9_]+", 'g'), property
4255 regex: new RegExp("\\%.+", 'gm'), property
4258 regex: new RegExp("\\?[A-Za-z0-9_]+", 'g'), property
4261 regex: new RegExp("[a-z0-9_]+:[a-z0-9_]+", 'g'), property
4264 regex: regexLib.doubleQuotedString, property
4267 regex: regexLib.singleQuotedString, property
4270 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4298 regex: regexLib.singleLineCComments, property
4301 regex: regexLib.multiLineCComments, property
4304 regex: regexLib.doubleQuotedString, property
4307 regex: regexLib.singleQuotedString, property
4310 regex: /""".*"""/g, property
4313 regex: new RegExp('\\b([\\d]+(\\.[\\d]+)?|0x[a-f0-9]+)\\b', 'gi'), property
4316 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4319 regex: new RegExp(this.getKeywords(types), 'gm'), property
4322 regex: new RegExp(this.getKeywords(constants), 'gm'), property
4325 regex: new RegExp(this.getKeywords(methods), 'gm'), property
4352 regex: regexLib.singleLineCComments, property
4355 regex: regexLib.multiLineCComments, property
4358 regex: regexLib.doubleQuotedString, property
4361 regex: regexLib.singleQuotedString, property
4364 regex: /\b([\d]+(\.[\d]+)?|0x[a-f0-9]+)\b/gi, property
4367 regex: new RegExp(this.getKeywords(inits), 'gm'), property
4370 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4373 regex: new RegExp('var', 'gm'), property
4376 regex: new RegExp('trace', 'gm'), property
4379 regex: new RegExp('#if', 'gm'), property
4382 regex: new RegExp('#elseif', 'gm'), property
4385 regex: new RegExp('#end', 'gm'), property
4388 regex: new RegExp('#error', 'gm'), property
4400 regex: new RegExp(flags[i], 'gm'), property
4404 regex: new RegExp('!' + flags[i], 'gm'), property
4431 regex: regexLib.singleLineCComments, property
4434 regex: /\/\*([^\*][\s\S]*?)?\*\//gm, property
4437 regex: /\/\*(?!\*\/)\*[\s\S]*?\*\//gm, property
4440 regex: regexLib.doubleQuotedString, property
4443 regex: regexLib.singleQuotedString, property
4446 regex: /\b([\d]+(\.[\d]+)?f?|[\d]+l?|0x[a-f0-9]+)\b/gi, property
4449 regex: /(?!\@interface\b)\@[\$\w]+\b/g, property
4452 regex: /\@interface\b/g, property
4455 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4486 regex: regexLib.singleLineCComments, property
4489 regex: regexLib.multiLineCComments, property
4492 regex: regexLib.singleQuotedString, property
4495 regex: regexLib.doubleQuotedString, property
4498 regex: /(-?\.?)(\b(\d*\.?\d+|\d+\.?\d*)(e[+-]?\d+)?|0x[a-f\d]+)\b\.?/gi, property
4501 regex: new RegExp(this.getKeywords(datatypes), 'gm'), property
4504 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4527 regex: regexLib.multiLineDoubleQuotedString, property
4530 regex: regexLib.multiLineSingleQuotedString, property
4533 regex: regexLib.singleLineCComments, property
4536 regex: regexLib.multiLineCComments, property
4539 regex: /\s*#.*/gm, property
4542 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4578 regex: /(<<|<<)((\w+)|(['"])(.+?)\4)[\s\S]+?\n\3\5\n/g, property
4581 regex: /#.*$/gm, property
4584 regex: /^#!.*\n/g, property
4587 regex: /-?\w+(?=\s*=(>|>))/g, property
4593 regex: /\bq[qwxr]?\([\s\S]*?\)/g, property
4596 regex: /\bq[qwxr]?\{[\s\S]*?\}/g, property
4599 regex: /\bq[qwxr]?\[[\s\S]*?\]/g, property
4602 regex: /\bq[qwxr]?(<|<)[\s\S]*?(>|>)/g, property
4605 regex: /\bq[qwxr]?([^\w({<[])[\s\S]*?\1/g, property
4608 regex: regexLib.doubleQuotedString, property
4611 regex: regexLib.singleQuotedString, property
4614 regex: /(?:&|[$@%*]|\$#)\$?[a-zA-Z_](\w+|::)*/g, property
4617 regex: /\b__(?:END|DATA)__\b[\s\S]*$/g, property
4620 regex: /(^|\n)=\w[\s\S]*?(\n=cut\s*(?=\n)|$)/g, property
4623 regex: new RegExp(this.getKeywords(funcs), 'gm'), property
4626 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4684 …_this.regexList = [{ regex: _syntaxhighlighterRegex.commonRegExp.singleLineCComments, css: 'commen… property
4733 regex: new RegExp('^\\s*#[#\\s]*\\.(' + this.getKeywords(commenthelp) + ').*$', 'gim'), property
4736 regex: regexLib.singleLinePerlComments, property
4739 regex: /(<|<)#[\s\S]*?#(>|>)/gm, property
4742 regex: new RegExp('@"\\n[\\s\\S]*?\\n"@', 'gm'), property
4745 regex: new RegExp("@'\\n[\\s\\S]*?\\n'@", 'gm'), property
4748 regex: new RegExp('"(?:\\$\\([^\\)]*\\)|[^"]|`"|"")*[^`]"', 'g'), property
4751 regex: new RegExp("'(?:[^']|'')*'", 'g'), property
4754 regex: new RegExp('[\\$|@|@@](?:(?:global|script|private|env):)?[A-Z0-9_]+', 'gi'), property
4757 … regex: new RegExp('(?:\\b' + verbs.replace(/ /g, '\\b|\\b') + ')-[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), property
4760 regex: new RegExp(this.getKeywords(keywords), 'gmi'), property
4763 regex: new RegExp('-' + this.getKeywords(operators), 'gmi'), property
4766 regex: new RegExp('\\[[A-Z_\\[][A-Z0-9_. `,\\[\\]]*\\]', 'gi'), property
4769 regex: new RegExp('\\s+-(?!' + this.getKeywords(operators) + ')[a-zA-Z_][a-zA-Z0-9_]*', 'gmi'), property
4797 regex: regexLib.singleLinePerlComments, property
4800 regex: /^\s*@\w+/gm, property
4803 regex: /(['\"]{3})([^\1])*?\1/gm, property
4806 regex: /"(?!")(?:\.|\\\"|[^\""\n])*"/gm, property
4809 regex: /'(?!')(?:\.|(\\\')|[^\''\n])*'/gm, property
4812 regex: /\+|\-|\*|\/|\%|=|==/gm, property
4815 regex: /\b\d+\.?\w*/g, property
4818 regex: new RegExp(this.getKeywords(funcs), 'gmi'), property
4821 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4824 regex: new RegExp(this.getKeywords(special), 'gm'), property
4852 regex: regexLib.singleLinePerlComments, property
4855 regex: regexLib.doubleQuotedString, property
4858 regex: regexLib.singleQuotedString, property
4861 regex: /\b[A-Z0-9_]+\b/g, property
4864 regex: /:[a-z][A-Za-z0-9_]*/g, property
4867 regex: /(\$|@@|@)\w+/g, property
4870 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4873 regex: new RegExp(this.getKeywords(builtins), 'gm'), property
4918 regex: r.multiLineCComments, property
4921 regex: r.singleLineCComments, property
4924 regex: r.doubleQuotedString, property
4927 regex: r.singleQuotedString, property
4930 regex: /\#[a-fA-F0-9]{3,6}/g, property
4933 regex: /\b(-?\d+)(\.\d+)?(px|em|rem|pt|\:|\%|)\b/g, property
4936 regex: /\$[\w-]+/g, property
4939 regex: new RegExp(getKeywordsPrependedBy(statements, '!'), 'g'), property
4942 regex: new RegExp(getKeywordsPrependedBy(preprocessor, '@'), 'g'), property
4945 regex: new RegExp(getKeywordsCSS(keywords), 'gm'), property
4948 regex: new RegExp(getValuesCSS(values), 'g'), property
4951 regex: new RegExp(this.getKeywords(fonts), 'g'), property
4977 regex: regexLib.singleLineCComments, property
4980 regex: regexLib.multiLineCComments, property
4983 regex: regexLib.multiLineSingleQuotedString, property
4986 regex: regexLib.multiLineDoubleQuotedString, property
4989 regex: regexLib.singleQuotedString, property
4992 regex: /0x[a-f0-9]+|\d+(\.\d+)?/gi, property
4995 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
4998 regex: new RegExp(keyops, 'gm'), property
5024 regex: /--(.*)$/gm, property
5027 regex: /\/\*([^\*][\s\S]*?)?\*\//gm, property
5030 regex: regexLib.multiLineDoubleQuotedString, property
5033 regex: regexLib.multiLineSingleQuotedString, property
5036 regex: new RegExp(this.getKeywords(funcs), 'gmi'), property
5039 regex: new RegExp(this.getKeywords(operators), 'gmi'), property
5042 regex: new RegExp(this.getKeywords(keywords), 'gmi'), property
5151 regex: new RegExp('\&[a-z]+;', 'gi'), property
5154 regex: regexLib.singleLineCComments, property
5157 regex: new RegExp('\\/\\*[\\s\\S]*\\*\\/', 'g'), property
5161 regex: regexLib.doubleQuotedString, property
5165 …regex: new RegExp('\\b([\\d_]+(\\.[\\de_]+)?|0x[a-f0-9_]+(\\.[a-f0-9p_]+)?|0b[01_]+|0o[0-7_]+)\\b'… property
5168 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
5171 regex: new RegExp(getKeywordsPrependedBy(attributes, '@'), 'gm'), property
5174 regex: new RegExp(this.getKeywords(swiftTypes), 'gm'), property
5177 regex: new RegExp('\\b([a-zA-Z_][a-zA-Z0-9_]*)\\b', 'gi'), property
5198 regex: new RegExp('^1..\\d+', 'gm'), property
5201 regex: new RegExp('^ok( \\d+)?', 'gm'), property
5204 regex: new RegExp('^not ok( \\d+)?', 'gm'), property
5207 regex: new RegExp('(?!^\\s*)#.*$', 'gm'), property
5210 regex: new RegExp('^#.*$', 'gm'), property
5213 regex: new RegExp('^(?!(not )?ok)[^1].*$', 'gm'), property
5216 regex: regexLib.doubleQuotedString, property
5219 regex: regexLib.singleQuotedString, property
5241 regex: regexLib.multiLineDoubleQuotedString, property
5244 regex: regexLib.multiLineSingleQuotedString, property
5247 regex: regexLib.singleLineCComments, property
5250 regex: regexLib.multiLineCComments, property
5253 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
5277 regex: /'.*$/gm, property
5280 regex: regexLib.doubleQuotedString, property
5283 regex: /^\s*#.*$/gm, property
5286 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
5317 … regex = XRegExp('(?<name> [\\w:.-]+)' + '\\s*=\\s*' + '(?<value> ".*?"|\'.*?\'|\\w+)', 'xg'); variable
5332 regex: XRegExp('(\\<|<)\\!\\[[\\w\\s]*?\\[(.|\\s)*?\\]\\](\\>|>)', 'gm'), property
5335 regex: regexLib.xmlComments, property
5338 regex: XRegExp('(<|<)[\\s\\/\\?!]*(\\w+)(?<attributes>.*?)[\\s\\/\\?]*(>|>)', 'sg'), property
5364 regex: regexLib.singleQuotedString, property
5367 regex: new RegExp(this.getKeywords(ops), 'gm'), property
5370 regex: new RegExp(this.getKeywords(reservedFunctions), 'gm'), property
5373 regex: new RegExp(this.getKeywords(reservedControl) + '|:=', 'gm'), property
5376 regex: new RegExp(/\*.*/, 'gm'), property
5399 regex: /(T|t|TIME|time)(?=.*([hms]|[HMS]))#(\d+(h|H))?(\d+(m|M))?(\d+(s|s))?(\d+(ms|MS))?/g, property
5403 regex: /(DT|dt|date_and_time|DATE_AND_TIME)#\d{4}-\d{2}-\d{2}-\d{2}:\d{2}:\d{2}\.\d{2}/g, property
5407 regex: /(TOD|tod|time_of_day|TIME_OF_DAY)#\d+:\d+(:\d+)?((\.\d+)|(\.?))/g, property
5411 regex: /(D|d|DATE|date)#\d{4}-\d{2}-\d{2}/g, property
5415 regex: /%[A-Z]{1,2}\d+(\.\d+)*/g, property
5419 regex: /\(\*[\s\S]*?\*\)/gm, property
5423 regex: regexLib.singleQuotedString, property
5427 regex: /\b\d+([\.eE]\d+)?\b/g, property
5431 regex: new RegExp(this.getKeywords(keywords), 'gmi'), property
5454 regex: regexLib.singleLineCComments, property
5458 regex: /\/\*([^\*][\s\S]*?)?\*\//gm, property
5462 regex: /\/\*(?!\*\/)\*[\s\S]*?\*\//gm, property
5465 regex: regexLib.doubleQuotedString, property
5468 regex: regexLib.singleQuotedString, property
5472 regex: /\b([\d]+(\.[\d]+)?f?|[\d]+l?|0x[a-f0-9]+)\b/gi, property
5476 regex: /\@(Target|Retention|Repeatable|MustBeDocumented|Test|Deprecated)/g, property
5480 regex: /\@(file|property|field|get|set|receiver|param|setparam|delegate):/g, property
5484 regex: /\@(Inject)\b/g, property
5487 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
5527 this.regexList = [{ regex: /%.*$/gm, property
5528 css: 'comments' }, { regex: /\$[\s\S]*?\$/gm, property
5529 css: 'string' }, { regex: /\\\w+/gm, // Command property
5530 css: 'keyword' }, { regex: /\{.*}/gm, // Parameter property
5531 css: 'color2' }, { regex: /\[.*]/gm, // Optional Parameter property
5532 …css: 'color3' }, { regex: new RegExp(this.getKeywords(specials), 'gm'), css: 'color3' }, { regex: … property
5550 …this.regexList = [{ regex: regexLib.singleLinePerlComments, css: 'comments' }, // one line comments property
5551 { regex: regexLib.doubleQuotedString, css: 'string' }, // double quoted strings property
5552 { regex: regexLib.singleQuotedString, css: 'string' }, // single quoted strings property
5553 { regex: /\$\([^\@%<\?\^\+\*]\w+\)/gm, css: 'variable' }, // 変数 property
5554 { regex: /((\$\(?[\@%<\?\^\+\*](D\)|F\))*)|%|\$<)/gm, css: 'keyword' }, // 自動変数 property
5555 { regex: new RegExp(this.getKeywords(functions), 'gm'), css: 'functions' }, // テキスト変形関数 property
5556 { regex: new RegExp(this.getKeywords(constants), 'gm'), css: 'constants' // ビルトインターゲット名 property
5575 …this.regexList = [{ regex: regexLib.singleLineCComments, css: 'comments' }, { regex: regexLib.mult… property
5599 regex: regexLib.singleLineCComments, property
5602 regex: regexLib.multiLineCComments, property
5605 regex: regexLib.doubleQuotedString, property
5608 regex: regexLib.singleQuotedString, property
5611 regex: /^ *#.*/gm, property
5614 regex: /^#!.*$/gm, property
5617 regex: new RegExp(this.getKeywords(datatypes), 'gm'), property
5620 regex: new RegExp(this.getKeywords(functions), 'gm'), property
5623 regex: new RegExp(this.getKeywords(keywords), 'gm'), property
5626 regex: new RegExp('\\bNS\\w+\\b', 'gm'), property
5629 regex: new RegExp('\\bUI\\w+\\b', 'gm'), property
5632 regex: new RegExp('\\bIB\\w+\\b', 'gm'), property
5635 regex: new RegExp('@\\w+\\b', 'gm'), property
5666 this.regexList = [{ regex: regexLib.singleLinePerlComments, css: 'comments' }, // comment property
5667 { regex: regexLib.doubleQuotedString, css: 'string' }, // double quoted string property
5668 { regex: regexLib.singleQuotedString, css: 'string' }, // single quoted string property
5669 { regex: /^\s*([a-z0-9\._-])+\s*:/gmi, css: 'variable' }, // key property
5670 { regex: /\s?(\.)([a-z0-9\._-])+\s?:/gmi, css: 'comments' }, // section property
5671 { regex: /\s(@|:)([a-z0-9\._-])+\s*$/gmi, css: 'variable bold' }, // variable, reference property
5672 { regex: /\s+\d+\s?$/gm, css: 'color2 bold' }, // integers property
5673 { regex: /(\{|\}|\[|\]|,|~|:)/gm, css: 'constants' }, // inline hash and array, comma, null property
5674 { regex: /^\s+(-)+/gm, css: 'string bold' }, // array list entry property
5675 { regex: /^---/gm, css: 'string bold' }, // category property
5676 { regex: new RegExp(this.getKeywords(constants), 'gmi'), css: 'constants' // constants property