Skip to content
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

Failed to parse :syntax arguments #166

Closed
tyru opened this issue Mar 6, 2020 · 1 comment
Closed

Failed to parse :syntax arguments #166

tyru opened this issue Mar 6, 2020 · 1 comment
Labels

Comments

@tyru
Copy link
Member

tyru commented Mar 6, 2020

via Vimjas/vint#286

syn match     rustIdentifier  contains=rustIdentifierPrime "\%([^[:cntrl:][:space:][:punct:][:digit:]]\|_\)\%([^[:cntrl:][:punct:][:space:]]\|_\)*" display             contained

| is recognized as vim ex command separator.

This can be also reproduced.

syn region  gitcommitUntracked	start=/^# Untracked files:/ end=/^#$\|^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitUntrackedFile fold
E492: Not an editor command: ^#\@!/ contains=gitcommitHeader,gitcommitHead,gitcommitUntrackedFile fold (see vim-jp/vim-vimlparser)
@tyru
Copy link
Member Author

tyru commented Mar 6, 2020

oops, duplicated #98

@tyru tyru closed this as completed Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant