mirror of
https://github.com/github/semantic.git
synced 2024-12-26 08:25:19 +03:00
take multiple filepaths
This commit is contained in:
parent
ca30fe6c15
commit
e67ee6ee7b
@ -17,7 +17,7 @@ import Text.Pretty.Simple (pPrint, pPrintNoColor)
|
|||||||
data SemanticAST = SemanticAST
|
data SemanticAST = SemanticAST
|
||||||
{ format :: Format
|
{ format :: Format
|
||||||
, color :: Bool
|
, color :: Bool
|
||||||
, source :: Either FilePath Prelude.String
|
, source :: Either [FilePath] Prelude.String
|
||||||
}
|
}
|
||||||
|
|
||||||
parseAST :: Parser SemanticAST
|
parseAST :: Parser SemanticAST
|
||||||
|
Loading…
Reference in New Issue
Block a user