https://github.com/renderffx/dsl-lsp
➡️ dsl-lsp is a Groovy-based LSP implementation for Domain-Specific Languages (DSLs). It offers syntax highlighting, code completion, and validation tailored to various DSLs. Enhance your development with specialized support and integration for unique languages and configurations.
https://github.com/renderffx/dsl-lsp
Last synced: 2 months ago
JSON representation
➡️ dsl-lsp is a Groovy-based LSP implementation for Domain-Specific Languages (DSLs). It offers syntax highlighting, code completion, and validation tailored to various DSLs. Enhance your development with specialized support and integration for unique languages and configurations.
- Host: GitHub
- URL: https://github.com/renderffx/dsl-lsp
- Owner: renderffx
- Created: 2024-09-08T07:21:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-08T08:05:24.000Z (almost 2 years ago)
- Last Synced: 2026-03-07T16:24:02.256Z (4 months ago)
- Language: Groovy
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY_POLICY.md
Awesome Lists containing this project
README
# dsl-lsp
**dsl-lsp** is a Groovy-based LSP implementation for Domain-Specific Languages (DSLs). It provides syntax highlighting, code completion, and validation tailored to various DSLs. Enhance your development with specialized support and integration for unique languages and configurations.
## Installation
1. Clone the repository:
```sh
git clone https://github.com/chacolatess/dsl-lsp.git
cd dsl-lsp