Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivam-880/vscode-dot-language-server-with-parser
A language server for DOT language
https://github.com/shivam-880/vscode-dot-language-server-with-parser
antlr4 dot language-server-protocol vscode-extension
Last synced: 7 days ago
JSON representation
A language server for DOT language
- Host: GitHub
- URL: https://github.com/shivam-880/vscode-dot-language-server-with-parser
- Owner: shivam-880
- License: mit
- Created: 2018-05-10T11:01:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-16T14:38:18.000Z (over 6 years ago)
- Last Synced: 2024-10-09T10:02:10.093Z (28 days ago)
- Topics: antlr4, dot, language-server-protocol, vscode-extension
- Language: JavaScript
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Language Server For DOT With Visual Studio Code
This repository is forked from https://github.com/unosviluppatore/language-server-dot. However, in this repository the antlr parser is implemented as a local node module for the server i.e., instead of running parser as a separate service it can be loaded as a node module.
# Installation
```
cd vscode-dot-language-server-with-parser
npm install
```# Debug
`CLTR + B` to build & `F5` to launch the debugger. Use `Attach to server` debug configuration to debug server.