mirror of
https://github.com/Laupetin/OpenAssetTools.git
synced 2025-09-09 10:07:28 +00:00
Fix formatting of two remaining files
This commit is contained in:
@@ -8,7 +8,12 @@ SequenceLocalizeFileReference::SequenceLocalizeFileReference()
|
||||
|
||||
AddMatchers({
|
||||
create.Keyword("REFERENCE"),
|
||||
create.Or({create.Identifier(), create.String(),}).Capture(CAPTURE_REFERENCE_NAME),
|
||||
create
|
||||
.Or({
|
||||
create.Identifier(),
|
||||
create.String(),
|
||||
})
|
||||
.Capture(CAPTURE_REFERENCE_NAME),
|
||||
create.Type(SimpleParserValueType::NEW_LINE),
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user