Rewrote type-declaration and type-alias to use faster regex.

This commit is contained in:
Thomas Vandeven
2019-12-07 21:56:51 -05:00
parent c03e3893b6
commit 9ce57815f0

View File

@@ -498,7 +498,7 @@
"name": "storage.type.elm"
}
},
"end": "^(?![\\s\\n]*\\s*\\S)",
"end": "^(?=\\S)",
"name": "meta.function.type-declaration.elm",
"patterns": [
{
@@ -557,7 +557,7 @@
"name": "storage.type.elm"
}
},
"end": "^(?![\\s\\n]*\\s*\\S)",
"end": "^(?=\\S)",
"name": "meta.function.type-declaration.elm",
"patterns": [
{