mol_dump_lib 0.0.524 → 0.0.526

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.
package/web.mjs CHANGED
@@ -3472,7 +3472,7 @@ var $;
3472
3472
  'code-docs': /\/\/\/.*?$/,
3473
3473
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
3474
3474
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
3475
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
3475
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*|#!? .*/,
3476
3476
  'code-string': /(?:".*?"|'.*?'|`.*?`| ?\\\\.+?\\\\|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
3477
3477
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
3478
3478
  'code-call': /\.?\w+ *(?=\()/,