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

Side by Side Diff: lib/src/prism/components/prism-mizar.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-mel.min.js ('k') | lib/src/prism/components/prism-mizar.min.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 Prism.languages.mizar = {
2 'comment': /::.+/,
3 'keyword': /@proof\b|\b(?:according|aggregate|all|and|antonym|are|as|ass ociativity|assume|asymmetry|attr|be|begin|being|by|canceled|case|cases|clusters? |coherence|commutativity|compatibility|connectedness|consider|consistency|constr uctors|contradiction|correctness|def|deffunc|define|definitions?|defpred|do|does |equals|end|environ|ex|exactly|existence|for|from|func|given|hence|hereby|holds| idempotence|identity|iff?|implies|involutiveness|irreflexivity|is|it|let|means|m ode|non|not|notations?|now|of|or|otherwise|over|per|pred|prefix|projectivity|pro of|provided|qua|reconsider|redefine|reduce|reducibility|reflexivity|registration s?|requirements|reserve|sch|schemes?|section|selector|set|sethood|st|struct|such |suppose|symmetry|synonym|take|that|the|then|theorems?|thesis|thus|to|transitivi ty|uniqueness|vocabular(?:y|ies)|when|where|with|wrt)\b/,
4 'parameter': {
5 pattern: /\$(?:10|\d)/,
6 alias: 'variable'
7 },
8 'variable': /\w+(?=:)/,
9 'number': /(?:\b|-)\d+\b/,
10 'operator': /\.\.\.|->|&|\.?=/,
11 'punctuation': /\(#|#\)|[,:;\[\](){}]/
12 };
OLDNEW
« no previous file with comments | « lib/src/prism/components/prism-mel.min.js ('k') | lib/src/prism/components/prism-mizar.min.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698