https://github.com/nikeee/dot-language-support
Library for parsing and analyzing DOT scripts
https://github.com/nikeee/dot-language-support
dot-language graphviz hacktoberfest language-service typescript
Last synced: about 1 year ago
JSON representation
Library for parsing and analyzing DOT scripts
- Host: GitHub
- URL: https://github.com/nikeee/dot-language-support
- Owner: nikeee
- License: mit
- Created: 2018-05-29T12:34:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-04-29T07:23:33.000Z (about 2 years ago)
- Last Synced: 2024-05-01T14:07:09.465Z (about 2 years ago)
- Topics: dot-language, graphviz, hacktoberfest, language-service, typescript
- Language: TypeScript
- Homepage:
- Size: 1.35 MB
- Stars: 14
- Watchers: 3
- Forks: 3
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Citation: CITATION.cff
Awesome Lists containing this project
README
# 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 -S i dot-language-support
```