8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
coqKwd
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
| is detected as coqKwd, like match in the below example:
|
match
It may be desired to :hi link | as coqVernacPunctuation, Delimiter, or some other group since | isn't really a keyword.
:hi link
coqVernacPunctuation
Delimiter
Relevant: #87
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
|
is detected ascoqKwd
, likematch
in the below example:It may be desired to
:hi link
|
ascoqVernacPunctuation
,Delimiter
, or some other group since|
isn't really a keyword.Relevant: #87
The text was updated successfully, but these errors were encountered: