Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 2 months ago
JSON representation

Library for parsing and analyzing DOT scripts

Awesome Lists containing this project

README

        

# dot-language-support [![CD](https://github.com/nikeee/dot-language-support/actions/workflows/CD.yml/badge.svg)](https://github.com/nikeee/dot-language-support/actions/workflows/CD.yml) [![CI](https://github.com/nikeee/dot-language-support/actions/workflows/CI.yml/badge.svg)](https://github.com/nikeee/dot-language-support/actions/workflows/CI.yml) ![Dependencies](https://img.shields.io/librariesio/release/npm/dot-language-support) [![npm version](https://img.shields.io/npm/v/dot-language-support)](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
```