We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9304f3c commit f7835b7Copy full SHA for f7835b7
src/language/parsing/atom.ts
@@ -35,5 +35,5 @@ const quotedAtom = parser.sequence([
35
])
36
37
const unquotedAtom = parser.oneOrMore(
38
- parser.regularExpression(/[^\s,:{}()=>]+/),
+ parser.regularExpression(/[^\s{}[\]()<>#&\|\\=:;,]+/),
39
)
0 commit comments