Commit Graph

2555 Commits (a06e20f8fefe3f390c0ce1466a2c6b72cbfc4cdb)
 

Author SHA1 Message Date
Alexandru Dima 0b103fa28c
Merge pull request #163 from sw23/main
Adding syntax highlighting support for .pla files (Programmable Logic Array)
3 years ago
Alexandru Dima 0e901e285a
Merge pull request #164 from tochicool/protobuf
Add support for Protocol Buffers language
3 years ago
Alexandru Dima da955efc3d
Merge pull request #165 from sw23/sv_table_highlight_update
SystemVerilog: Adding better syntax highlighting for primitive table definitions
3 years ago
sw23 b763728b60 SystemVerilog: Adding better formatting for primitive definitions 3 years ago
Tochi Obudulu 8876a63cdb
Add support for Protocol Buffers language 3 years ago
sw23 2db4b4ef7f Simplifying .type to recognized any types specified 3 years ago
Spencer Williams 27c31112a6
Merge branch 'microsoft:main' into main 3 years ago
sw23 31cf2775f5 Adding syntax highlighting support for .pla files (Programmable Logic Arrays) 3 years ago
Alex Dima 79ba83e1b5
5.0.0 3 years ago
Alex Dima 9474cac9bf
Adopt latest `monaco-editor` 3 years ago
Alexandru Dima 493bdc6c1f
Update CONTRIBUTING.md 3 years ago
Alex Dima 7d8e983bac
0.29.0 3 years ago
Alex Dima 8b16286cc3
update `monaco.d.ts` 3 years ago
Alex Dima f377e9e7ac
Prepare for 0.29.0 3 years ago
Alex Dima 49ba01f724
run prettier 3 years ago
Alex Dima 25cb9d78a8
run prettier 3 years ago
Alex Dima b9969d41cb
run prettier 3 years ago
Alexandru Dima ee57c14cc2
Merge pull request #92 from koto/tt
Added an example of loading Monaco with Trusted Types
3 years ago
Alex Dima e56acf710a
run prettier 3 years ago
Alexandru Dima 97ff11be97
Merge pull request #2644 from crackalak/feature/shadowdom-aria
Added `ariaContainerElement` to shadow dom test
3 years ago
Alex Dima 64042339ee
4.9.1 3 years ago
Alex Dima e3a760e054
Add `LanguageServiceDefaults.setInlayHintsOptions` 3 years ago
Alex Dima 5cba23203c
4.9.0 3 years ago
Alex Dima 4317b5353b
update deps 3 years ago
Alex Dima d6f84c6e3b
update to latest typescript 3 years ago
Alex Dima 5f40d268df
2.9.0 3 years ago
Alex Dima c75289c39d
update deps 3 years ago
Alexandru Dima 66f57d0811
Merge pull request #84 from paranoidjk/fix-reference
feat: support find reference to extraLib
3 years ago
Alex Dima 215112db6d
Avoid `Uri.parse` for fileName equality 3 years ago
Alex Dima f2e2b1d3a4
Always instantiate `.d.ts` models as `typescript` 3 years ago
Alexandru Dima 6b6fc00cc1
Merge pull request #85 from microsoft/priv_pub
Publicly expose getters for the lang server and extra libs
3 years ago
Alex Dima dcf7a7a058
update workspace file 3 years ago
Alexandru Dima ed4b7ec250
Merge pull request #2640 from HKalbasi/main
Add example for inlay hints
3 years ago
Orta 85d22afc03 Publicly expose getters for the lang server and extra libs 3 years ago
Alex Dima 9ff1f28566
Add workspace file 3 years ago
Alexandru Dima c33c68bdcc
Merge pull request #83 from troy351/main
Add type definition of `setInlayHintsOptions`
3 years ago
Alexandru Dima bb8ac53651
Merge pull request #165 from silverwind/patch-1
Fix letter case in repo URL
3 years ago
Alexandru Dima 8d58a70300
Merge pull request #160 from mbtools/main
Update ABAP syntax
3 years ago
Alexandru Dima 5641b25d8d
Merge pull request #158 from scarolan/patch-1
Replace // with # for line comments
3 years ago
Alexandru Dima 972af31cdb
Merge pull request #159 from aaaaaa2493/main
Support Java 12-17 syntax
3 years ago
Alexandru Dima 4848249f37
Merge pull request #154 from valeriia-melnychuk/main
Implement syntax highlighting for Flow9
3 years ago
Alexandru Dima 3f21d2b2de
Merge pull request #2674 from silverwind/patch-1
Fix letter case in repo URL
3 years ago
Alexandru Dima 34de41a057
Merge pull request #2658 from Un-index/patch-2
chore: Align run button text in playground.css
3 years ago
Marc Bernard b39800cf5e
Update ABAP syntax (#1)
General update to ABAP 7.55 syntax, bug fixes, enhancements
3 years ago
Krzysztof Kotowicz 107e6c27b8 Added an example of loading Monaco that is compliant with Trusted Types (https://web.dev/trusted-types). 3 years ago
Vladimir Turov a92176bdfa Support Java 12-17 syntax 3 years ago
Alexandru Dima d2c65e3b93
Merge pull request #91 from microsoft/dependabot/npm_and_yarn/nth-check-2.0.1
Bump nth-check from 2.0.0 to 2.0.1
3 years ago
silverwind 21b51b4830
Fix letter case in repo URL
The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
3 years ago
silverwind 9f325e1160
Fix letter case in repo URL
The repo url in `package.json` is incorrectly using uppercase in the origanization name, fix that.
3 years ago
Sean Carolan e877a4355d
Replace // with # for line comments
The Terraform HCL documentation states that the # is the preferred and default setting for single line comments:
https://www.terraform.io/docs/language/syntax/configuration.html#comments
3 years ago