1
1
mirror of https://github.com/github/semantic.git synced 2025-01-03 04:51:57 +03:00

Formatting of ParseJSON data type

This commit is contained in:
Rick Winfrey 2016-11-23 13:30:15 -06:00
parent a7e21d1ebb
commit eb88b46d6f

View File

@ -23,11 +23,11 @@ import TreeSitter
import Text.Parser.TreeSitter.Language
import Renderer.JSON()
data ParseJSON =
ParseJSON
data ParseJSON = ParseJSON
{ category :: Text
, range :: Range
, sourceText :: SourceText
, text :: SourceText
, children :: [ParseJSON]
} deriving (Show, Generic, ToJSON)
run :: Arguments -> IO ()