Skip to content

Commit

Permalink
Fix breaking out inside minify code
Browse files Browse the repository at this point in the history
  • Loading branch information
RedCMD committed Aug 27, 2024
1 parent 51b6335 commit f3e2709
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions syntaxes/package.json.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"repository": {
"scripts": {
"begin": "(?=\"scripts\")",
"end": "(?<=,)|(?=})",
"applyEndPatternLast": true,
"end": "(?<=,)(?!\\G)|(?=})",
"name": "meta.embedded.shellscript.json.package",
"patterns": [
{ "include": "source.json#objectkey" },
Expand Down

0 comments on commit f3e2709

Please sign in to comment.