Closed l0go closed 1 year ago
For instance everything after "Resource invalid" in this switch case will be highlighted as a string
switch (resource.type) { default: throw "Resource invalid"; }
See here: Adding parentheses around the string quote will solve this problem. When this occurs, the class keyword will also break like so:
For instance everything after "Resource invalid" in this switch case will be highlighted as a string
See here: Adding parentheses around the string quote will solve this problem. When this occurs, the class keyword will also break like so: