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

Unified Diff: lib/src/prism/components/prism-lolcode.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, 2 months 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/src/prism/components/prism-less.min.js ('k') | lib/src/prism/components/prism-lolcode.min.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/prism/components/prism-lolcode.js
diff --git a/lib/src/prism/components/prism-lolcode.js b/lib/src/prism/components/prism-lolcode.js
index 09e343308e39f20e6f3f2d728827512ebd0db4da..eff6f614bf61a7a0a87cbc0ab7cb83dbc6976e85 100644
--- a/lib/src/prism/components/prism-lolcode.js
+++ b/lib/src/prism/components/prism-lolcode.js
@@ -43,12 +43,12 @@ Prism.languages.lolcode = {
lookbehind: true
},
'variable': {
- pattern: /(^|\s)(?:IT)(?=\s|,|$)/,
+ pattern: /(^|\s)IT(?=\s|,|$)/,
lookbehind: true
},
'operator': {
pattern: /(^|\s)(?:NOT|BOTH SAEM|DIFFRINT|(?:SUM|DIFF|PRODUKT|QUOSHUNT|MOD|BIGGR|SMALLR|BOTH|EITHER|WON|ALL|ANY) OF)(?=\s|,|$)/,
lookbehind: true
},
- 'punctuation': /\.{3}|\u2026|,|!/
+ 'punctuation': /\.{3}|…|,|!/
};
« no previous file with comments | « lib/src/prism/components/prism-less.min.js ('k') | lib/src/prism/components/prism-lolcode.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698