-
Notifications
You must be signed in to change notification settings - Fork 152
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
Syntax highlighting not fully applied #67
Comments
I'm also having trouble with highlighting declarations. I've configured |
I also have this issue, I would really like |
You're not going to be able to highlight your own types in this syntax without some kind of compiler backend, so it's a known limitation that it unlikely to be addressed anytime soon. |
I'm probably showing my lack of knowledge of how things work in the background here, but wouldn't this just require a regex e.g. Perhaps it is determining which files to look in that is the hard part. |
It's been ages but did anyone figure it out or find another syntax highlighting solution? |
I installed the plugin via Vundle per the instructions. When I try to highlight the following small snippet:
It doesn't highlight the word
Function
like it does in the screenshot. It also doesn't doesn't highlight the wordMyType
.I checked the highlight group and for both words it's
cBlock
.What's wrong?
The text was updated successfully, but these errors were encountered: