Fix the galaxy map regex

This commit is contained in:
Ian Alden 2024-01-20 10:20:31 -07:00
parent 72a843919b
commit 2b3850ef98
No known key found for this signature in database
GPG Key ID: 1FEEE67DCF2A7C9E

View File

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