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

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"
}
]