@expressive-code/plugin-text-markers
Advanced tools
Comparing version 0.38.3 to 0.39.0
@@ -440,3 +440,3 @@ var __create = Object.create; | ||
let label = void 0; | ||
const range = value.replace(/^\s*?(["'])([^\1]+?)\1:\s*?/, (_match, _quote, labelValue) => { | ||
const range = value.replace(/^\s*?(["'])((?:(?!\1).)+?)\1:\s*?/, (_match, _quote, labelValue) => { | ||
label = labelValue; | ||
@@ -443,0 +443,0 @@ return ""; |
{ | ||
"name": "@expressive-code/plugin-text-markers", | ||
"version": "0.38.3", | ||
"version": "0.39.0", | ||
"description": "Text marker plugin for Expressive Code, a text marking & annotation engine for presenting source code on the web.", | ||
@@ -25,8 +25,8 @@ "keywords": [], | ||
"dependencies": { | ||
"@expressive-code/core": "^0.38.3" | ||
"@expressive-code/core": "^0.39.0" | ||
}, | ||
"devDependencies": { | ||
"@expressive-code/plugin-shiki": "^0.38.3", | ||
"@expressive-code/plugin-shiki": "^0.39.0", | ||
"parse-numeric-range": "^1.3.0", | ||
"@internal/test-utils": "^0.2.31" | ||
"@internal/test-utils": "^0.2.32" | ||
}, | ||
@@ -33,0 +33,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
82573
+ Added@expressive-code/core@0.39.0(transitive)
- Removed@expressive-code/core@0.38.3(transitive)