Fix regular expression for auto indent

Fixes #144505

Removes a `/` that was mistakenly copied over when moving these rules to json
This commit is contained in:
Matt Bierner 2022-03-07 17:01:18 -08:00
parent eb2a7eef68
commit 9b32ee6588
No known key found for this signature in database
GPG Key ID: 099C331567E11888

View File

@ -133,7 +133,7 @@
"pattern": "^>$"
},
"afterText": {
"pattern": "/^<\\/([_:\\w][_:\\w-.\\d]*)\\s*>$",
"pattern": "^<\\/([_:\\w][_:\\w-.\\d]*)\\s*>$",
"flags": "i"
},
"action": {