@canopycanopycanopy/b-ber-markdown-renderer 3.0.8-vimeo.0 → 3.0.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,6 @@ module.exports = function (hljs) {
17
17
  var COMMENT_MODE_2 = hljs.COMMENT('\\(\\*', '\\*\\)', {
18
18
  contains: ['self', COMMENT_MODE_1] //allow nesting
19
19
  });
20
-
21
20
  var COMMENTS = [COMMENT_MODE_1, COMMENT_MODE_2, hljs.HASH_COMMENT_MODE];
22
21
  return {
23
22
  aliases: ['osascript'],
@@ -33,7 +33,6 @@ module.exports = function (hljs) {
33
33
  keywords: KEYWORDS,
34
34
  contains: [] // defined later
35
35
  };
36
-
37
36
  var TEMPLATE_STRING = {
38
37
  className: 'string',
39
38
  begin: '`',
@@ -70,7 +70,6 @@ module.exports = function (hljs) {
70
70
  begin: '\\b\\d+'
71
71
  } //bare number
72
72
  ],
73
-
74
73
  relevance: 0
75
74
  }, {
76
75
  className: 'symbol',
@@ -86,7 +85,6 @@ module.exports = function (hljs) {
86
85
  begin: '[=#]\\w+'
87
86
  } //label reference
88
87
  ],
89
-
90
88
  relevance: 0
91
89
  }]
92
90
  };
@@ -47,7 +47,6 @@ module.exports = function (hljs) {
47
47
  'autoload bg bindkey bye cap chdir clone comparguments compcall compctl compdescribe compfiles ' + 'compgroups compquote comptags comptry compvalues dirs disable disown echotc echoti emulate ' + 'fc fg float functions getcap getln history integer jobs kill limit log noglob popd print ' + 'pushd pushln rehash sched setcap setopt stat suspend ttyctl unfunction unhash unlimit ' + 'unsetopt vared wait whence where which zcompile zformat zftp zle zmodload zparseopts zprof ' + 'zpty zregexparse zsocket zstyle ztcp',
48
48
  _: '-ne -eq -lt -gt -f -d -e -s -l -a' // relevance booster
49
49
  },
50
-
51
50
  contains: [{
52
51
  className: 'meta',
53
52
  begin: /^#![^\n]+sh\s*$/,
@@ -72,7 +72,6 @@ module.exports = function (hljs) {
72
72
  begin: '->|<-'
73
73
  } // No markup, relevance booster
74
74
  ],
75
-
76
75
  illegal: /;/
77
76
  };
78
77
  };
@@ -33,14 +33,12 @@ module.exports = function (hljs) {
33
33
  // "contains" defined later
34
34
  }]
35
35
  };
36
-
37
36
  var TUPLE = {
38
37
  begin: '{',
39
38
  end: '}',
40
39
  relevance: 0
41
40
  // "contains" defined later
42
41
  };
43
-
44
42
  var VAR1 = {
45
43
  begin: '\\b_([A-Z][A-Za-z0-9_]*)?',
46
44
  relevance: 0
@@ -63,7 +61,6 @@ module.exports = function (hljs) {
63
61
  // "contains" defined later
64
62
  }]
65
63
  };
66
-
67
64
  var BLOCK_STATEMENTS = {
68
65
  beginKeywords: 'fun receive if try case',
69
66
  end: 'end',
@@ -30,7 +30,6 @@ module.exports = function (hljs) {
30
30
  keywords: KEYWORDS,
31
31
  contains: [] // defined later
32
32
  };
33
-
34
33
  var TEMPLATE_STRING = {
35
34
  className: 'string',
36
35
  begin: '`',
@@ -120,7 +120,6 @@ module.exports = function (hljs) {
120
120
  begin: /<:/
121
121
  } // relevance booster
122
122
  ];
123
-
124
123
  INTERPOLATION.contains = DEFAULT.contains;
125
124
  return DEFAULT;
126
125
  };
@@ -158,7 +158,6 @@ module.exports = function (hljs) {
158
158
  } // eat !important after mixin call or it will be colored as tag
159
159
  ]
160
160
  };
161
-
162
161
  RULES.push(hljs.C_LINE_COMMENT_MODE, hljs.C_BLOCK_COMMENT_MODE, AT_RULE_MODE, VAR_RULE_MODE, RULE_MODE, SELECTOR_MODE);
163
162
  return {
164
163
  case_insensitive: true,
@@ -32,7 +32,6 @@ module.exports = function (hljs) {
32
32
  // Coprocessor 0 registers
33
33
  'ECC ErrorEPC TagLo DataLo TagHi DataHi WatchLo WatchHi PerfCtl PerfCnt ' // Coprocessor 0 registers
34
34
  },
35
-
36
35
  contains: [{
37
36
  className: 'keyword',
38
37
  begin: '\\b(' +
@@ -65,7 +64,6 @@ module.exports = function (hljs) {
65
64
  begin: '\\b-?\\d+'
66
65
  } //bare number
67
66
  ],
68
-
69
67
  relevance: 0
70
68
  }, {
71
69
  className: 'symbol',
@@ -81,7 +79,6 @@ module.exports = function (hljs) {
81
79
  begin: '[0-9]+[bf]'
82
80
  } // number local label reference (backwards, forwards)
83
81
  ],
84
-
85
82
  relevance: 0
86
83
  }],
87
84
  illegal: '\/'
@@ -44,7 +44,6 @@ module.exports = function (hljs) {
44
44
  }, {
45
45
  begin: hljs.IDENT_RE + '\\\\' + hljs.IDENT_RE // inst\method
46
46
  }];
47
-
48
47
  SUBST.contains = EXPRESSIONS;
49
48
  var TITLE = hljs.inherit(hljs.TITLE_MODE, {
50
49
  begin: JS_IDENT_RE
@@ -13,7 +13,6 @@ module.exports = function (hljs) {
13
13
  end: '}'
14
14
  // contains defined later
15
15
  };
16
-
17
16
  var VAR = {
18
17
  variants: [{
19
18
  begin: /\$\d/
@@ -46,7 +46,6 @@ module.exports = function (hljs) {
46
46
  className: 'string',
47
47
  begin: /0\'\\s/ // 0'\s
48
48
  };
49
-
50
49
  var PRED_OP = {
51
50
  // relevance booster
52
51
  begin: /:-/
@@ -113,7 +113,6 @@ function (hljs) {
113
113
  end: /$/
114
114
  } // tap
115
115
  ],
116
-
117
116
  illegal: /./
118
117
  }, hljs.COMMENT('^#', '$'), QUOTE_STRING, APOS_STRING, VAR, {
119
118
  // attribute=value
@@ -36,7 +36,6 @@ module.exports = function (hljs) {
36
36
  // markdown
37
37
  '\\|', '%' // prolog
38
38
  ];
39
-
40
39
  return {
41
40
  aliases: ['styl'],
42
41
  case_insensitive: false,
@@ -26,7 +26,6 @@ module.exports = function (hljs) {
26
26
  keywords: SWIFT_KEYWORDS,
27
27
  contains: [] // assigned later
28
28
  };
29
-
30
29
  var STRING = {
31
30
  className: 'string',
32
31
  contains: [hljs.BACKSLASH_ESCAPE, SUBST],
@@ -66,7 +65,6 @@ module.exports = function (hljs) {
66
65
  begin: ':'
67
66
  } // relevance booster
68
67
  ],
69
-
70
68
  illegal: /["']/
71
69
  }],
72
70
  illegal: /\[|%/
@@ -20,7 +20,6 @@ module.exports = function (hljs) {
20
20
  // severity_level
21
21
  'line text side width' // textio
22
22
  },
23
-
24
23
  illegal: '{',
25
24
  contains: [hljs.C_BLOCK_COMMENT_MODE,
26
25
  // VHDL-2008 block commenting.
@@ -27,7 +27,6 @@ module.exports = function (hljs) {
27
27
  } // Ruby i18n
28
28
  ]
29
29
  };
30
-
31
30
  var STRING = {
32
31
  className: 'string',
33
32
  relevance: 0,
package/dist/index.js CHANGED
@@ -75,5 +75,4 @@ class MarkdownRenderer {
75
75
  }
76
76
  }
77
77
  const markdownRenderer = new MarkdownRenderer();
78
- var _default = markdownRenderer;
79
- exports.default = _default;
78
+ var _default = exports.default = markdownRenderer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canopycanopycanopy/b-ber-markdown-renderer",
3
- "version": "3.0.8-vimeo.0+dd5e98f0",
3
+ "version": "3.0.9",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -25,21 +25,21 @@
25
25
  "rimraf": "^2.7.1"
26
26
  },
27
27
  "dependencies": {
28
- "@canopycanopycanopy/b-ber-grammar-audio-video": "3.0.8-vimeo.0+dd5e98f0",
29
- "@canopycanopycanopy/b-ber-grammar-dialogue": "3.0.8-vimeo.0+dd5e98f0",
30
- "@canopycanopycanopy/b-ber-grammar-footnotes": "3.0.8-vimeo.0+dd5e98f0",
31
- "@canopycanopycanopy/b-ber-grammar-frontmatter": "3.0.8-vimeo.0+dd5e98f0",
32
- "@canopycanopycanopy/b-ber-grammar-gallery": "3.0.8-vimeo.0+dd5e98f0",
33
- "@canopycanopycanopy/b-ber-grammar-iframe": "3.0.8-vimeo.0+dd5e98f0",
34
- "@canopycanopycanopy/b-ber-grammar-image": "3.0.8-vimeo.0+dd5e98f0",
35
- "@canopycanopycanopy/b-ber-grammar-logo": "3.0.8-vimeo.0+dd5e98f0",
36
- "@canopycanopycanopy/b-ber-grammar-media": "3.0.8-vimeo.0+dd5e98f0",
37
- "@canopycanopycanopy/b-ber-grammar-pullquote": "3.0.8-vimeo.0+dd5e98f0",
38
- "@canopycanopycanopy/b-ber-grammar-section": "3.0.8-vimeo.0+dd5e98f0",
39
- "@canopycanopycanopy/b-ber-grammar-spread": "3.0.8-vimeo.0+dd5e98f0",
40
- "@canopycanopycanopy/b-ber-grammar-vimeo": "3.0.8-vimeo.0+dd5e98f0",
41
- "@canopycanopycanopy/b-ber-parser-footnotes": "3.0.8-vimeo.0+dd5e98f0",
42
- "@canopycanopycanopy/b-ber-parser-gallery": "3.0.8-vimeo.0+dd5e98f0",
28
+ "@canopycanopycanopy/b-ber-grammar-audio-video": "3.0.9",
29
+ "@canopycanopycanopy/b-ber-grammar-dialogue": "3.0.9",
30
+ "@canopycanopycanopy/b-ber-grammar-footnotes": "3.0.9",
31
+ "@canopycanopycanopy/b-ber-grammar-frontmatter": "3.0.9",
32
+ "@canopycanopycanopy/b-ber-grammar-gallery": "3.0.9",
33
+ "@canopycanopycanopy/b-ber-grammar-iframe": "3.0.9",
34
+ "@canopycanopycanopy/b-ber-grammar-image": "3.0.9",
35
+ "@canopycanopycanopy/b-ber-grammar-logo": "3.0.9",
36
+ "@canopycanopycanopy/b-ber-grammar-media": "3.0.9",
37
+ "@canopycanopycanopy/b-ber-grammar-pullquote": "3.0.9",
38
+ "@canopycanopycanopy/b-ber-grammar-section": "3.0.9",
39
+ "@canopycanopycanopy/b-ber-grammar-spread": "3.0.9",
40
+ "@canopycanopycanopy/b-ber-grammar-vimeo": "3.0.9",
41
+ "@canopycanopycanopy/b-ber-parser-footnotes": "3.0.9",
42
+ "@canopycanopycanopy/b-ber-parser-gallery": "3.0.9",
43
43
  "lodash": "^4.17.21",
44
44
  "markdown-it": "^8.4.1",
45
45
  "markdown-it-front-matter": "^0.1.2",
@@ -62,5 +62,5 @@
62
62
  "url": "https://maxwellsimmer.com"
63
63
  }
64
64
  ],
65
- "gitHead": "dd5e98f05114403e8cea7502fb6b5bcac61d7ca3"
65
+ "gitHead": "c5dc2ab27068cd5ecb1e7a205d4f97077e4b6c41"
66
66
  }