mol_dump_lib 0.0.518 → 0.0.519

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/node.js CHANGED
@@ -4145,8 +4145,8 @@ var $;
4145
4145
  'code-docs': /\/\/\/.*?$/,
4146
4146
  'code-comment-block': /(?:\/\*[^]*?\*\/|\/\+[^]*?\+\/|<![^]*?>)/,
4147
4147
  'code-link': /(?:\w+:\/\/|#)\S+?(?=\s|\\\\|""|$)/,
4148
- 'code-comment-inline': /\/\/.*?(?:$|\/\/)/,
4149
- 'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|(?:^|[ \t])\\[^\n]*\n)/u,
4148
+ 'code-comment-inline': /\/\/.*?(?:$|\/\/)|- \\.*/,
4149
+ 'code-string': /(?:".*?"|'.*?'|`.*?`|\/.+?\/[dygimsu]*(?!\p{Letter})|[ \t]*\\[^\n]*)/u,
4150
4150
  'code-number': /[+-]?(?:\d*\.)?\d+\w*/,
4151
4151
  'code-call': /\.?\w+ *(?=\()/,
4152
4152
  'code-sexpr': /\((\w+ )/,
@@ -4154,7 +4154,7 @@ var $;
4154
4154
  'code-keyword': /\b(throw|readonly|unknown|keyof|typeof|never|from|class|struct|interface|type|function|extends|implements|module|namespace|import|export|include|require|var|val|let|const|for|do|while|until|in|out|of|new|if|then|else|switch|case|this|return|async|await|yield|try|catch|break|continue|get|set|public|private|protected|string|boolean|number|null|undefined|true|false|void|int|float|ref)\b/,
4155
4155
  'code-global': /[$]+\w*|\b[A-Z][a-z0-9]+[A-Z]\w*/,
4156
4156
  'code-word': /\w+/,
4157
- 'code-decorator': /@\s*\S+/,
4157
+ 'code-decorator': /@.+/,
4158
4158
  'code-tag': /<\/?[\w-]+\/?>?|&\w+;/,
4159
4159
  'code-punctuation': /[\-\[\]\{\}\(\)<=>~!\?@#%&\*_\+\\\/\|;:\.,\^]+?/,
4160
4160
  });