yuri1969
30a786cf5f
Fix incorrect key:value detection
2023-03-22 23:06:07 +01:00
Henning Dieterichs
38731c726a
Merge pull request #3258 from danboo/add-perl-module-extension
...
add perl module (.pm) extension
2023-03-20 14:28:31 +01:00
Jake Bailey
0d72bf6c93
TS 5.0
2023-03-16 12:53:16 -07:00
Jake Bailey
55ad2e867b
Merge branch 'main' into ts-4.9
2023-03-11 21:31:22 -08:00
Noel Kim (김민혁)
bd6aa19f1f
Merge branch 'main' into patch-2
2023-03-05 21:14:04 +09:00
Jake Bailey
9d14e8283a
Fix one missing case
2023-03-03 14:22:37 -08:00
Jake Bailey
0f64bdb69f
Swap InlayHintsOptions with UserPreferences
2023-03-03 14:15:11 -08:00
Jake Bailey
1f5765a3bb
Update vendored TS
2023-03-03 14:12:10 -08:00
Henning Dieterichs
836c19717b
Merge pull request #3622 from microsoft/hediet/whole-lark
...
Fixes #3565
2023-03-02 13:59:32 +01:00
Henning Dieterichs
5b9f89146a
Fixes #3565
2023-03-02 12:55:56 +01:00
Jake Bailey
9d5d765fe4
Replace occurrences with highlights
2023-03-01 14:27:42 -08:00
Henning Dieterichs
429ff9b108
Merge branch 'main' into extend-st-extensions-twincat
2023-02-24 12:57:35 +01:00
Henning Dieterichs
d98d3600ef
Bundles typescriptServices.js with tsc, thus getting rid of -amd.js.
...
This means that `npm run watch` is enough to run the monaco playground.
2023-02-22 18:08:04 +01:00
Henning Dieterichs
5ccfdf7c02
Restructures out and release folders.
...
out/amd -> out/languages/amd-tsc
out/release -> out/languages/bundled
release -> out/monaco-editor
2023-02-22 17:39:35 +01:00
Henning Dieterichs
10577a0641
Rewrites website
2023-02-10 10:56:53 +01:00
Henning Dieterichs
accd0df430
Merge pull request #3531 from microsoft/hediet/bugfix
...
Fixes bug that entries would be marked as deprecated if kindModifiers is undefined.
2023-02-07 16:50:19 +01:00
Henning Dieterichs
4ef8a6f97b
Merge branch 'main' into extend-st-extensions-twincat
2023-02-06 13:49:22 +01:00
Henning Dieterichs
f23f4da42b
Merge pull request #3286 from jeremy-rifkin/jr/fix/3284
...
Add AVX 512 types to C++ syntax highlighting
2023-02-06 12:33:33 +01:00
Henning Dieterichs
d27f113eaa
Fixes bug that entries would be marked as deprecated if kindModifiers is undefined.
2023-02-06 11:52:43 +01:00
Henning Dieterichs
31b21cfea6
Merge branch 'main' into extend-st-extensions-twincat
2023-02-06 11:41:35 +01:00
Henning Dieterichs
1f0d010563
Merge branch 'main' into patch-1
2023-01-31 12:51:07 +01:00
Henning Dieterichs
41e1ee2d52
Merge pull request #3363 from popsql/feat-psql-15
...
Add new pgsql 15 functions
2023-01-31 12:50:49 +01:00
Henning Dieterichs
e734dd81f7
Merge pull request #3443 from RubenRBS/main
...
Recognize \0 as an escape sequence
2023-01-31 12:48:58 +01:00
Henning Dieterichs
5afd16be13
Merge pull request #3392 from mofux/draft/upbeat-pascal
...
Resolve URIs with special characters correctly
2023-01-31 12:48:45 +01:00
Henning Dieterichs
1b52a6708c
Merge pull request #3337 from DetachHead/patch-2
...
add `satisfies` keyword to typescript
2023-01-31 12:42:38 +01:00
Henning Dieterichs
7c569c1687
Merge pull request #3489 from joecarl/implement-3155
...
Add setModeConfiguration for monaco.languages.typescript.[typescript|javascript]Defaults
2023-01-31 12:29:07 +01:00
Henning Dieterichs
ab65824d1c
Merge pull request #3510 from andrewimcclement/aim/props_as_xml_extension
...
Add .props & .targets as XML extensions
2023-01-31 11:53:32 +01:00
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