nikeee / dot-language-support

Library for parsing and analyzing DOT scripts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dot-language-support CD CI Dependencies npm version

A language service library, written in TypeScript. Used by dot-language-server and 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

npm -S i dot-language-support

About

Library for parsing and analyzing DOT scripts

License:MIT License


Languages

Language:TypeScript 100.0%