Updated Monaco Editor (markdown)

Aayush04 2019-03-30 22:27:09 +05:30 committed by Fangrui Song
parent e5c6efa749
commit c07a5f86b7
3 changed files with 7 additions and 0 deletions

@ -15,6 +15,7 @@
- Emacs: [eglot] [emacs-ccls]
- (Neo)Vim: [coc.nvim] [ale] [LanguageClient-neovim] [vim-lsp]
- VSCode: [vscode-ccls]
- Monaco Editor: [monaco-editor]
### Custom `Location[]` requests
@ -30,3 +31,4 @@ https://github.com/MaskRay/ccls/wiki/FAQ#definitions and following sections.
[lsp-mode]: https://github.com/emacs-lsp/lsp-mode
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp
[vscode-ccls]: https://github.com/MaskRay/vscode-ccls
[monaco-editor]: https://github.com/MaskRay/ccls/wiki/Monaco-Editor

4
Monaco-Editor.md Normal file

@ -0,0 +1,4 @@
For integration with [Monaco Editor] you will need [Monaco LanguageClient]
[Monaco Editor]: https://github.com/Microsoft/monaco-editor
[Monaco LanguageClient]: https://github.com/TypeFox/monaco-languageclient

@ -11,6 +11,7 @@
+ [[LanguageClient-neovim]]
+ [[vim-lsp]]
- [[Visual Studio Code]]
- [[Monaco Editor | https://github.com/MaskRay/ccls/wiki/Monaco-Editor]]
* [[Project Setup]]
* [[Customization]]
* [[Debugging]]