-
Notifications
You must be signed in to change notification settings - Fork 297
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
Update Vim's Syntax highlinging #326
Comments
+1 on this, i had to manually change it |
Would be nice to upstream it, indeed. |
According to vim/vim#5049 (comment) a new update should be sent to Bram for inclusion. |
Note, there will be a new official Vim release pretty soon, so updating the runtime files now would be a good idea. |
+1 for this. What is blocking this from happening? |
cc @da-x |
The rust.vim that ships with (neo)vim was last edited 2017. Would be nice if we could offer users a more recent default, instead of expecting them to chase it down manually. Btw, the current file still reads |
For those using neovim, I'd recommend looking at tree-sitter for handling highlighting. It's much lighter and done more efficiently. There's also no incompatibility between it and this plugin, it'll just take over highlighting. |
While I perfectly understand the negative attitude towards JS, it's not a complete JS set, just a subset of it. Also, there was a proposal to remove the need for it, see the discussion at tree-sitter/tree-sitter#465 |
Update the official vim syntax highlighting. It's showing
crate
as an invalid keyword sometimes.I tried opening a PR on there but they ask that the syntax's maintainer do it.
The text was updated successfully, but these errors were encountered: