Commit graph

589 commits

Author SHA1 Message Date
Alex Dima
6a4cd5fe25
2.0.0 2020-09-08 14:15:06 +02:00
Alex Dima
d7cc098c48
Use the global monaco only in the AMD case (see microsoft/monaco-editor#1974) 2020-09-08 13:40:42 +02:00
Alex Dima
1af07d9cdb
Remove use strict 2020-09-08 12:18:27 +02:00
Alex Dima
9c57d47b94
Fixes https://github.com/microsoft/monaco-editor/issues/1951 2020-09-04 17:33:05 +02:00
Alexandru Dima
5500b2ea0a
Merge pull request #111 from fonsecas72/patch-1
Adding Gemfile to ruby filenames
2020-09-04 11:24:00 +02:00
Alexandru Dima
406da26cb7
Merge pull request #110 from fonsecas72/improve-hcl 2020-09-04 11:22:12 +02:00
Alex Dima
ec11002385
run prettier 2020-09-04 11:18:50 +02:00
Hugo Fonseca
2dbc016394
Adding Gemfile to ruby filenames 2020-09-02 23:54:25 +01:00
Hugo Fonseca
9d8859a82d Improving terraform hcl 2020-09-02 23:38:01 +01:00
Alex Dima
3efc637414
Add prettier 2020-09-02 17:44:31 +02:00
Alexandru Dima
1ca4a3a0aa
Merge pull request #109 from fonsecas72/terraform-syntax
Adding hcl / terraform language
2020-08-27 13:42:20 +02:00
Alexandru Dima
490c7b6765
Merge pull request #108 from xadegunt/systemverilog_merge_to_master 2020-08-27 13:40:28 +02:00
Alex Dima
bd35c01ba9
Merge remote-tracking branch 'origin/master' into pr/xadegunt/108 2020-08-27 13:39:22 +02:00
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>
2020-08-27 13:33:26 +02:00
Alexandru Dima
2845e42207
Merge pull request #98 from ALANVF/language-scala 2020-08-27 13:09:03 +02:00
Alex Dima
776384e14e
Remove a few left over TODOs 2020-08-27 13:08:12 +02:00
Alex Dima
87864636a3
Rematch in default case 2020-08-27 13:03:41 +02:00
Alex Dima
4b0ccacae8
Merge remote-tracking branch 'origin/master' into pr/ALANVF/98 2020-08-27 12:56:05 +02:00
Alexandru Dima
ce1ef3d8a3
Merge pull request #97 from mulderbaba/scala-support
introduce preliminary Scala support, highly inspired by src/java content
2020-08-27 10:11:50 +02:00
Alexandru Dima
a5738f657a
Merge pull request #96 from taymonbeal/typescript-update
Add asserts, bigint, and unknown to TypeScript keywords
2020-08-27 09:59:35 +02:00
Alexandru Dima
3c5b7f2ddc
Merge pull request #94 from skacurt/vb-string
[vb] fix string literals
2020-08-26 22:53:20 +02:00
Alexandru Dima
fe2c5515e1
Merge pull request #93 from mancusi/fix-handlebars-comment-syntax
Updates the comment tokenization for handlebars syntax.
2020-08-26 22:36:22 +02:00
Alex Dima
b557a57c71
Fix whitespace 2020-08-26 22:35:47 +02:00
Alexandru Dima
5e6333bf4e
Merge pull request #92 from basarat/patch-1
add .mjs support 🌹
2020-08-26 22:33:50 +02:00
Alexandru Dima
7c84b2228b
Merge pull request #91 from bolinfest/python3-keywords 2020-08-26 22:32:55 +02:00
Alex Dima
b9b5743b72
Update dependency 2020-08-26 22:30:08 +02:00
Hugo Fonseca
253d7803bb Adding hcl / terraform language 2020-08-23 22:37:16 +01:00
alan.invents
b2e616bc5f Edit monaco.contribution.ts... 2020-07-01 19:15:38 -04:00
alan.invents
b2a10419ce Finish implementing Scala 2020-07-01 18:52:31 -04:00
Mert Caliskan
1cc49e82f5 introduce preliminary Scala support, highly inspired by src/java content. 2020-06-01 01:51:31 +03:00
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
2020-05-23 14:55:25 -04:00
skacurt
93f8458ba0 [vb] fix string literals
aims to close microsoft/monaco-editor#1958 and microsoft/monaco-editor#1941
2020-05-09 01:51:10 +03:00
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
2020-05-06 16:50:19 -04:00
Basarat Ali Syed
553eddf6b3
add .mjs support 🌹 2020-04-22 11:03:47 +10:00
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.
2020-04-21 14:29:09 -07:00
Alex Dima
618f2cff2d
Fix compilation 2020-03-16 16:41:51 +01:00
Alex Dima
f697f2e5ba
Replace mocha with tape (for security issue) 2020-03-16 16:38:43 +01:00
Alex Dima
e47349321a
update deps 2020-03-16 14:53:18 +01:00
Alexandru Dima
a4e1adf141
Merge pull request #88 from larshp/mocha
Mocha, fix deprecation warning regarding mocha.opts
2020-03-02 15:01:22 +01:00
Alexandru Dima
9f0b007faf
Merge pull request #87 from larshp/abap2
[ABAP] Language fixes
2020-03-02 14:59:34 +01:00
larshp
4673efd4c4 Mocha, fix deprecation warning regarding mocha.opts 2020-03-01 13:28:02 +01:00
larshp
ce6687e23b [ABAP] Language fixes 2020-03-01 13:05:52 +01:00
Alexandru Dima
77e39dbd1e
Merge pull request #86 from lexon-foundation/master
Implemented Lexon highlighting
2020-02-26 18:20:28 +01:00
Alex Dima
8589ee2ccd
Code formatting 2020-02-26 18:19:32 +01:00
Alex Dima
128d4befd8
Remove unnecessary change 2020-02-26 18:19:27 +01:00
Alexandru Dima
250984b6d2
Merge pull request #84 from VarghaSabee/feature/language-dart
Feature - dart language support
2020-02-26 18:14:44 +01:00
Arjan van Eersel
6655a9028e Implemented Lexon highlighting 2020-02-25 15:18:05 +02:00
Sabee
609014d4e6 dart - test tokenization 2020-02-24 10:10:52 +01:00
alan.invents
a467bb0774
Create scala.ts 2020-02-21 20:33:04 -05:00
Alexandru Dima
209730c94f
Merge pull request #83 from LinKCoding/master
Added ".rmd" file extension to R's list of supported languages
2020-02-17 17:01:17 +01:00