Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
nomad-lab
parser-quasi-harmonic-properties
Commits
6a58ab6c
Commit
6a58ab6c
authored
Jan 27, 2017
by
Mohamed, Fawzi Roberto (fawzi)
Browse files
fix detection in scala part
parent
67103a56
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/eu/nomad_lab/parsers/QuasiharmonicParser.scala
View file @
6a58ab6c
...
...
@@ -22,7 +22,9 @@ object QhpParser extends SimpleExternalParserGenerator(
))
::
Nil
),
mainFileTypes
=
Seq
(
"text/.*"
),
mainFileRe
=
"""\.\s*QHP \.\.\."""
.
r
,
mainFileRe
=
"""# QHA 1\.0\s*
\s*
"""
.
r
,
cmd
=
Seq
(
DefaultPythonInterpreter
.
pythonExe
(),
"${envDir}/parsers/quasi-harmonic-properties/parser/parser-quasi-harmonic-properties/qhp.py"
,
"${mainFileUri}"
,
"${mainFilePath}"
),
resList
=
Seq
(
"parser-quasi-harmonic-properties/qhp.py"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment