dot-language-support

Parser and language service for graphviz (dot) files

Usage no npm install needed!

<script type="module">
  import dotLanguageSupport from 'https://cdn.skypack.dev/dot-language-support';
</script>

README

dot-language-support

Build Status Dependency Status npm version

A language service library, written in TypeScript. Used by dot-language-server and edotor.net.

Features

  • Hightlight 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