Skip to content

Commit 372dc21

Browse files
authored
Merge pull request #496 from yahorbarkouski/patch-1
Add monaco editor integration sample to EDTITORS.md
2 parents 48db0c3 + e1710c1 commit 372dc21

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

EDITORS.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,9 @@ require'lspconfig'.kotlin_language_server.setup{
8181
}
8282
```
8383

84+
## Monaco Editor
85+
See [kotlin-monaco-language-server](https://github.com/yahorbarkouski/kotlin-monaco-language-server).
86+
8487
## Other Editors
8588
Install a [Language Server Protocol client](https://microsoft.github.io/language-server-protocol/implementors/tools/) for your tool. Then invoke the language server executable in a client-specific way.
8689

0 commit comments

Comments
 (0)