mirror of
https://github.com/github/semantic.git
synced 2024-12-26 00:12:29 +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
|
||||
{ format :: Format
|
||||
, color :: Bool
|
||||
, source :: Either FilePath Prelude.String
|
||||
, source :: Either [FilePath] Prelude.String
|
||||
}
|
||||
|
||||
parseAST :: Parser SemanticAST
|
||||
|
Loading…
Reference in New Issue
Block a user