Commit graph

454 commits

Author SHA1 Message Date
Alexandru Dima
9ca6cef477
Sort alphabetically 2019-12-18 11:08:41 +01:00
Alexandru Dima
b16a1195eb
Discover tests via glob 2019-12-18 11:07:37 +01:00
Alexandru Dima
2811880280
Switch to terser 2019-12-18 10:59:13 +01:00
Alexandru Dima
ec203f864f
Merge pull request #76 from Serhioromano/master
Improvements to ST language
2019-12-17 15:37:23 +01:00
Sergey Romanov
7e0f9bc899 Merge branch 'master' of https://github.com/Microsoft/monaco-languages 2019-12-17 19:08:47 +06:00
Sergey Romanov
0400efce32 Fix tests 2019-12-17 19:04:16 +06:00
Alex Dima
9de193a100
Fixes microsoft/monaco-editor#1479 2019-12-16 17:43:16 +01:00
Alex Dima
b6b3e0a0db
Fixes microsoft/monaco-editor#1123 2019-12-16 17:28:57 +01:00
Alex Dima
229378ae98
Fixes microsoft/monaco-editor#1216 2019-12-16 17:23:04 +01:00
Alexandru Dima
4e2ba08fc6
Fixes microsoft/monaco-editor#557: VB can have mult-line strings 2019-12-16 16:52:02 +01:00
Alexandru Dima
998a8b2efb
Merge pull request #75 from mbykovskyy/master
Adds cameligo language support
2019-12-16 15:15:19 +01:00
Alexandru Dima
4370bf50c7
Merge pull request #74 from spahnke/nullish-coalesce
[JS/TS] Add support for the nullish-coalesce operator
2019-12-16 15:14:09 +01:00
Alexandru Dima
307c82d5c4
Adds Markdown Table syntax highlighting (#73)
Adds Markdown Table syntax highlighting
2019-12-16 15:13:27 +01:00
Alexandru Dima
c50642f89b
Fixes microsoft/monaco-editor#1607: Add support for nested comments 2019-12-16 15:09:18 +01:00
Alexandru Dima
c6b50fc678
bump deps 2019-12-16 15:01:54 +01:00
Alexandru Dima
c0fb272a34
Add strict TS checking 2019-12-13 15:16:19 +01:00
Alexandru Dima
75cb14f8f0
register tokenizers early (with promises) 2019-12-13 15:16:03 +01:00
Sergey Romanov
fba61ffccf Changes 2019-11-03 12:00:13 +06:00
Maksym Bykovskyy
c123d330e7 Added cameligo language support 2019-10-30 23:37:00 -07:00
Sebastian Pahnke
aff86cc64c Add support for the nullish-coalesce operator 2019-10-14 08:54:33 +02:00
Steven Degutis
5b64fd4938
Adds Markdown Table syntax highlighting
New styles used are `keyword.table.{header,left,middle,right}`.
2019-10-03 10:04:29 -05:00
Alex Dima
0ed9a6c3e9 1.8.0 2019-09-19 09:54:13 +02:00
Alex Dima
39e73742b4 Adopt latest monaco-editor-core 2019-09-19 09:54:00 +02:00
Alexandru Dima
f67f33d8bb
Merge pull request #72 from larshp/abap
[ABAP] Add ABAP language support
2019-09-19 09:50:06 +02:00
Alexandru Dima
1cea151b6b
Merge pull request #71 from ocrampete16/twig-support
Add support for the Twig template language
2019-09-19 09:49:27 +02:00
Alexandru Dima
ee734dd791
Merge pull request #70 from larshp/guide
readme: align "add new language" example
2019-09-19 09:48:07 +02:00
Alexandru Dima
577406a3f5
Merge pull request #69 from DefinitelyNotAGoat/master
pascaligo: adding pascaligo language support
2019-09-19 09:47:24 +02:00
Lars Hvam
a73e4de7be
Update README.md 2019-09-12 16:32:48 +02:00
larshp
70dcf9020c more tests and fixes 2019-09-12 16:27:20 +02:00
larshp
5bdff0c4a7 add tests 2019-09-11 08:12:16 +02:00
Marco Petersen
63e076eb1f Add HTML rules w/ substate 2019-09-10 14:13:27 +02:00
Marco Petersen
b708d609d0 Add back HTML substate to tests 2019-09-10 13:52:48 +02:00
Marco Petersen
5883288970 Add HTML lexing info 2019-09-10 12:48:43 +02:00
Marco Petersen
8c432bf06e Add HTML rich language config 2019-09-10 12:48:28 +02:00
Marco Petersen
737b9e4b88 Add HTML tests minus the substate 2019-09-10 12:48:04 +02:00
Marco Petersen
78ce549566 Discard unnecessary test 2019-09-10 12:47:20 +02:00
Marco Petersen
b83621ff68 Finish Twig test cases 2019-09-10 12:13:41 +02:00
Marco Petersen
bcb9eb1b11 Add preliminary tests 2019-09-10 11:58:39 +02:00
Marco Petersen
1cd7f1a301 And true and false as keywords 2019-09-10 11:54:22 +02:00
Marco Petersen
e0342a7ec6 Add empty token postfix to prevent postfixing 2019-09-10 11:30:00 +02:00
Marco Petersen
3623a3a509 Add rich language configuration for Twig 2019-09-10 11:22:28 +02:00
Marco Petersen
67969886ec Add Twig substates where its missing 2019-09-10 11:20:33 +02:00
Marco Petersen
532285bcf5 Add rudimentary Twig support 2019-09-10 10:45:32 +02:00
Lars Hvam
727d782748
readme: align add new language example 2019-09-10 08:26:48 +02:00
larshp
b995fa2c05 add ABAP language 2019-09-10 08:21:29 +02:00
Peng Lyu
d511bfdcc7
Merge pull request #68 from mradkov/master
add `None` and `Some` keywords to SophiaML
2019-09-04 10:44:35 -07:00
DefinitelyNotAGoat
65602c1a09 pascaligo: adding pascaligo language support
Pascaligo is a layer 2 smart contract language for the Tezos blockchain.
For more info please see: https://ligolang.org/
2019-08-26 22:58:16 -04:00
Milen Radkov
f102b6067a
add None and Some keywords 2019-08-21 18:13:19 +03:00
Alexandru Dima
d033572249
Merge pull request #67 from mradkov/master
Add support for Sophia ML
2019-08-12 15:26:51 +02:00
Alexandru Dima
0ff5946bfd
[ST] Some updated for Structured Text Language support (#66)
[ST] Some updated for Structured Text Language support
2019-08-12 14:57:51 +02:00