Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/monaco-dot-language-server
A language server for DOT with Monaco editor
https://github.com/shivam-880/monaco-dot-language-server
antlr dot language-server-protocol monaco-editor
Last synced: 7 days ago
JSON representation
A language server for DOT with Monaco editor
- Host: GitHub
- URL: https://github.com/shivam-880/monaco-dot-language-server
- Owner: shivam-880
- License: mit
- Created: 2018-05-10T20:08:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:38:53.000Z (over 6 years ago)
- Last Synced: 2024-10-09T10:03:02.996Z (28 days ago)
- Topics: antlr, dot, language-server-protocol, monaco-editor
- Language: JavaScript
- Size: 24.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# monaco-language-server-dot
A language server for DOT with Monaco editor# Installation
```
cd monaco-dot-language-server
npm install
```# Usage
Access `client/lib/index.html` for the in-browser Monaco editor implementation.