Commit Graph

2924 Commits (90dd955ff5d46cadf50d72edb3b329de3c0adad2)
 

Author SHA1 Message Date
Alexandru Dima 1ca4a3a0aa
Merge pull request #109 from fonsecas72/terraform-syntax
Adding hcl / terraform language
5 years ago
Alexandru Dima 490c7b6765
Merge pull request #108 from xadegunt/systemverilog_merge_to_master 5 years ago
Alex Dima bd35c01ba9
Merge remote-tracking branch 'origin/master' into pr/xadegunt/108 5 years ago
Spencer Williams c77b1099da
Add Systemverilog language support
Co-authored-by: cinnamontoastmafia <brianna.k.loomis@gmail.com>
Co-authored-by: Cinnamontoastmafia <cinnamontoastmafia@users.noreply.github.com>
Co-authored-by: elakkiap <elakkiap@users.noreply.github.com>
Co-authored-by: Fred Chu <freddychu222@users.noreply.github.com>
Co-authored-by: Freddychu222 <43318067+Freddychu222@users.noreply.github.com>
Co-authored-by: NeilW2020 <neil.j.wen@gmail.com>
Co-authored-by: root <xadegunt@users.noreply.github.com>
Co-authored-by: sabalkaw <68864756+sabalkaw@users.noreply.github.com>
Co-authored-by: sago5993 <sago5993@users.noreply.github.com>
Co-authored-by: Vivian Cheng <vccheng@andrew.cmu.edu>
Co-authored-by: xadegunt <62346806+xadegunt@users.noreply.github.com>
5 years ago
Alexandru Dima 2845e42207
Merge pull request #98 from ALANVF/language-scala 5 years ago
Alex Dima 776384e14e
Remove a few left over TODOs 5 years ago
Alex Dima 87864636a3
Rematch in default case 5 years ago
Alex Dima 4b0ccacae8
Merge remote-tracking branch 'origin/master' into pr/ALANVF/98 5 years ago
Alexandru Dima ce1ef3d8a3
Merge pull request #97 from mulderbaba/scala-support
introduce preliminary Scala support, highly inspired by src/java content
5 years ago
Alexandru Dima a5738f657a
Merge pull request #96 from taymonbeal/typescript-update
Add asserts, bigint, and unknown to TypeScript keywords
5 years ago
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