Commit Graph

2924 Commits (90dd955ff5d46cadf50d72edb3b329de3c0adad2)
 

Author SHA1 Message Date
larshp b995fa2c05 add ABAP language 6 years ago
Andre Wachsmuth 37f6c649ba Fix microsoft/monaco-editor#1576 update dependency to core
* Update dependency to monaco-editor-core to 0.18.0
* Fix typing errors:
    * SignatureHelpAdapter#provideSignatureHelp return a wrapped SignatureHelpResult
    * monaco.languages.DocumentSymbol has got a new property: tags

The tags are an array SymbolTags, and the only existing SymbolTag is "Deprecated".
I did not find any information about that in the ts.NavigationBarItem, so the tags
are always an empty array for now.
6 years ago
Dominik Moritz d98a11a696
Add syntax highlighting to readme 6 years ago
Peng Lyu 0a4ed9a829 0.18.0 6 years ago
Peng Lyu d511bfdcc7
Merge pull request #68 from mradkov/master
add `None` and `Some` keywords to SophiaML
6 years ago
Peng Lyu 603e672661 2.6.0 6 years ago
Alexandru Dima c9f75d56c2
Updates to support the TS 3.6.0 beta, and adds a daily run-script (#36)
Updates to support the TS 3.6.0 beta, and adds a daily run-script
6 years ago
Alex Dima c86307ab92 Remove TS 3.5 compatibility since this project will never use TS 3.5 again ... 6 years ago
Alex Dima 6dce21c4e5 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 6 years ago
Alex Dima 55e809cc72 The version of monaco-typescript is independent of the version of typescript it ships and reflects its own API surface 6 years ago
Orta Therox b8063f957f Adds a CodeAction provider to support fixits 6 years ago
Orta Therox c8b92c097f Adds backwards compatability for diagnostic chains 6 years ago
DefinitelyNotAGoat 65602c1a09 pascaligo: adding pascaligo language support
Pascaligo is a layer 2 smart contract language for the Tezos blockchain.
For more info please see: https://ligolang.org/
6 years ago
Milen Radkov f102b6067a
add `None` and `Some` keywords 6 years ago
Martin Aeschlimann 6ca4958538 more polish 6 years ago
Martin Aeschlimann de8bd2ba4f fix typo 6 years ago
Martin Aeschlimann bdc9560718 generalize as mode configuration 6 years ago
Martin Aeschlimann 22dcdaf5e5
Merge pull request #9 from wesinator/patch-1
Add .har extension
6 years ago
Dominik Moritz 002037408a Add Capabilities, add change handler. 6 years ago
Dominik Moritz 19ec8cd768 Upgrade dependencies 6 years ago
Dominik Moritz f1b2e50e7c Move disableDefaultFormatter to LanguageServiceDefaults 6 years ago
Alexandru Dima e5f64ddfef
Adding an example with the monaco webpack plugin (#42)
Adding an example with the monaco webpack plugin
6 years ago
Alex Dima c79ea537b5 Simplify sample, update npm deps to remove npm security errors 6 years ago
Alexandru Dima 9c63f2d1a6
Add typescript webpack sample (#41)
Add typescript webpack sample
6 years ago
Alex Dima 59a35665b3 Add package-lock 6 years ago
Sergey Romanov 847025bc6a Structured text example 6 years ago
Alex Dima 7e5cb3e7ac Fix indentation 6 years ago
Alexandru Dima 2389ae38aa
Make it can be compressed by uglify-js (#34)
Make it can be compressed by uglify-js
6 years ago
Alex Dima bb70a4ba02 Merge remote-tracking branch 'origin/master' into pr/Javey/34 6 years ago
Alexandru Dima ce7745700e
Expose TypeScript version via `monaco.languages.typescript.typeSc… (#31)
Expose TypeScript version via `monaco.languages.typescript.typeScriptVersion`
6 years ago
Alex Dima 18f80838f6 Use consistent casing, rerun import on top of master 6 years ago
Alex Dima 7e126d7c02 Merge remote-tracking branch 'origin/master' into pr/ulrichb/31 6 years ago
Alexandru Dima d033572249
Merge pull request #67 from mradkov/master
Add support for Sophia ML
6 years ago
Alexandru Dima 0ff5946bfd
[ST] Some updated for Structured Text Language support (#66)
[ST] Some updated for Structured Text Language support
6 years ago
Alexandru Dima 1c6738c96e
Merge pull request #63 from finalfantasia/master
[clojure] treat comma as whitespace
6 years ago
Alexandru Dima 7da3699622
[Feat] MIPS: Support for Syntax Highlight and Basic Colorization (#65)
[Feat] MIPS: Support for Syntax Highlight and Basic Colorization
6 years ago
Alexandru Dima e9de765a1e
[xml] Add OPF and XSL file extensions (#64)
[xml] Add OPF and XSL file extensions
6 years ago
Alexandru Dima e28160f19e
Merge pull request #62 from spahnke/bigint
[JS/TS] Add support for BigInt
6 years ago
Milen Radkov c2dba464fa
add sophia example 6 years ago
Milen Radkov b4e9a75a8b
remove comments 6 years ago
Milen Radkov 987f04155a
add sophia syntax 6 years ago
zhanghongnian bf113cc059 fix demo: completion provider example 6 years ago
Sergey Romanov 1857fa19bb More changed to regex 6 years ago
Sergey Romanov 1b01285899 Updates 6 years ago
Sergey Romanov 329cadd860 Merge remote-tracking branch 'upstream/master' 6 years ago
Progyan Bhattacharya 29ef43ce53
[Feat] MIPS: Support for Syntax Highligh and Basic Colorization
Defined rules for statements and declaration. Provided with set of keywords and variable declaration technique.

Signed-off-by: Progyan Bhattacharya <bprogyan@gmail.com>
6 years ago
Dominik Moritz f558b8f4ff add config to disable default formatter
fixes Microsoft/monaco-editor#889
6 years ago
Orta Therox 8e01f87054 Improvements to the monaco-typescript daily deploy 6 years ago
Orta adacbd1951
Update azure-pipelines.yml 6 years ago
Orta 3121f853a4 Set up CI with Azure Pipelines
[skip ci]
6 years ago