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
Philip Turner
e617386720
Copy the basic keyword types from Xcode
2021-12-26 13:44:38 -05:00
Andre Wachsmuth
94f81dc4ae
Implements #2383 Add syntax modes for FreeMarker template language
2021-12-21 22:53:42 +01:00
Alex Dima
2b7072d663
More exports for #2834
2021-12-16 16:29:19 +01:00
Alex Dima
d70607de55
Fixes #2834 : Export adapter classes
2021-12-16 16:26:54 +01:00
Alexandru Dima
87f976a786
Fixes #2820 : Export create
2021-12-14 18:07:32 +01:00
Alexandru Dima
888883e33e
Fixes #2705 : Call create also from the ESM worker
2021-12-14 18:00:17 +01:00
Alexandru Dima
ad4a942460
Fixes #2815 : Remove require reference in typescriptServices
2021-12-14 16:55:59 +01:00
Alex Dima
c938ee0b32
format file with prettier
2021-12-09 20:59:18 +01:00
cmlchen
fbe2b4c7a9
Fix token while missing syntax= directive
2021-12-09 16:04:03 +08:00
Jonatan Kłosko
1126efe8d2
Tokenize the power operator
2021-12-08 12:27:27 +01:00
Jonatan Kłosko
10bce38a76
Update Elixir tokenization of sigil modifiers
2021-12-08 12:24:13 +01:00
Alex Dima
2d6b5590c7
Remove unnecessary "use strict" directives
2021-11-17 15:17:14 +01:00
Alex Dima
4f03f6c4bf
Enable strict typescript compilation
2021-11-17 15:13:49 +01:00
Alex Dima
a33b7cee5a
Inline adapters
2021-11-17 15:04:27 +01:00
Alex Dima
8f57069f86
Extract a common SelectionRangeAdapter
2021-11-17 14:58:58 +01:00
Alex Dima
b49f8ffd5f
Extract a common FoldingRangeAdapter
2021-11-17 14:56:24 +01:00