Classify constructors, only dump modules if they successfully compile

This commit is contained in:
2025-03-31 21:21:37 -07:00
parent 654e5cdb25
commit f006fa875d
9 changed files with 94 additions and 36 deletions

View File

@@ -24,13 +24,16 @@
"end": "`",
"patterns": [{ "include": "source.js" }]
},
{
"name": "string.single.newt",
"match": "'(.|\\\\.)'"
},
{
"name": "string.double.newt",
"match": "\"(.|\\\\.)\""
"begin": "\"",
"end": "\"",
"patterns": [
{
"name": "constant.character.escape.newt",
"match": "\\\\[^{]"
}
]
}
]
}