andrewimcclement
ee30f4e1c5
Include .targets as an XML extension.
2023-01-23 11:16:26 +00:00
andrewimcclement
9cba1bbd3a
Include .props as an XML extension.
2023-01-23 11:12:42 +00:00
José Carlos HR
4532feefb7
implemented setModeConfiguration for typescriptDefaults and javascriptDefaults
2023-01-05 22:53:30 +00:00
Remco Haszing
681b38140f
Export custom TypeScript worker variables
...
A custom TypeScript worker factory function gets passed
`TypeScriptWorker`, `ts`, and `libFileMap`. It also exports `create`
using ESM. However, this can’t be used, because the custom worker
factory is only called if a custom worker path is defined.
Exposing these members, means a worker can be defined using ESM.
2023-01-05 16:52:45 +01:00
Rubén Rincón Blanco
bc083f4db3
Merge branch 'main' into main
2022-12-18 17:45:27 +01:00
Tristan F
0a967ad241
Add .kts as a file extension
2022-12-17 15:11:57 -05:00
Thomas Zilz
c7ea3cf4c9
Merge branch 'main' into draft/upbeat-pascal
2022-12-15 19:24:20 +01:00
Jonatan Kłosko
b70454a6b9
Tokenizer single-quote docstrings as documentation comments
2022-12-14 00:37:23 +01:00
Jonatan Kłosko
6d9c7ea306
Fix tokenization of bitstrings without spacing
2022-12-14 00:37:23 +01:00
RubenRBS
d95ca35e28
Recognize \0 as an escape sequence
...
Closes microsoft/monaco-editor/issues/3439
2022-11-30 21:19:00 +01:00
Thomas Zilz
0b59e74a02
Resolve URIs with special characters correctly
2022-11-03 15:29:19 +00:00
Alexandru Dima
30a85dbf36
Merge branch 'main' into redo-require-removal
2022-10-18 19:59:21 +02:00
Alexandru Dima
8fc2ca540c
Add a smoketest for packaging with parcel ( #3371 )
...
* Add a smoketest for packaging with parcel
* Prevent parcel from bundling shims for `process` or `buffer`
2022-10-18 19:49:55 +02:00
Matthew Peveler
d9d70cd349
Add new pgsql 15 functions
...
Signed-off-by: Matthew Peveler <matt@popsql.com>
2022-10-14 11:16:08 -04:00
Jake Bailey
ddbd09d044
Also remove 'this' regex
2022-10-11 11:02:24 -07:00
Jake Bailey
416b686d69
Remove regex replacements from import-typescript
2022-10-10 21:51:43 -07:00
Jake Bailey
d63c89d832
Use typescript.js as source for typescriptServices
2022-10-10 21:50:50 -07:00
DetachHead
50d14789db
add satisfies keyword to typescript
2022-09-29 12:10:32 +10:00
BECKHOFF\PhilippLe
b3883c13af
add implements keyword
2022-09-15 15:50:49 +02:00
BECKHOFF\PhilippLe
68b964addf
add twincat file support for st
2022-09-15 15:49:35 +02:00
Jeremy Rifkin
9d3404c134
Added AVX 512 types to C++ syntax highlighting
2022-09-02 16:30:59 -04:00
Noel Kim (김민혁)
0ddaffa092
Add CommonJS, ESM extension for TS
2022-08-23 21:04:37 +09:00
Dan Boorstein
7bfc150164
add perl module (.pm) extension
...
The .pm extension is perl's module or library extension by convention.
2022-08-19 17:27:35 -08:00
Noel Kim (김민혁)
6223b3b279
Update mysql.ts
2022-08-05 17:03:51 +09:00
Noel Kim (김민혁)
fe0d5f5891
Update mysql.ts
2022-08-05 17:00:51 +09:00
Noel Kim (김민혁)
963ea1edeb
Update mysql.ts
2022-08-05 17:00:30 +09:00
Noel Kim (김민혁)
17daab82e0
Fix single quoted string escape
2022-08-05 16:19:32 +09:00
Henning Dieterichs
4c5552d6a5
Refactors workerManager
2022-08-03 17:34:31 +02:00
Henning Dieterichs
913ae66ad8
Merge pull request #3057 from bsorrentino/main
...
Fix issue #2295 - Models with "@" in their name do not resolve as dependencies
2022-08-03 17:31:50 +02:00
Henning Dieterichs
acc3d9a8d0
Merge pull request #3226 from luisscholl-at-software-ag/html-syntax-highlighting-script-type-module
...
Add script type module syntax highlighting to html
2022-08-03 17:23:49 +02:00
Henning Dieterichs
12d4d82bdf
Merge pull request #3111 from soof-golan/soof/python-3.10-support
...
Add Python 3.10 keyword support
2022-08-03 14:18:15 +02:00
Angela Burton
519407a929
Update keywords
2022-08-01 11:30:08 -07:00
Henning Dieterichs
19da7ede28
Merge branch 'main' into mdx
2022-07-22 13:45:31 +02:00
Remco Haszing
d4ea5f53f1
Mark ( ) as auto closing pair in MDX
...
This is nice for writing content.
2022-07-22 11:07:26 +02:00
Remco Haszing
dbf74268d3
Add < > to auto closing pairs
...
They represent JSX elements.
2022-07-22 11:06:21 +02:00
Henning Dieterichs
abe52ad13b
Merge branch 'main' into soof/python-3.10-support
2022-07-21 13:51:47 +02:00
Alex Dima
c82fd2cd2c
Merge remote-tracking branch 'origin/main' into pr-3102
2022-07-21 13:41:34 +02:00
Alexandru Dima
6a9cec5add
Merge pull request #3138 from popsql/test-mysql-duplicate
...
Remove duplicate testcases for mysql
2022-07-21 13:36:23 +02:00
Henning Dieterichs
936376af3d
Merge branch 'main' into mdx
2022-07-21 13:06:37 +02:00
Henning Dieterichs
c6e59c5f43
Updates monaco-editor-core & updates changelog.
2022-07-20 14:30:49 +02:00
Matthew Peveler
a3a0153739
Remove duplicate testcases for mysql
2022-06-09 16:39:32 +00:00
soof-golan
20a1e0750f
Add support for keywords from python 3.10
...
* Update python REPL comment to include the actual `keyword` import
* Add support for `match`, `case`, and `_` soft keywords
2022-05-19 14:45:57 +03:00
Remco Haszing
7755d67b8b
Configure auto closing pairs and on enter rules
2022-05-13 16:32:48 +02:00
Remco Haszing
92a1dad12d
Remove mdx indented code blocks
...
They aren’t supported.
2022-05-13 16:31:24 +02:00
Remco Haszing
5e5600bd44
Register mdx contribution
2022-05-12 10:47:28 +02:00
Toni Lastre
0acf88b6b5
Add Monarch config and tokenizer for query language Cypher
2022-05-11 11:44:26 +02:00
Remco Haszing
e87ef8ef11
Update mdx language definition
2022-05-06 18:25:31 +02:00
Remco Haszing
7d2065d55d
Add initial mdx language
2022-05-05 15:48:53 +02:00
Yash-Singh1
752a5d56ab
feat: add fr units for css grid
2022-04-19 18:15:02 -07:00
DetachHead
3e936d0e3f
add out keyword to typescript
2022-04-10 01:52:16 +10:00