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:
parent
a7e21d1ebb
commit
eb88b46d6f
@ -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 ()
|
||||
|
Loading…
Reference in New Issue
Block a user