1
1
mirror of https://github.com/github/semantic.git synced 2024-11-28 01:47:01 +03:00

Stub in a module for comment syntax.

This commit is contained in:
Rob Rix 2017-03-26 15:34:44 -04:00
parent a7b8ca680c
commit 8b2ac42788
2 changed files with 2 additions and 0 deletions

View File

@ -27,6 +27,7 @@ library
, Data.RandomWalkSimilarity
, Data.Record
, Data.Syntax
, Data.Syntax.Comment
, Data.Syntax.Literal
, Data.Text.Listable
, Diff

View File

@ -0,0 +1 @@
module Data.Syntax.Comment where