fix: compiling issues for codemirror-lang-graphql

This commit is contained in:
Andrew Bastin
2021-11-10 14:31:00 +05:30
parent a967100be8
commit 245b8a6e3c
5 changed files with 6 additions and 6 deletions

View File

@@ -338,7 +338,7 @@ TypeSystemDirectiveLocation {
@tokens {
Whitespace {
std.whitespace
std.whitespace+
}
StringValue {
"\"\"\"" (!["] | "\\n" | "\"" "\""? !["])* "\"\"\"" | "\"" !["\\\n]* "\""