Skip to content

Commit

Permalink
fixup! feat(editor): use google-modes for syntax highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
zoobestik committed Sep 27, 2019
1 parent f9c708b commit 6a14a2c
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1584,6 +1584,16 @@ code-point-at@^1.0.0:
version "1.1.0"
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"

codemirror-grammar-mode@^0.1.9:
version "0.1.9"
resolved "https://registry.yarnpkg.com/codemirror-grammar-mode/-/codemirror-grammar-mode-0.1.9.tgz#2cd4f376bb5b8ed05071f5f471389aef47f0332d"
integrity sha512-F9EQ8aE2QU7Uo3rvGMs05DpAqN3muNAMvJcw27usxdyPLw7vWhHeUIuTAzo0541vDLV+JaoJItWbGo3QmMBmFw==

codemirror@^5.42.2:
version "5.49.0"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.49.0.tgz#adedbffcc81091e4a0334bcb96b1ae3b7ada5e3f"
integrity sha512-Hyzr0HToBdZpLBN9dYFO/KlJAsKH37/cXVHPAqa+imml0R92tb9AkmsvjnXL+SluEvjjdfkDgRjc65NG5jnMYA==

codemirror@^5.48.4:
version "5.48.4"
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47"
Expand Down Expand Up @@ -2923,6 +2933,12 @@ globule@^1.0.0:
lodash "~4.17.10"
minimatch "~3.0.2"

"google_modes@git+https://github.com/codemirror/google-modes.git":
version "1.0.0"
resolved "git+https://github.com/codemirror/google-modes.git#85a10b3b46b921708a049cc643c27f4a1b4db404"
dependencies:
codemirror "^5.42.2"

got@^5.0.0:
version "5.7.1"
resolved "https://registry.yarnpkg.com/got/-/got-5.7.1.tgz#5f81635a61e4a6589f180569ea4e381680a51f35"
Expand Down Expand Up @@ -3266,6 +3282,14 @@ import-local@^2.0.0:
pkg-dir "^3.0.0"
resolve-cwd "^2.0.0"

imports-loader@^0.8.0:
version "0.8.0"
resolved "https://registry.yarnpkg.com/imports-loader/-/imports-loader-0.8.0.tgz#030ea51b8ca05977c40a3abfd9b4088fe0be9a69"
integrity sha512-kXWL7Scp8KQ4552ZcdVTeaQCZSLW+e6nJfp3cwUMB673T7Hr98Xjx5JK+ql7ADlJUvj1JS5O01RLbKoutN5QDQ==
dependencies:
loader-utils "^1.0.2"
source-map "^0.6.1"

imurmurhash@^0.1.4:
version "0.1.4"
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"
Expand Down

0 comments on commit 6a14a2c

Please sign in to comment.