diff --git a/Editor-Configuration.md b/Editor-Configuration.md index 22632d6..5c1188d 100644 --- a/Editor-Configuration.md +++ b/Editor-Configuration.md @@ -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 \ No newline at end of file diff --git a/Monaco-Editor.md b/Monaco-Editor.md new file mode 100644 index 0000000..4852418 --- /dev/null +++ b/Monaco-Editor.md @@ -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 diff --git a/_Sidebar.md b/_Sidebar.md index ec612e8..9daac49 100644 --- a/_Sidebar.md +++ b/_Sidebar.md @@ -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]]