mirror of
https://github.com/MaskRay/ccls.git
synced 2024-11-22 07:35:08 +00:00
Updated Monaco Editor (markdown)
parent
e5c6efa749
commit
c07a5f86b7
@ -15,6 +15,7 @@
|
|||||||
- Emacs: [eglot] [emacs-ccls]
|
- Emacs: [eglot] [emacs-ccls]
|
||||||
- (Neo)Vim: [coc.nvim] [ale] [LanguageClient-neovim] [vim-lsp]
|
- (Neo)Vim: [coc.nvim] [ale] [LanguageClient-neovim] [vim-lsp]
|
||||||
- VSCode: [vscode-ccls]
|
- VSCode: [vscode-ccls]
|
||||||
|
- Monaco Editor: [monaco-editor]
|
||||||
|
|
||||||
### Custom `Location[]` requests
|
### 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
|
[lsp-mode]: https://github.com/emacs-lsp/lsp-mode
|
||||||
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp
|
[vim-lsp]: https://github.com/prabirshrestha/vim-lsp
|
||||||
[vscode-ccls]: https://github.com/MaskRay/vscode-ccls
|
[vscode-ccls]: https://github.com/MaskRay/vscode-ccls
|
||||||
|
[monaco-editor]: https://github.com/MaskRay/ccls/wiki/Monaco-Editor
|
4
Monaco-Editor.md
Normal file
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]]
|
+ [[LanguageClient-neovim]]
|
||||||
+ [[vim-lsp]]
|
+ [[vim-lsp]]
|
||||||
- [[Visual Studio Code]]
|
- [[Visual Studio Code]]
|
||||||
|
- [[Monaco Editor | https://github.com/MaskRay/ccls/wiki/Monaco-Editor]]
|
||||||
* [[Project Setup]]
|
* [[Project Setup]]
|
||||||
* [[Customization]]
|
* [[Customization]]
|
||||||
* [[Debugging]]
|
* [[Debugging]]
|
||||||
|
Loading…
Reference in New Issue
Block a user