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
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
Martin Aeschlimann
2c5c9636a2
update css, new formatting options
2022-04-01 18:07:52 +02:00
Martin Aeschlimann
290a62d727
adopt css formatter
2022-03-31 15:12:17 +02:00
Andrew Branch
9119a5bd3d
Add new required methods to LanguageServiceHost
2022-03-15 09:40:01 -07:00
Luis Scholl
83cb8faa8c
Add script type module syntax highlighting to html
2022-02-16 10:16:22 +01:00
Henning Dieterichs
36f7110813
Adopts breaking change in nightly monaco-editor-core.
2022-02-14 11:32:52 +01:00
Philip Turner
c03eee3f55
Update swift.ts
2022-02-10 06:30:18 -05:00
Alex Dima
c0b99e4785
Remove CommonJS export pattern
2022-02-05 00:48:01 +01:00
Henning Dieterichs
3e9f3304ce
Run import typescript
2022-02-03 16:54:15 +01:00
Henning Dieterichs
fa79ad755d
Merge pull request #2929 from ZusorCode/cjs-extension-javascript
...
Add .cjs extension for javascript files
2022-02-03 15:59:36 +01:00
Henning Dieterichs
91edee5791
Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths
2022-02-02 17:12:13 +01:00
Henning Dieterichs
9eb7c18143
Don't load editor api from global API but use require directly.
2022-02-02 16:22:09 +01:00
Tobias Messner
f8066b86df
Add .cjs extension for javascript files
2022-01-31 20:48:57 +01:00
Philip Turner
743073476a
Update swift.ts
2022-01-27 19:08:45 -05:00
Alexandru Dima
9f0a9c263f
Merge pull request #2871 from juan-carlos-diaz/main
...
Fix #2851 Highlight correctly the attributes and identifiers (with dashes) for Shell language
2022-01-27 11:50:22 +01:00
Alexandru Dima
bfb6a42e3d
Merge pull request #2855 from philipturner/main
...
Update Swift language specification to version 5.5
2022-01-14 09:53:37 +01:00
Alexandru Dima
93c7165c32
Merge pull request #2847 from blutorange/lang-freemarker
...
Implements #2383 Add syntax modes for FreeMarker template language
2022-01-14 09:47:26 +01:00
Alex Dima
3159d3d6c9
Adopt latest monaco-editor-core
2022-01-10 09:07:20 +01:00
Philip Turner
29454a6a53
Update swift.test.ts
2022-01-03 09:42:12 -05:00
Juan C. Diaz
1c19118f82
Fix bug #2851
2022-01-03 08:27:23 -05:00
Philip Turner
22487ca8e1
Changes from prettier
2022-01-03 07:04:02 -05:00
Remy Suen
be3ac39fbf
Support hyphenated HTML tags in Markdown syntax
...
Signed-off-by: Remy Suen <remy.suen@gmail.com>
2021-12-30 08:00:31 -05:00
Alex Dima
3a58c2a6ba
Adopt latest monaco-editor-core
2021-12-29 01:08:27 +01:00
Philip Turner
911545031d
No need for this TODO
2021-12-26 14:14:47 -05:00
Philip Turner
899a8eb798
Add differentiation keywords
2021-12-26 14:13:34 -05:00
Philip Turner
491d70bdaa
Use tabs instead of spaces
2021-12-26 14:07:18 -05:00
Philip Turner
41ff265429
Copy attribute keywords from Xcode
2021-12-26 14:05:44 -05:00
Philip Turner
7fc2b23c7e
Changed spaces to tabs
2021-12-26 14:02:49 -05:00
Philip Turner
3ed28633bd
Add double-underscored keywords (indention is too corrupted to fix - a mess of tabs instead of spaces)
2021-12-26 13:59:16 -05:00
Philip Turner
1943ce5ecc
Or not
2021-12-26 13:54:47 -05:00
Philip Turner
cfa9035aa5
Indentation fixed
2021-12-26 13:54:17 -05:00
Philip Turner
70ff052f2c
Working around glitch with GitHub markdown
2021-12-26 13:52:52 -05:00
Philip Turner
860d306c84
Add "open" access modifier and reorder from most to least restrictive
2021-12-26 13:50:38 -05:00
Philip Turner
c31bb1eab8
Fix the all-caps keywords that changes to words prefixed by #
2021-12-26 13:49:09 -05:00