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
I'm trying to run Vint (0.3.19) on syntax/rust.rs from rust.vim:
syntax/rust.rs
syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained
I'm getting:
[{"line_number": 57, "description": "E492: Not an editor command: _\\)\\%([^[:cntrl:][:punct:][:space:]]\\|_\\)*\" display contained", "reference": "vim-jp/vim-vimlparser", "policy_name": "SyntaxError", "column_number": 105, "file_path": "syntax/rust.vim", "severity": "error"}]
On a side note, was not able to suppress the error via:
" vint: -SyntaxError syn match rustIdentifier contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display contained " vint: +SyntaxError
Seems ineffectual.
The text was updated successfully, but these errors were encountered:
(Reproduces on master as well)
Sorry, something went wrong.
This is vimlparser's bug. Created issue vim-jp/vim-vimlparser#166
No branches or pull requests
I'm trying to run Vint (0.3.19) on
syntax/rust.rs
from rust.vim:I'm getting:
On a side note, was not able to suppress the error via:
Seems ineffectual.
The text was updated successfully, but these errors were encountered: