Skip to content
Snippets Groups Projects
Commit 220c65da authored by yakomaxa's avatar yakomaxa
Browse files

Parentheses re-enabled in RasMol

parent 675f4b86
Branches
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@ const lang = P.MonadicParser.createLanguage({
r.Parens,
r.Operator,
r.Expression
).wrap(P.MonadicParser.string('{'), P.MonadicParser.string('}'));
).wrap(P.MonadicParser.string('( '), P.MonadicParser.string(' )'));
},
Expression: function (r: any) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment