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
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
Alexandru Dima
85de95e643
Merge pull request #82 from ALANVF/master
...
Add support for Julia
2020-02-17 17:00:25 +01:00
Sabolch Varha
9dfddf5bdc
Merge pull request #1 from nrayburn-tech/master
...
Dart syntax highlighting improvements
2020-02-15 00:20:49 +02:00
nrayburn
da4b0a6136
Improvements to dart syntax highlighting
2020-02-14 15:01:42 -06:00
nrayburn
5c9694ce6d
Merge branch 'feature/language-dart' of https://github.com/VarghaSabee/monaco-languages
2020-02-14 14:56:28 -06:00
linkcoding
fbff7ddb9f
alphabetized R extensions array
2020-02-13 22:28:11 -05:00
linkcoding
d1895cea2c
added .rmd as an R file extension
2020-02-13 22:23:25 -05:00
alan.invents
266e2c1a39
Fixed typo
2020-02-13 18:59:43 -05:00
alan.invents
8c06e270cd
Added missing comma
2020-02-13 18:54:00 -05:00
alan.invents
7509953880
add julia
2020-02-13 18:37:29 -05:00
alan.invents
75b2a69851
Create julia.contribution.ts
2020-02-13 18:36:04 -05:00
alan.invents
39003d4b56
Create julia.test.ts
2020-02-13 18:33:44 -05:00
alan.invents
1e47fbb52a
Create julia.ts
2020-02-13 18:20:46 -05:00
Alexandru Dima
5624ce9124
Merge pull request #81 from nrayburn-tech/master
...
Add _ as a supported character for Python tags/keywords
2020-02-13 10:01:48 +01:00
Sabee
ee0e0a7846
basic dart syntax support ( #1827 )
2020-02-12 12:30:45 +01:00
nrayburn
9deb43ba53
Add _ as a supported item for tags and keywords
2020-02-11 21:45:44 -06:00