Commit graph

122 commits

Author SHA1 Message Date
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
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
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
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
Jeremy Rifkin
9d3404c134
Added AVX 512 types to C++ syntax highlighting 2022-09-02 16:30:59 -04: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
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
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
Toni Lastre
0acf88b6b5 Add Monarch config and tokenizer for query language Cypher 2022-05-11 11:44:26 +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
Remco Haszing
8e34418a64
Add yaml indent action
If a line ends with `:` and a user presses Enter, they are probably
defining an object, which requires indentation.

This rule is taken from `monaco-yaml`, but I intend to remove basic
language support there, since that’s already part of `monaco-editor`.
2022-04-05 11:02:00 +02:00
bsorrentino
675844ac7e fix issue #2295
component: TypeScriptWorker (tsWorker.ts)
- Enable 'skipEncoding' flag on Uri.toString invokation on 
getScriptFileNames() method
- Compare 'fileName' argument provided to _getModel() method both with 
Uri encoded and not
2022-04-04 18:26:12 +02:00