dot-language-support
Version:
Parser and language service for graphviz (dot) files
17 lines (13 loc) • 1 kB
Markdown
# dot-language-support [](https://github.com/nikeee/dot-language-support/actions/workflows/CD.yml) [](https://github.com/nikeee/dot-language-support/actions/workflows/CI.yml)  [](https://www.npmjs.com/package/dot-language-support)
A language service library, written in TypeScript. Used by [dot-language-server](https://github.com/nikeee/dot-language-server) and [edotor.net](https://edotor.net).
## Features
- Highlight semantic and syntactic errors
- Auto completion for colors and shapes
- Code Actions:
- Refactoring Graphs to Digraphs and vice-versa
- Fix wrong graph edges
- Refactor edges to sub graphs
## Installation
```sh
npm i dot-language-support
```