Rewrote type-declaration and type-alias to use faster regex. (#55)

Rewrote type-declaration and type-alias to use faster regex.
This commit is contained in:
Razzeee
2019-12-08 23:40:22 +01:00
committed by GitHub

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": [
{