Commit graph

224 commits

Author SHA1 Message Date
Henning Dieterichs
220c1cab84
Fixes https://github.com/microsoft/monaco-editor/issues/5113 (#5118) 2025-11-19 18:24:48 +00:00
Henning Dieterichs
9c7b547a98
Dont use .js for typescript imports, as rollup adds them to the output (#5088) 2025-11-06 17:30:17 +01:00
Henning Dieterichs
3a25d8ef40
Merge pull request #4973 from flofriday/fix-kotlin-number-literals
Fix Kotlin number literals
2025-10-15 12:21:30 +02:00
Henning Dieterichs
708c529972
Updates typescript to 5.9.3 (#5050)
Fixes https://github.com/microsoft/monaco-editor/issues/5046
Closes https://github.com/microsoft/monaco-editor/pull/5045
2025-10-13 16:49:21 +00:00
flofriday
ca96114e39 Fix Kotlin number literals 2025-10-13 18:40:50 +02:00
Henning Dieterichs
5a7e917587
Uses rollup for ESM build and d.ts bundling. (#5048)
* Uses rollup for ESM build and d.ts bundling.
Moves monaco.languages.{typescript, json, html, css} to monaco.*.
Moves monaco.editor.createWebWorker to monaco.createWebWorker.

* Adds excluded files from dist, as they needed to be patched.
2025-10-13 18:05:43 +02:00
Henning Dieterichs
a59f6c8a72
uses rollup to bundle monaco-editor's monaco.d.ts (#5033)
* uses rollup to bundle monaco-editor's monaco.d.ts

* Adds missing await
2025-10-09 21:26:17 +02:00
Henning Dieterichs
b16daf88e2
Inlines AMD = false (#5031) 2025-10-09 08:06:06 +09:00
Henning Dieterichs
699cae24be Removes unneeded filler redirection 2025-10-08 23:54:16 +02:00
Henning Dieterichs
05d44d8422
adds .js file extensions for esm build (#5018) 2025-09-26 10:37:15 +00:00
Henning Dieterichs
e56ad4b588
repairs esm and amd build (#4950) 2025-08-28 13:35:17 +02:00
Shifra Williams
8ae32433da
feat: add snowflake sql keywords (#4915)
Added Snowflake SQL keywords from this doc: https://docs.snowflake.com/en/sql-reference/reserved-keywords
2025-06-13 09:32:24 +00:00
Henning Dieterichs
2713684d6c Makes vs/nls.availableLanguages work for AMD again.
Some checks are pending
CI / CI (push) Waiting to run
2024-08-22 14:37:46 +02:00
Scott Carda
2f8db3f6f8 update tokenizer and tests 2024-07-01 16:43:28 -07:00
Scott Carda
333adbbe6b Add keywords import, export, and struct. 2024-07-01 13:59:44 -07:00
Henning Dieterichs
c49fdf9f0c
Merge pull request #4482 from jakebailey/emit-file-diagnostics
Some checks failed
CI / CI (push) Has been cancelled
Call clearFiles on internal EmitOutput diagnostics, pass args down
2024-05-30 19:29:01 +02:00
Henning Dieterichs
045e29b7d8
Merge pull request #4504 from htcfreek/patch-1
Some checks are pending
CI / CI (push) Waiting to run
Add extension to `csp.contribution.ts`
2024-05-30 17:56:14 +02:00
Heiko
64fc0cf1b4
Add extension to csp.contribution.ts
Adds the missing extension value for the CSP langugage in `csp.contribution.ts`
2024-05-11 09:48:17 +02:00
samstrohkorbatt
c869a186ff
Merge branch 'main' into samstrohkorbatt/python-fstring 2024-05-03 08:54:29 -06:00
Henning Dieterichs
13072d3f18
Update TypeScript to TS 5.4.5 in all projects, vendored files
Co-authored-by: John Yanarella <john.yanarella@gmail.com>
2024-05-03 11:41:19 +02:00
Henning Dieterichs
ea1ee1ab50 Improves monaco editor playground experience
Some checks are pending
CI / CI (push) Waiting to run
2024-05-03 11:33:38 +02:00
samstrohkorbatt
7d97bc2392
Merge branch 'main' into samstrohkorbatt/python-fstring 2024-04-26 09:38:36 -06:00
Jake Bailey
7be409ee98 Pass args down too 2024-04-25 13:56:35 -07:00
Jake Bailey
5a8eb62e4e Call clearFiles on internal EmitOutput diagnostics 2024-04-25 13:00:17 -07:00
samstrohkorbatt
77e16ebc81 Fixing formatting 2024-04-01 14:42:16 -06:00
samstrohkorbatt
ac2c7a1add
Merge branch 'main' into samstrohkorbatt/python-fstring 2024-04-01 14:27:04 -06:00
Timothee Guerin
3fd1654ff6 Add docs for tests 2024-03-29 16:16:36 +00:00
Timothee Guerin
851a5580ed Add typespec language 2024-03-29 15:59:11 +00:00
Jeremy Rifkin
92f21bfb5b
Fix bug with highlighting of C++ raw string literals (#4436)
* Fix bug with highlighting of C++ raw string literals

* Update to today's monaco-editor-core

* Continue generating `string.raw.end` tokens

---------

Co-authored-by: Alex Dima <alexdima@microsoft.com>
2024-03-20 21:09:44 +00:00
samstrohkorbatt
67960d2298 Adding python f-string syntax support 2024-02-26 09:04:22 -08:00
Alexander Makarenko
9be16fa852 Remove unused types
Fix microsoft#727
2023-12-20 11:39:05 +01:00
Alexander Makarenko
eb704f3a86 Remove excessive APIs
Fix microsoft#727
2023-12-20 10:09:12 +01:00
Alexander Makarenko
c3aeff033a Inline JSON language service types in monaco.contribution.ts
Fix microsoft#727
2023-12-20 10:09:12 +01:00
Alexander Makarenko
d39ac8ecc0 Export IJSONWorker type
Fix microsoft#727
2023-12-20 10:09:12 +01:00
DavidMulder0
8d1525eb6d Expose JSON worker
Fix #727
2023-12-20 10:09:12 +01:00
Martin Aeschlimann
84a181bb6b
Merge branch 'main' into feature/json_docsym 2023-12-15 10:30:42 +01:00
Henning Dieterichs
e1a06068e8
Merge pull request #4255 from OfekShilon/CppOpFix
Remove 2 java-only operators from c++ tokenizer
2023-12-14 16:06:33 +01:00
Henning Dieterichs
72dcedbbd5
Merge pull request #4256 from OfekShilon/FixTokenizerComments
Fix suggestion for #4253
2023-12-14 13:03:24 +01:00
Henning Dieterichs
3fd1649231
Merge pull request #4212 from soof-golan/main
feat: Python 3.12 keywords support
2023-12-14 11:46:34 +01:00
Ofek Shilon
d5a1a09eba Fix #4253 2023-11-12 20:24:31 +02:00
Ofek Shilon
d38b385382 Remove 2 java-only operators from c++ tokenizer 2023-11-12 20:13:57 +02:00
Soof Golan
d200c7147a
feat: add Python 3.12 keyword 2023-10-10 18:27:27 +03:00
dmkokovtsev
12ff291428 fix: enable markdown in completion details 2023-10-07 22:42:05 +03:00
tamayika
c38f07a36e
Merge branch 'main' into feature/json_docsym 2023-10-04 19:53:41 +09:00
Henning Dieterichs
97c7fdb35c
Fixes CodeQL issues (#4090) 2023-07-19 17:05:52 +02:00
Henning Dieterichs
5ea17c3f59
Merge pull request #3315 from philippleidig/extend-st-extensions-twincat
Add TwinCAT file support for structured text (st) language
2023-07-07 19:05:36 +02:00
Henning Dieterichs
f19138215f
Merge pull request #3488 from remcohaszing/export-typescript-worker-members
Export custom TypeScript worker variables
2023-07-07 17:52:20 +02:00
Henning Dieterichs
c4e3037ed0
Merge branch 'main' into export-typescript-worker-members 2023-07-07 17:41:57 +02:00
claylibrarymarket
e1e946ac65
Update twig.test.ts 2023-07-07 10:07:41 -05:00
claylibrarymarket
de76be4e6c
Update twig.ts 2023-07-07 09:58:33 -05:00