Classify constructors, only dump modules if they successfully compile
This commit is contained in:
@@ -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": "\\\\[^{]"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user