Commit Graph

88 Commits (a3d4b960c54f0fd129434ecaf606841fb10771a6)

Author SHA1 Message Date
Henning Dieterichs 4c5552d6a5
Refactors workerManager 3 years ago
Henning Dieterichs 913ae66ad8
Merge pull request #3057 from bsorrentino/main
Fix issue #2295 - Models with "@" in their name do not resolve as dependencies
3 years ago
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
3 years ago
Henning Dieterichs 12d4d82bdf
Merge pull request #3111 from soof-golan/soof/python-3.10-support
Add Python 3.10 keyword support
3 years ago
Angela Burton 519407a929
Update keywords 3 years ago
Henning Dieterichs abe52ad13b
Merge branch 'main' into soof/python-3.10-support 3 years ago
Alex Dima c82fd2cd2c
Merge remote-tracking branch 'origin/main' into pr-3102 3 years ago
Alexandru Dima 6a9cec5add
Merge pull request #3138 from popsql/test-mysql-duplicate
Remove duplicate testcases for mysql
3 years ago
Henning Dieterichs c6e59c5f43
Updates monaco-editor-core & updates changelog. 3 years ago
Matthew Peveler a3a0153739
Remove duplicate testcases for mysql 3 years ago
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
3 years ago
Toni Lastre 0acf88b6b5 Add Monarch config and tokenizer for query language Cypher 3 years ago
Yash-Singh1 752a5d56ab feat: add fr units for css grid 3 years ago
DetachHead 3e936d0e3f
add `out` keyword to typescript 3 years ago
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`.
3 years ago
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
3 years ago
Martin Aeschlimann 2c5c9636a2
update css, new formatting options 3 years ago
Martin Aeschlimann 290a62d727
adopt css formatter 3 years ago
Andrew Branch 9119a5bd3d Add new required methods to LanguageServiceHost 3 years ago
Luis Scholl 83cb8faa8c Add script type module syntax highlighting to html 3 years ago
Henning Dieterichs 36f7110813
Adopts breaking change in nightly monaco-editor-core. 3 years ago
Philip Turner c03eee3f55
Update swift.ts 3 years ago
Alex Dima c0b99e4785
Remove CommonJS export pattern 3 years ago
Henning Dieterichs 3e9f3304ce
Run import typescript 3 years ago
Henning Dieterichs fa79ad755d
Merge pull request #2929 from ZusorCode/cjs-extension-javascript
Add .cjs extension for javascript files
3 years ago
Henning Dieterichs 91edee5791
Moves src/{typescript,css,...} to src/language/{typescript,css,...} to align with the released paths 3 years ago
Henning Dieterichs 9eb7c18143
Don't load editor api from global API but use require directly. 3 years ago
Tobias Messner f8066b86df Add .cjs extension for javascript files 3 years ago
Philip Turner 743073476a
Update swift.ts 3 years ago
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
3 years ago
Alexandru Dima bfb6a42e3d
Merge pull request #2855 from philipturner/main
Update Swift language specification to version 5.5
3 years ago
Alexandru Dima 93c7165c32
Merge pull request #2847 from blutorange/lang-freemarker
Implements #2383 Add syntax modes for FreeMarker template language
3 years ago
Alex Dima 3159d3d6c9
Adopt latest `monaco-editor-core` 3 years ago
Philip Turner 29454a6a53
Update swift.test.ts 3 years ago
Juan C. Diaz 1c19118f82 Fix bug #2851 3 years ago
Philip Turner 22487ca8e1
Changes from prettier 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
Philip Turner 911545031d
No need for this TODO 3 years ago
Philip Turner 899a8eb798
Add differentiation keywords 3 years ago
Philip Turner 491d70bdaa
Use tabs instead of spaces 3 years ago
Philip Turner 41ff265429
Copy attribute keywords from Xcode 3 years ago
Philip Turner 7fc2b23c7e
Changed spaces to tabs 3 years ago
Philip Turner 3ed28633bd
Add double-underscored keywords (indention is too corrupted to fix - a mess of tabs instead of spaces) 3 years ago
Philip Turner 1943ce5ecc
Or not 3 years ago
Philip Turner cfa9035aa5
Indentation fixed 3 years ago
Philip Turner 70ff052f2c
Working around glitch with GitHub markdown 3 years ago
Philip Turner 860d306c84
Add "open" access modifier and reorder from most to least restrictive 3 years ago
Philip Turner c31bb1eab8
Fix the all-caps keywords that changes to words prefixed by # 3 years ago
Philip Turner e617386720
Copy the basic keyword types from Xcode 3 years ago