Skip to content
Snippets Groups Projects
Commit c0159ce4 authored by Ask Hjorth Larsen's avatar Ask Hjorth Larsen
Browse files

recognize older siestas

parent ee3c0e0e
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ object SiestaParser extends SimpleExternalParserGenerator(
),
mainFileTypes = Seq("text/.*"),
//TODO: Update the replacement string (mainFileRe)
mainFileRe = """Siesta Version: siesta-""".r,
mainFileRe = """(Siesta Version: siesta-|SIESTA [0-9]\.[0-9]\.[0-9])""".r,
cmd = Seq(DefaultPythonInterpreter.pythonExe(), "${envDir}/parsers/siesta/parser/parser-siesta/main.py",
"${mainFilePath}"),
resList = Seq(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment