Skip to content

Commit

Permalink
Add alias graphviz for dot (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
shoorick committed May 15, 2023
1 parent c745bb8 commit 56a5798
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rouge/lexers/dot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ class Dot < RegexLexer
desc "graph description language"

tag 'dot'
aliases 'graphviz'
filenames '*.dot'
mimetypes 'text/vnd.graphviz'

Expand Down

0 comments on commit 56a5798

Please sign in to comment.