Commit Graph

2464 Commits (8af6bd5f8a410f9692f2c593654fbe5bbbe85cbc)
 

Author SHA1 Message Date
Alexandru Dima 3c5b7f2ddc
Merge pull request #94 from skacurt/vb-string
[vb] fix string literals
5 years ago
Alexandru Dima fe2c5515e1
Merge pull request #93 from mancusi/fix-handlebars-comment-syntax
Updates the comment tokenization for handlebars syntax.
5 years ago
Alex Dima b557a57c71
Fix whitespace 5 years ago
Alexandru Dima 5e6333bf4e
Merge pull request #92 from basarat/patch-1
add .mjs support 🌹
5 years ago
Alexandru Dima 7c84b2228b
Merge pull request #91 from bolinfest/python3-keywords 5 years ago
Alex Dima b9b5743b72
Update dependency 5 years ago
Hugo Fonseca 253d7803bb Adding hcl / terraform language 5 years ago
Orta 471de29a20 Settle on customTSWorkerFactory 5 years ago
Orta c402ee962f Tidy up 5 years ago
Orta 3e1a236812 Make a useful sample 5 years ago
Orta 26d78129fa Add support for creating a custom webworker subclass 5 years ago
guxiang 577cfae1cf feat: custom language support and absolute entry fallback 5 years ago
Alexandru Dima 94d92a7181
Merge pull request #62 from microsoft/fix_empty_error 5 years ago
Alexandru Dima dca2041f54
Merge pull request #60 from microsoft/allow_additional_req
Adds support for error messages to include a reference to require
5 years ago
Alex Dima 1396f98763
update deps 5 years ago
Orta fede24ed75 Add all lib dts files 5 years ago
Orta 7b2cebe6a7 Merge branch 'master' of https://github.com/microsoft/monaco-typescript into let_ts_resolve_libs 5 years ago
Orta Therox 2d5021b402
Merge pull request #63 from microsoft/show_compiler_opts
Adds compiler options to the test page
5 years ago
Alex Dima c00ccf8b1d
more dependencies updates 5 years ago
Alex Dima ba1856ae5a
update deps 5 years ago
Alex Dima 7969f65220
update dependencies 5 years ago
Orta a213b303a6 Create monaco lib models on demand 5 years ago
Orta 577f254aac NOOP 5 years ago
Orta ca76528ce1 Revert the lib files coming through as monaco models 5 years ago
Orta Therox 0dbccdea3d
Update src/workerManager.ts
Co-authored-by: Wesley Wigham <wewigham@microsoft.com>
5 years ago
Orta 86f6d762df Use JavaScript for the language to get syntax highlighting, but not tooling 5 years ago
Orta 7a46ec2649 Adds monaco models for the lib d.ts files
Co-authored-by: Wesley Wigham <wwigham@gmail.com>
5 years ago
alan.invents b2e616bc5f Edit monaco.contribution.ts... 5 years ago
alan.invents b2a10419ce Finish implementing Scala 5 years ago
Orta Therox 1d6f5a0e24 Let TypeScript resolve deps in lib files + allow external tools to extend the lib support 5 years ago
Orta Therox b717cfe2f1 Adds compiler options to the test page 5 years ago
Orta Therox 3237250330 Fix a crash in getValidSourceFile when the text content is empty 5 years ago
Orta Therox bb69053ca5 Adds support for error messages to include a reference to require 5 years ago
Mert Caliskan 1cc49e82f5 introduce preliminary Scala support, highly inspired by src/java content. 5 years ago
Taymon A. Beal a87d0cce83 Add asserts, bigint, and unknown to TypeScript keywords
Also, while I'm in here, consolidate typeKeywords into keywords in order to make it easier to keep this in sync with TypeScript going forward. I'm assuming that typeKeywords is not part of Monaco's public API that third-party integrations are supposed to depend on; if it is, then I can undo this.

Fixes: microsoft/monaco-editor#1978
5 years ago
Philip Winston 7d61f37314 Add require path to README 5 years ago
Max Schmitt 0a5bf64304
ci: fixed smoke tests by increasing timeout 5 years ago
Max Schmitt 1dd0635db4
feat: fix and migrate smoke tests to Playwright (#1961)
* feat: migrate e2e tests to Playwright

* fix: OS dependency

* fix: race condition

* fix: increased launch timeout
5 years ago
skacurt 93f8458ba0 [vb] fix string literals
aims to close microsoft/monaco-editor#1958 and microsoft/monaco-editor#1941
5 years ago
Justin Mancusi 3875ac87b3 Updates the comment tokenization for handlebars syntax.
This updates the tokenization to support mustaches in
block comments per the handlebars documentation [1].

[1] https://handlebarsjs.com/guide/#template-comments
5 years ago
Alex Dima f6505d22f2
Load the editor after `<body>` is defined 5 years ago
Alex Dima 778ace10c0
Strip sourceMappingURL directives 5 years ago
Basarat Ali Syed 553eddf6b3
add .mjs support 🌹 5 years ago
Michael Bolin 99f2e84186 Update Python grammar to include keywords introduced in Python 3
This supports https://github.com/microsoft/monaco-editor/issues/1762.

Note the new Python 3 keywords are:

* `async`
* `await`
* `nonlocal`

I also reorganized the list a bit because it seems like it contains
a mixture of keywords and builtins (and `self`, which is neither...),
so it is helpful to be specific to illustrate how to properly maintain
the list.
5 years ago
Alex Dima 618f2cff2d
Fix compilation 5 years ago
Alex Dima f697f2e5ba
Replace mocha with tape (for security issue) 5 years ago
Alex Dima e47349321a
update deps 5 years ago
Alex Dima 3f5e937cf1
update deps 5 years ago
Alex Dima 0dd8a91422
update deps 5 years ago
Alexandru Dima 0c36fc7eb7
Merge pull request #105 from KevLeong/fix/monaco_path
fix: monaco path by cwd
5 years ago