Skip to content

Commit 6a14a2c

Browse files
committed
fixup! feat(editor): use google-modes for syntax highlight
1 parent f9c708b commit 6a14a2c

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

yarn.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1584,6 +1584,16 @@ code-point-at@^1.0.0:
15841584
version "1.1.0"
15851585
resolved "https://registry.yarnpkg.com/code-point-at/-/code-point-at-1.1.0.tgz#0d070b4d043a5bea33a2f1a40e2edb3d9a4ccf77"
15861586

1587+
codemirror-grammar-mode@^0.1.9:
1588+
version "0.1.9"
1589+
resolved "https://registry.yarnpkg.com/codemirror-grammar-mode/-/codemirror-grammar-mode-0.1.9.tgz#2cd4f376bb5b8ed05071f5f471389aef47f0332d"
1590+
integrity sha512-F9EQ8aE2QU7Uo3rvGMs05DpAqN3muNAMvJcw27usxdyPLw7vWhHeUIuTAzo0541vDLV+JaoJItWbGo3QmMBmFw==
1591+
1592+
codemirror@^5.42.2:
1593+
version "5.49.0"
1594+
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.49.0.tgz#adedbffcc81091e4a0334bcb96b1ae3b7ada5e3f"
1595+
integrity sha512-Hyzr0HToBdZpLBN9dYFO/KlJAsKH37/cXVHPAqa+imml0R92tb9AkmsvjnXL+SluEvjjdfkDgRjc65NG5jnMYA==
1596+
15871597
codemirror@^5.48.4:
15881598
version "5.48.4"
15891599
resolved "https://registry.yarnpkg.com/codemirror/-/codemirror-5.48.4.tgz#4210fbe92be79a88f0eea348fab3ae78da85ce47"
@@ -2923,6 +2933,12 @@ globule@^1.0.0:
29232933
lodash "~4.17.10"
29242934
minimatch "~3.0.2"
29252935

2936+
"google_modes@git+https://github.com/codemirror/google-modes.git":
2937+
version "1.0.0"
2938+
resolved "git+https://github.com/codemirror/google-modes.git#85a10b3b46b921708a049cc643c27f4a1b4db404"
2939+
dependencies:
2940+
codemirror "^5.42.2"
2941+
29262942
got@^5.0.0:
29272943
version "5.7.1"
29282944
resolved "https://registry.yarnpkg.com/got/-/got-5.7.1.tgz#5f81635a61e4a6589f180569ea4e381680a51f35"
@@ -3266,6 +3282,14 @@ import-local@^2.0.0:
32663282
pkg-dir "^3.0.0"
32673283
resolve-cwd "^2.0.0"
32683284

3285+
imports-loader@^0.8.0:
3286+
version "0.8.0"
3287+
resolved "https://registry.yarnpkg.com/imports-loader/-/imports-loader-0.8.0.tgz#030ea51b8ca05977c40a3abfd9b4088fe0be9a69"
3288+
integrity sha512-kXWL7Scp8KQ4552ZcdVTeaQCZSLW+e6nJfp3cwUMB673T7Hr98Xjx5JK+ql7ADlJUvj1JS5O01RLbKoutN5QDQ==
3289+
dependencies:
3290+
loader-utils "^1.0.2"
3291+
source-map "^0.6.1"
3292+
32693293
imurmurhash@^0.1.4:
32703294
version "0.1.4"
32713295
resolved "https://registry.yarnpkg.com/imurmurhash/-/imurmurhash-0.1.4.tgz#9218b9b2b928a238b13dc4fb6b6d576f231453ea"

0 commit comments

Comments
 (0)