Commit Graph

2477 Commits (734e1cb987fcfdf06972eb12a60ac9826cc5875b)
 

Author SHA1 Message Date
Arlo Siemsen 74ef32ee32 Rust: add support for keywords from the 2018 edition 4 years ago
Alexandru Dima c038d3bdf3
0.21.3 4 years ago
Alexandru Dima 461acd159c
update changelog 4 years ago
Alexandru Dima 16f9e444cb
update monaco-editor-core 4 years ago
Alexandru Dima 72e42c9b4b
Add an electron esm sample 4 years ago
Alexandru Dima 830e5bbd42
Share `electron` in the root `package.json` 4 years ago
Alexandru Dima 86ee17e305
Improve scripts such that they work also on Windows 4 years ago
Alexandru Dima fbf099e515
Add repro for #2264 4 years ago
Alexandru Dima 3253e929d5
Add back typescript 4 years ago
Alexandru Dima 1cada068d1
Remove CI workflow since vscode runs it now (e.g. https://github.com/microsoft/vscode/runs/1619014477?check_suite_focus=true) 4 years ago
Alexandru Dima 14c560f898
Remove step which moved to the vscode CI 4 years ago
Alexandru Dima 27336b6fb4
Remove deprecated webpack 5 option 4 years ago
Alexandru Dima b08878cbb3
Add node module caching 4 years ago
Alexandru Dima 1c659e7dc9
Remove unknown CLI flag 4 years ago
Alexandru Dima bace074942
Merge pull request #2244 from microsoft/dependabot/npm_and_yarn/highlight.js-10.4.1
Bump highlight.js from 10.2.0 to 10.4.1
4 years ago
Alexandru Dima 1d126b7cfa
Merge pull request #2258 from microsoft/dependabot/npm_and_yarn/ini-1.3.7
Bump ini from 1.3.5 to 1.3.7
4 years ago
Alexandru Dima 1f05ce8a2f
update webpack related deps 4 years ago
Alexandru Dima 3ec5a44918
Merge pull request #2250 from svick/patch-1
Fixed indentation in C# sample
4 years ago
Alexandru Dima 722c968e81
Merge pull request #2186 from luminaxster/patch-1
Missing breaking change
4 years ago
Alexandru Dima c8755ac4cd
Merge pull request #75 from microsoft/dependabot/npm_and_yarn/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8
4 years ago
Alexandru Dima 63f71c7c3f
Merge pull request #74 from microsoft/dependabot/npm_and_yarn/electron-amd/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8 in /electron-amd
4 years ago
Alexandru Dima 8185c5b348
Merge pull request #73 from microsoft/dependabot/npm_and_yarn/electron-amd-nodeIntegration/ini-1.3.8
Bump ini from 1.3.5 to 1.3.8 in /electron-amd-nodeIntegration
4 years ago
Alexandru Dima 4dfad91ee8
2.1.0 4 years ago
Alexandru Dima 6222e3fdb9
Add support for webpack 5 (fixes #124) 4 years ago
Alexandru Dima 733d68af03
Fix documentation (#2212) 4 years ago
Alexandru Dima 84cb0e62a3
Restore example 4 years ago
Alexandru Dima 9a7dd62fff
Fix samples (microsoft/monaco-editor#2212) 4 years ago
Alexandru Dima c1b88facf1
Merge pull request #122 from maclockard/patch-1
Fix highlighting of GROUP BY for redshift
4 years ago
Alexandru Dima e62d8d0d8a
Merge pull request #121 from VarghaSabee/dart/safari-bug
Safari regex error fix (negative lookbehind) #2179
4 years ago
Alexandru Dima f1f9faf666
Merge remote-tracking branch 'origin/master' into pr/VarghaSabee/121 4 years ago
Alexandru Dima e4aee3f5a3
Merge remote-tracking branch 'origin/master' into pr/akonatala/120 4 years ago
Alexandru Dima 2fc7f49574
Delete old build config 4 years ago
Alexandru Dima 5f8be27e1e
Add GitHub Action CI 4 years ago
Alexandru Dima f87a5f32bc
Merge pull request #118 from dehilsterlexis/LEXER-ECL-001
LEXER-ECL-001 Lexer for ECL (Enterprise Control Language)
4 years ago
Alexandru Dima 51f6b59cc3
Fix compilation 4 years ago
Alexandru Dima 494fea68ba
Merge pull request #117 from jcchu/master
Add Modula-3 support
4 years ago
Alexandru Dima 1fd3a99e93
Merge pull request #116 from fonsecas72/fix-heredoc
terraform Fix heredoc
4 years ago
Alexandru Dima 5a17ea5a5d
Merge pull request #73 from Kingwl/jsx_emit_fix
Add new jsx emit option
4 years ago
Alexandru Dima 5413083ae7
Merge pull request #72 from microsoft/41_perf_require
Adds a regex fix for the perf_hooks import in TS 4.1
4 years ago
Alexandru Dima f1754a3b26
Fix potential NPE 4 years ago
Mac Lockard 9fb1d9e5ae
Fix highlighting of GROUP BY
fixes https://github.com/microsoft/monaco-editor/issues/2275
4 years ago
dependabot[bot] 07c0037bae
Bump ini from 1.3.5 to 1.3.8
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot] 35ca8c06e4
Bump ini from 1.3.5 to 1.3.8 in /electron-amd
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot] f29d232c48
Bump ini from 1.3.5 to 1.3.8 in /electron-amd-nodeIntegration
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.8)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Sabee 5aa272fd25 Safari regex error fix (negative lookbehind) #2179 4 years ago
dependabot[bot] 450c5e9875
Bump ini from 1.3.5 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Petr Onderka b45c7b96db
Fixed indentation in C# sample 4 years ago
Wenlu Wang 63defc03a5 Add new jsx emit option 4 years ago
dependabot[bot] 464f3ec4b8
Bump highlight.js from 10.2.0 to 10.4.1
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.2.0 to 10.4.1.
- [Release notes](https://github.com/highlightjs/highlight.js/releases)
- [Changelog](https://github.com/highlightjs/highlight.js/blob/master/CHANGES.md)
- [Commits](https://github.com/highlightjs/highlight.js/compare/10.2.0...10.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Alexandru Dima ae46dfbebd
Merge pull request #10 from jpett/patch-1
Fix error Cannot read property 'getModeId' of null
4 years ago