We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Plugin version 0.3.1
I tried importing the examples from the readme. But for Mini-Linting I am receiving an error.
{ "Mini-Linting": { "class": "Mini-Linting", "color": "#A70F0F38", "regex": true, "query": " {2,}(?!\\|| |$)|- - |^\\s*- \\n|^ +(?![0-9-`])", "mark": [ "match" ], "css": ".cm-line .Mini-Linting {\n background: none;\n}\n\n.cm-line:not(.cm-active) .Mini-Linting {\n outline: 1px solid var(--text-error);\n}" }, }
The text was updated successfully, but these errors were encountered:
The comma after bracket breaks it! This one shall work:
"Mini-Linting": { "class": "Mini-Linting", "color": "#A70F0F38", "regex": true, "query": " {2,}(?!\\|| |$)|- - |^\\s*- \\n|^ +(?![0-9-`])", "mark": [ "match" ], "css": ".cm-line .Mini-Linting {\n background: none;\n}\n\n.cm-line:not(.cm-active) .Mini-Linting {\n outline: 1px solid var(--text-error);\n}" } }
Sorry, something went wrong.
No branches or pull requests
Plugin version 0.3.1
I tried importing the examples from the readme. But for Mini-Linting I am receiving an error.
The text was updated successfully, but these errors were encountered: