Merge pull request #9 from LotJ/nield/fix-galmap

Nield/fix galmap
This commit is contained in:
Jonathan Gottfried 2024-01-20 12:34:29 -05:00 committed by GitHub
commit e092dbf204
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -181,7 +181,7 @@
"name": "system-line",
"patterns": [
{
"pattern": "^(.*) \\( ([0-9-]+), ([0-9-]+) \\)$",
"pattern": "^(.*)\\s+\\(\\s*([0-9-]+), ([0-9-]+)\\s*\\)$",
"type": "regex"
}
]