Henning Dieterichs
|
dd73e08d19
|
Merge pull request #151 from kupiakos/patch-1
Remove ' as an auto-closing pair for Rust
|
2021-08-16 11:25:46 +02:00 |
|
Wenlu Wang
|
5632f5fed3
|
try rc
|
2021-08-13 16:41:26 +08:00 |
|
Wenlu Wang
|
39c9674e1d
|
Merge branch 'main' into inlayhints-support
|
2021-08-13 16:05:36 +08:00 |
|
dependabot[bot]
|
477748c885
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-13 00:39:20 +00:00 |
|
dependabot[bot]
|
5a86b4a41c
|
Bump path-parse in /browser-esm-webpack-typescript-react
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-12 21:06:53 +00:00 |
|
dependabot[bot]
|
f2677d4f8e
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-12 03:33:52 +00:00 |
|
dependabot[bot]
|
27d5b2d06a
|
Bump path-parse from 1.0.6 to 1.0.7 in /browser-esm-parcel
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 19:59:12 +00:00 |
|
dependabot[bot]
|
5aea61bf88
|
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)
---
updated-dependencies:
- dependency-name: path-parse
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-08-10 17:45:58 +00:00 |
|
Valeriia
|
950497cddf
|
Minor fixes in tests
|
2021-07-29 17:43:27 +03:00 |
|
Valeriia
|
9d8a7bdf60
|
Implement syntax highlighting for Flow9
|
2021-07-28 19:36:15 +03:00 |
|
Henning Dieterichs
|
c31d1933fa
|
Merge pull request #153 from alefragnani/add-strict-keyword-pascal-language
Adds `strict` keyword to Pascal language
|
2021-07-28 10:48:06 +02:00 |
|
Alessandro Fragnani
|
87942d7d25
|
Adds strict keyword to Pascal language
|
2021-07-27 21:24:38 -03:00 |
|
Alyssa Haroldsen
|
f3cb047e98
|
Remove ' as an auto-closing pair for Rust
They're bad for Rust lifetimes.
Fixes https://github.com/microsoft/monaco-editor/issues/2585.
|
2021-07-23 18:08:15 -07:00 |
|
Henning Dieterichs
|
c60db94932
|
Merge pull request #150 from lofcz/main
Fix razor + liquid render of tags with a dash symbol
|
2021-07-22 22:09:17 +02:00 |
|
Henning Dieterichs
|
52597f7064
|
Merge pull request #149 from jonatanklosko/jk-md-fence-closing
Properly tokenize fence closing in GitHub style code blocks
|
2021-07-22 22:07:55 +02:00 |
|
lofcz
|
d3e1f45a4e
|
Fix razor + liquid render of tags with a dash symbol
|
2021-07-22 21:18:54 +02:00 |
|
Jonatan Kłosko
|
0ab2dffd3b
|
Properly tokenize fence closing in GitHub style code blocks
|
2021-07-22 16:10:45 +02:00 |
|
Martin Aeschlimann
|
7099bd75fe
|
avoid minimatch dependency in json languageservice. Fixes microsoft/monaco-editor/issues/2578
|
2021-07-16 17:05:08 +02:00 |
|
Henning Dieterichs
|
46bc7435b7
|
0.26.1
|
2021-07-16 10:59:40 +02:00 |
|
Henning Dieterichs
|
34888a7d3e
|
Downgrades monaco-json to 3.5.0 to fix #2578.
|
2021-07-16 10:59:20 +02:00 |
|
Pranomvignesh
|
ad78615d47
|
fix(workerManager.js) : Added a check for the existence of the worker before calling withSyncedResources
|
2021-07-16 13:57:20 +05:30 |
|
Henning Dieterichs
|
2459e4a023
|
4.1.1
|
2021-07-16 09:28:52 +02:00 |
|
Henning Dieterichs
|
91dab37cd1
|
Fix typo.
|
2021-07-16 09:28:18 +02:00 |
|
Henning Dieterichs
|
1c7cae5c2b
|
4.1.0
|
2021-07-15 17:35:38 +02:00 |
|
Henning Dieterichs
|
3767bab049
|
Adopt monaco-editor 0.26.0.
|
2021-07-15 17:35:38 +02:00 |
|
Henning Dieterichs
|
a81a06709e
|
0.26.0
|
2021-07-15 16:43:40 +02:00 |
|
Henning Dieterichs
|
97afb2259b
|
Prepares 0.26.0 release.
|
2021-07-15 16:43:16 +02:00 |
|
Martin Aeschlimann
|
4c5bfeb135
|
add minimatch
|
2021-07-15 16:09:30 +02:00 |
|
Henning Dieterichs
|
17582eaec0
|
4.6.0
|
2021-07-15 14:21:38 +02:00 |
|
Henning Dieterichs
|
8edbbc5a7b
|
2.6.0
|
2021-07-15 14:21:35 +02:00 |
|
Henning Dieterichs
|
791b8223f9
|
3.6.0
|
2021-07-15 14:21:34 +02:00 |
|
Henning Dieterichs
|
871c66b451
|
3.6.0
|
2021-07-15 14:21:33 +02:00 |
|
Henning Dieterichs
|
cfdc74341d
|
3.6.0
|
2021-07-15 14:21:32 +02:00 |
|
Henning Dieterichs
|
219f413d22
|
Updates monaco-editor-core to 0.26.0
|
2021-07-15 14:18:11 +02:00 |
|
Henning Dieterichs
|
bd3b9d0442
|
Updates monaco-editor-core to 0.26.0
|
2021-07-15 14:18:09 +02:00 |
|
Henning Dieterichs
|
fa0053f154
|
Updates monaco-editor-core to 0.26.0
|
2021-07-15 14:18:05 +02:00 |
|
Henning Dieterichs
|
1fc218be40
|
Updates monaco-editor-core to 0.26.0
|
2021-07-15 14:17:55 +02:00 |
|
Henning Dieterichs
|
da5f1c127f
|
Update monaco-editor-core to 0.25.0.
|
2021-07-15 11:44:16 +02:00 |
|
Henning Dieterichs
|
781d21f954
|
Merge pull request #147 from nathanrreed/rustcharliteral
fix char literal highlighting #2481
|
2021-07-15 09:15:53 +02:00 |
|
Henning Dieterichs
|
7be48826ac
|
Merge pull request #148 from nathanrreed/roxygen
fix rust raw string highlighting #2086
|
2021-07-15 09:11:47 +02:00 |
|
nreed
|
6bc4008730
|
fix r roxygen comment highlighting #2086
|
2021-07-14 17:22:19 -04:00 |
|
nreed
|
c2d74bbc1d
|
fix r roxygen comment highlighting #2086
|
2021-07-14 17:17:55 -04:00 |
|
nreed
|
e50e2a274b
|
fix r roxygen comment highlighting #2086
|
2021-07-14 17:16:49 -04:00 |
|
nreed
|
65554d83e3
|
fix r roxygen comment highlighting #2086
|
2021-07-14 17:13:57 -04:00 |
|
nreed
|
26a8cec43a
|
removed overlap with other branch
|
2021-07-14 15:01:26 -04:00 |
|
nreed
|
8c28f5c367
|
removed overlap with other branch
|
2021-07-14 14:59:13 -04:00 |
|
nreed
|
3765313249
|
Added raw string tests
|
2021-07-14 14:52:09 -04:00 |
|
nreed
|
af103dd2f6
|
Added byte string escape tests
|
2021-07-14 14:41:36 -04:00 |
|
nreed
|
416cea65a0
|
fix rust char literal highlighting #2481
|
2021-07-14 13:27:26 -04:00 |
|
nreed
|
5fa50ecc21
|
fix rust char literal highlighting #2481
|
2021-07-14 12:53:29 -04:00 |
|