Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(959)

Side by Side Diff: lib/src/prism/components/prism-clike.min.js

Issue 1418513006: update elements and fix some bugs (Closed) Base URL: git@github.com:dart-lang/polymer_elements.git@master
Patch Set: code review updates Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « lib/src/prism/components/prism-clike.js ('k') | lib/src/prism/components/prism-core.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind: !0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:/("|')(\\(?:\r\n|[\s\S])| (?!\1)[^\\\r\n])*\1/,"class-name":{pattern:/((?:(?:class|interface|extends|imple ments|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0,in side:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|instanc eof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\b(t rue|false)\b/,"function":/[a-z0-9_]+(?=\()/i,number:/\b-?(0x[\dA-Fa-f]+|\d*\.?\d +([Ee]-?\d+)?)\b/,operator:/[-+]{1,2}|!|<=?|>=?|={1,3}|&{1,2}|\|?\||\?|\*|\/|~|\ ^|%/,punctuation:/[{}[\];(),.:]/}; 1 Prism.languages.clike={comment:[{pattern:/(^|[^\\])\/\*[\w\W]*?\*\//,lookbehind: !0},{pattern:/(^|[^\\:])\/\/.*/,lookbehind:!0}],string:/(["'])(\\(?:\r\n|[\s\S]) |(?!\1)[^\\\r\n])*\1/,"class-name":{pattern:/((?:\b(?:class|interface|extends|im plements|trait|instanceof|new)\s+)|(?:catch\s+\())[a-z0-9_\.\\]+/i,lookbehind:!0 ,inside:{punctuation:/(\.|\\)/}},keyword:/\b(if|else|while|do|for|return|in|inst anceof|function|new|try|throw|catch|finally|null|break|continue)\b/,"boolean":/\ b(true|false)\b/,"function":/[a-z0-9_]+(?=\()/i,number:/\b-?(?:0x[\da-f]+|\d*\.? \d+(?:e[+-]?\d+)?)\b/i,operator:/--?|\+\+?|!=?=?|<=?|>=?|==?=?|&&?|\|\|?|\?|\*|\ /|~|\^|%/,punctuation:/[{}[\];(),.:]/};
OLDNEW
« no previous file with comments | « lib/src/prism/components/prism-clike.js ('k') | lib/src/prism/components/prism-core.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698