1
1
mirror of https://github.com/github/semantic.git synced 2024-12-22 22:31:36 +03:00

Stub in a module for a DOT renderer.

This commit is contained in:
Rob Rix 2017-12-06 08:49:06 -07:00
parent 2c561be63f
commit d880f22964
2 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,7 @@ library
, Parsing.TreeSitter
, Paths_semantic_diff
-- Rendering formats
, Rendering.DOT
, Rendering.JSON
, Rendering.Renderer
, Rendering.SExpression

1
src/Rendering/DOT.hs Normal file
View File

@ -0,0 +1 @@
module Rendering.DOT where