1

I'm looking for a Debian editor with syntax highlight for the DOT language.

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250

1 Answers1

8

Vim has this built-in: https://github.com/vim/vim/blob/master/runtime/syntax/dot.vim. Mode for Emacs, can be installed from MELPA: https://github.com/ppareit/graphviz-dot-mode

Arkadiusz Drabczyk
  • 25,049
  • 5
  • 53
  • 68