-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit error when missing comma #9
Comments
yeah, same as in #3 if you want TmLanguage-Syntax-Highlighter/out/extension.js Lines 5 to 6 in bcb5d10
const DiagnosticCollection_1 = require("./DiagnosticCollection");
(0, DiagnosticCollection_1.initDiagnostics)(context);
and prob disable the regex errors (many false postives)
I could look into making it a config option to enable/disable error reporting |
Thanks, I turned on the builtin feature, though I think it might be better with a config option in this extension |
Now available in the full release 2.3.0 for VSCode 1.87.0 |
Currently, this extension will silently accept items without comma
while the builtin
json
mode will show a prominent errorHow about implementing this by using a simple sementic highlight or some textmate rules like:
Or perhaps you'd like to wait for the official VS Code Team to support using custom textmate rules together with the builtin mode together (As I've seen in your other issues)
The text was updated successfully, but these errors were encountered: