Created
November 20, 2018 14:36
-
-
Save jankal/675fd0fcb291d4495873d225789b2c2e to your computer and use it in GitHub Desktop.
Prism.languages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { extend: [Function: extend], | |
| insertBefore: [Function: insertBefore], | |
| DFS: [Function: DFS], | |
| markup: | |
| { comment: /<!--[\s\S]*?-->/, | |
| prolog: /<\?[\s\S]+?\?>/, | |
| doctype: /<!DOCTYPE[\s\S]+?>/i, | |
| cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
| style: | |
| { pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-css', | |
| greedy: true }, | |
| script: | |
| { pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-javascript', | |
| greedy: true }, | |
| tag: | |
| { pattern: | |
| /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i, | |
| greedy: true, | |
| inside: [Object] }, | |
| entity: /&#?[\da-z]{1,8};/i, | |
| graphql: | |
| { pattern: | |
| /(<(page|static)-query[\s\S]*?>)[\s\S]*?(?=<\/(page|static)-query>)/i, | |
| inside: [Object], | |
| lookbehind: true, | |
| greedy: true } }, | |
| xml: | |
| { comment: /<!--[\s\S]*?-->/, | |
| prolog: /<\?[\s\S]+?\?>/, | |
| doctype: /<!DOCTYPE[\s\S]+?>/i, | |
| cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
| style: | |
| { pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-css', | |
| greedy: true }, | |
| script: | |
| { pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-javascript', | |
| greedy: true }, | |
| tag: | |
| { pattern: | |
| /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i, | |
| greedy: true, | |
| inside: [Object] }, | |
| entity: /&#?[\da-z]{1,8};/i, | |
| graphql: | |
| { pattern: | |
| /(<(page|static)-query[\s\S]*?>)[\s\S]*?(?=<\/(page|static)-query>)/i, | |
| inside: [Object], | |
| lookbehind: true, | |
| greedy: true } }, | |
| html: | |
| { comment: /<!--[\s\S]*?-->/, | |
| prolog: /<\?[\s\S]+?\?>/, | |
| doctype: /<!DOCTYPE[\s\S]+?>/i, | |
| cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
| style: | |
| { pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-css', | |
| greedy: true }, | |
| script: | |
| { pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-javascript', | |
| greedy: true }, | |
| tag: | |
| { pattern: | |
| /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i, | |
| greedy: true, | |
| inside: [Object] }, | |
| entity: /&#?[\da-z]{1,8};/i, | |
| graphql: | |
| { pattern: | |
| /(<(page|static)-query[\s\S]*?>)[\s\S]*?(?=<\/(page|static)-query>)/i, | |
| inside: [Object], | |
| lookbehind: true, | |
| greedy: true } }, | |
| mathml: | |
| { comment: /<!--[\s\S]*?-->/, | |
| prolog: /<\?[\s\S]+?\?>/, | |
| doctype: /<!DOCTYPE[\s\S]+?>/i, | |
| cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
| style: | |
| { pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-css', | |
| greedy: true }, | |
| script: | |
| { pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-javascript', | |
| greedy: true }, | |
| tag: | |
| { pattern: | |
| /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i, | |
| greedy: true, | |
| inside: [Object] }, | |
| entity: /&#?[\da-z]{1,8};/i, | |
| graphql: | |
| { pattern: | |
| /(<(page|static)-query[\s\S]*?>)[\s\S]*?(?=<\/(page|static)-query>)/i, | |
| inside: [Object], | |
| lookbehind: true, | |
| greedy: true } }, | |
| svg: | |
| { comment: /<!--[\s\S]*?-->/, | |
| prolog: /<\?[\s\S]+?\?>/, | |
| doctype: /<!DOCTYPE[\s\S]+?>/i, | |
| cdata: /<!\[CDATA\[[\s\S]*?]]>/i, | |
| style: | |
| { pattern: /(<style[\s\S]*?>)[\s\S]*?(?=<\/style>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-css', | |
| greedy: true }, | |
| script: | |
| { pattern: /(<script[\s\S]*?>)[\s\S]*?(?=<\/script>)/i, | |
| lookbehind: true, | |
| inside: [Object], | |
| alias: 'language-javascript', | |
| greedy: true }, | |
| tag: | |
| { pattern: | |
| /<\/?(?!\d)[^\s>\/=$<%]+(?:\s+[^\s>\/=]+(?:=(?:("|')(?:\\[\s\S]|(?!\1)[^\\])*\1|[^\s'">=]+))?)*\s*\/?>/i, | |
| greedy: true, | |
| inside: [Object] }, | |
| entity: /&#?[\da-z]{1,8};/i, | |
| graphql: | |
| { pattern: | |
| /(<(page|static)-query[\s\S]*?>)[\s\S]*?(?=<\/(page|static)-query>)/i, | |
| inside: [Object], | |
| lookbehind: true, | |
| greedy: true } }, | |
| css: | |
| { comment: /\/\*[\s\S]*?\*\//, | |
| atrule: { pattern: /@[\w-]+?.*?(?:;|(?=\s*\{))/i, inside: [Object] }, | |
| url: | |
| /url\((?:(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1|.*?)\)/i, | |
| selector: /[^{}\s][^{};]*?(?=\s*\{)/, | |
| string: | |
| { pattern: /("|')(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, | |
| greedy: true }, | |
| property: /[-_a-z\xA0-\uFFFF][-\w\xA0-\uFFFF]*(?=\s*:)/i, | |
| important: /\B!important\b/i, | |
| function: /[-a-z0-9]+(?=\()/i, | |
| punctuation: /[(){};:]/ }, | |
| clike: | |
| { comment: [ [Object], [Object] ], | |
| string: | |
| { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, | |
| greedy: true }, | |
| 'class-name': | |
| { pattern: | |
| /((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i, | |
| lookbehind: true, | |
| inside: [Object] }, | |
| keyword: | |
| /\b(?:if|else|while|do|for|return|in|instanceof|function|new|try|throw|catch|finally|null|break|continue)\b/, | |
| boolean: /\b(?:true|false)\b/, | |
| function: /[a-z0-9_]+(?=\()/i, | |
| number: /\b0x[\da-f]+\b|(?:\b\d+\.?\d*|\B\.\d+)(?:e[+-]?\d+)?/i, | |
| operator: /--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\/|~|\^|%/, | |
| punctuation: /[{}[\];(),.:]/ }, | |
| javascript: | |
| { comment: [ [Object], [Object] ], | |
| 'template-string': | |
| { pattern: /`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/, | |
| greedy: true, | |
| inside: [Object] }, | |
| string: | |
| { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, | |
| greedy: true }, | |
| 'class-name': | |
| { pattern: | |
| /((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i, | |
| lookbehind: true, | |
| inside: [Object] }, | |
| regex: | |
| { pattern: | |
| /((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[[^\]\r\n]+]|\\.|[^\/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/, | |
| lookbehind: true, | |
| greedy: true }, | |
| 'function-variable': | |
| { pattern: | |
| /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=\s*(?:function\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i, | |
| alias: 'function' }, | |
| constant: /\b[A-Z][A-Z\d_]*\b/, | |
| keyword: | |
| /\b(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/, | |
| boolean: /\b(?:true|false)\b/, | |
| function: /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\()/i, | |
| number: | |
| /\b(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/, | |
| operator: | |
| /-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/, | |
| punctuation: /[{}[\];(),.:]/ }, | |
| js: | |
| { comment: [ [Object], [Object] ], | |
| 'template-string': | |
| { pattern: /`(?:\\[\s\S]|\${[^}]+}|[^\\`])*`/, | |
| greedy: true, | |
| inside: [Object] }, | |
| string: | |
| { pattern: /(["'])(?:\\(?:\r\n|[\s\S])|(?!\1)[^\\\r\n])*\1/, | |
| greedy: true }, | |
| 'class-name': | |
| { pattern: | |
| /((?:\b(?:class|interface|extends|implements|trait|instanceof|new)\s+)|(?:catch\s+\())[\w.\\]+/i, | |
| lookbehind: true, | |
| inside: [Object] }, | |
| regex: | |
| { pattern: | |
| /((?:^|[^$\w\xA0-\uFFFF."'\])\s])\s*)\/(\[[^\]\r\n]+]|\\.|[^\/\\\[\r\n])+\/[gimyu]{0,5}(?=\s*($|[\r\n,.;})\]]))/, | |
| lookbehind: true, | |
| greedy: true }, | |
| 'function-variable': | |
| { pattern: | |
| /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*=\s*(?:function\b|(?:\([^()]*\)|[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*)\s*=>))/i, | |
| alias: 'function' }, | |
| constant: /\b[A-Z][A-Z\d_]*\b/, | |
| keyword: | |
| /\b(?:as|async|await|break|case|catch|class|const|continue|debugger|default|delete|do|else|enum|export|extends|finally|for|from|function|get|if|implements|import|in|instanceof|interface|let|new|null|of|package|private|protected|public|return|set|static|super|switch|this|throw|try|typeof|var|void|while|with|yield)\b/, | |
| boolean: /\b(?:true|false)\b/, | |
| function: /[_$a-z\xA0-\uFFFF][$\w\xA0-\uFFFF]*(?=\s*\()/i, | |
| number: | |
| /\b(?:0[xX][\dA-Fa-f]+|0[bB][01]+|0[oO][0-7]+|NaN|Infinity)\b|(?:\b\d+\.?\d*|\B\.\d+)(?:[Ee][+-]?\d+)?/, | |
| operator: | |
| /-[-=]?|\+[+=]?|!=?=?|<<?=?|>>?>?=?|=(?:==?|>)?|&[&=]?|\|[|=]?|\*\*?=?|\/=?|~|\^=?|%=?|\?|\.{3}/, | |
| punctuation: /[{}[\];(),.:]/ }, | |
| graphql: | |
| { comment: /#.*/, | |
| string: { pattern: /"(?:\\.|[^\\"\r\n])*"/, greedy: true }, | |
| number: /(?:\B-|\b)\d+(?:\.\d+)?(?:e[+-]?\d+)?\b/i, | |
| boolean: /\b(?:true|false)\b/, | |
| variable: /\$[a-z_]\w*/i, | |
| directive: { pattern: /@[a-z_]\w*/i, alias: 'function' }, | |
| 'attr-name': /[a-z_]\w*(?=\s*:)/i, | |
| keyword: [ [Object], /\b(?:query|fragment|mutation)\b/ ], | |
| operator: /!|=|\.{3}/, | |
| punctuation: /[!(){}\[\]:=,]/ } } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment