mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-02-04 08:28:17 +08:00
Comment now drag nodes
This commit is contained in:
@@ -261,7 +261,7 @@ export default class Grammar {
|
||||
referencePath.wrap(P.string(`'"`), P.string(`"'`)),
|
||||
]),
|
||||
P.seqMap(
|
||||
r.Word, // Goes into referenceType
|
||||
Grammar.ReferencePath(r, r.PathSymbolOptSpaces), // Goes into referenceType
|
||||
P.optWhitespace, // Goes into _1 (ignored)
|
||||
P.alt(...[Grammar.ReferencePath(r, r.PathSymbolOptSpaces)].flatMap(referencePath => [
|
||||
referencePath.wrap(P.string(`"`), P.string(`"`)),
|
||||
|
||||
Reference in New Issue
Block a user