Skip to content

Commit

Permalink
Fix syntax highlighting by bumping onigasm
Browse files Browse the repository at this point in the history
onigasm version requirement was tightened at
cd3a35a to fix syntax
highlighting but that did not work for me with Rust code.

I assume the bug is now fixed upstream, onigasm latest version
of 2.x series being 2.2.4.

Co-authored-by: Anton Kosyakov <anton.kosyakov@typefox.io>
Signed-off-by: Leo Le Bouter <lle-bout@zaclys.net>
  • Loading branch information
akosyakov committed Apr 20, 2020
1 parent a187f01 commit 983644d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/monaco/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"jsonc-parser": "^2.0.2",
"monaco-css": "^2.5.0",
"monaco-html": "^2.5.2",
"onigasm": "2.2.1",
"onigasm": "^2.2.0",
"vscode-textmate": "^4.0.1"
},
"publishConfig": {
Expand Down
13 changes: 7 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9274,12 +9274,13 @@ onetime@^5.1.0:
dependencies:
mimic-fn "^2.1.0"

onigasm@2.2.1:
version "2.2.1"
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.1.tgz#d56da809d63d3bb25510e8b8e447ffe98e56bebb"
integrity sha512-pa361CpVfsWOk0MQ1jLuJ1GvEJMHEHgZmaBpOIfBbvbp2crkDHacXB6mA4vgEfO7fL0OEMUSuZjX0Q9yTx6jTg==
onigasm@^2.2.0:
version "2.2.4"
resolved "https://registry.yarnpkg.com/onigasm/-/onigasm-2.2.4.tgz#b0ad97e3d7c3080476a1e5daae4b4579a976cbba"
integrity sha512-BJKxCTsK0mrLh+A6AuNzknxaULZRKM5uywA2goluMLLCjfMm/PTUa0M7oSH1Ltb6CT1oKXn2atHR75Y3JQ0SSg==
dependencies:
lru-cache "^4.1.1"
lru-cache "^5.1.1"
tslint "^5.20.1"

oniguruma@^7.2.0:
version "7.2.1"
Expand Down Expand Up @@ -12372,7 +12373,7 @@ tslib@^1.8.0, tslib@^1.8.1, tslib@^1.9.0:
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.10.0.tgz#c3c19f95973fb0a62973fb09d90d961ee43e5c8a"
integrity sha512-qOebF53frne81cf0S9B41ByenJ3/IuH8yJKngAX35CmiZySA0khhkovshKK+jGCaMnVomla7gVlIcc3EvKPbTQ==

tslint@^5.12.0:
tslint@^5.12.0, tslint@^5.20.1:
version "5.20.1"
resolved "https://registry.yarnpkg.com/tslint/-/tslint-5.20.1.tgz#e401e8aeda0152bc44dd07e614034f3f80c67b7d"
integrity sha512-EcMxhzCFt8k+/UP5r8waCf/lzmeSyVlqxqMEDQE7rWYiQky8KpIBz1JAoYXfROHrPZ1XXd43q8yQnULOLiBRQg==
Expand Down

0 comments on commit 983644d

Please sign in to comment.