Commit Graph

40 Commits (3159d3d6c95ba96c4e70da043180f214c0e7a88e)

Author SHA1 Message Date
Alex Dima 3159d3d6c9
Adopt latest `monaco-editor-core` 3 years ago
Remy Suen be3ac39fbf Support hyphenated HTML tags in Markdown syntax
Signed-off-by: Remy Suen <remy.suen@gmail.com>
3 years ago
Alex Dima 3a58c2a6ba
Adopt latest `monaco-editor-core` 3 years ago
Alex Dima 2b7072d663
More exports for #2834 3 years ago
Alex Dima d70607de55
Fixes #2834: Export adapter classes 3 years ago
Alexandru Dima 87f976a786
Fixes #2820: Export create 3 years ago
Alexandru Dima 888883e33e
Fixes #2705: Call `create` also from the ESM worker 3 years ago
Alexandru Dima ad4a942460
Fixes #2815: Remove `require` reference in `typescriptServices` 3 years ago
Alex Dima c938ee0b32
format file with prettier 3 years ago
cmlchen fbe2b4c7a9 Fix token while missing `syntax=` directive 3 years ago
Jonatan Kłosko 1126efe8d2 Tokenize the power operator 3 years ago
Jonatan Kłosko 10bce38a76 Update Elixir tokenization of sigil modifiers 3 years ago
Alex Dima 2d6b5590c7
Remove unnecessary `"use strict"` directives 3 years ago
Alex Dima 4f03f6c4bf
Enable `strict` typescript compilation 3 years ago
Alex Dima a33b7cee5a
Inline adapters 3 years ago
Alex Dima 8f57069f86
Extract a common `SelectionRangeAdapter` 3 years ago
Alex Dima b49f8ffd5f
Extract a common `FoldingRangeAdapter` 3 years ago
Alex Dima 8d7bf2ad76
Extract a common `DocumentColorAdapter` 3 years ago
Alex Dima 3cb8acd2e9
Extract `DocumentFormattingEditProvider` and `DocumentRangeFormattingEditProvider` 3 years ago
Alex Dima 89d05c5889
Move `DocumentLinkAdapter` to `/common/` 3 years ago
Alex Dima 81023950c6
Extract a common `DocumentSymbolAdapter` 3 years ago
Alex Dima 6e986e8f96
Extract a common `RenameAdapter` 3 years ago
Alex Dima 4b2441bf66
Move `DefinitionAdapter` and `ReferenceAdapter` to `/common/` 3 years ago
Alex Dima 09c6ea48f0
Extract a common `DocumentHighlightAdapter` 3 years ago
Alex Dima ca17e09d53
Extract a common `HoverAdapter` 3 years ago
Alex Dima 1c2358bdf9
Extract a common `CompletionAdapter` 3 years ago
Alex Dima 0312af769b
Extract a common `DiagnosticsAdapter` 3 years ago
Alex Dima 54a4ae36e8
Align similar implementations 3 years ago
Alex Dima 41ded74b37
Go back to using `mocha` for unit tests 3 years ago
Orta 1b8bf663ae Expose full ts object to global ts 3 years ago
Orta Therox 892c164a7b
Update tsWorker.ts 3 years ago
Orta 79f4a4cf75 Expose the TypeScript object inside the ts worker 3 years ago
Alex Dima edb439d4f6
Run `prettier` 3 years ago
Alex Dima 45ae1272ea
Strict checks for json 3 years ago
Alex Dima 5c54d2085f
Fix some links 3 years ago
Alex Dima 0f7286cf55
Move basic languages sources to `/src/` 3 years ago
Alex Dima 8b4f06b8c5
Move typescript sources to `/src/` 3 years ago
Alex Dima c41a5ce8aa
Move json sources to `/src/` 3 years ago
Alex Dima a8df4018f1
Move html sources into `/src/` 3 years ago
Alex Dima b3f2986d69
Move css sources into `/src/` 3 years ago