-
Notifications
You must be signed in to change notification settings - Fork 81
syntax: highlight function calls #63
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
Conversation
@nfnty , could you please take a look at this pull request? |
Thanks! I refactored it a bit to reduce complexity and to not interfere with other syntax. |
Yeah, my bad. Should be fixed now. |
@nfnty thanks a lot for the quick response. The builtin function highlighting is now fixed.
After f73fbf0: Thanks, |
Yes, just change the highlight link for
Replace |
@nfnty got it. However, your latest commit also changes the |
If you've manually changed the highlight group of |
Nvm, I changed the naming back to what it was before for backward compatibility. Just update to the latest commit and you'll be good to go. |
@nfnty , it's working like a charm now 😃 Cheers, |
First, thanks for the great plugin!
I got inspired by this issue: sheerun/vim-polyglot#283
Changes are minimal, I also updated the doc and README
Thanks,
Antoine