rust-lang / rust.vim

Vim configuration for Rust.
Apache License 2.0
3.9k stars 297 forks source link

Send syntax file to bram@vim.org #426

Open g-w1 opened 3 years ago

g-w1 commented 3 years ago

The stock syntax file for rust highlights crate::macro! wrong. The syntax in rust.vim works though. See https://github.com/neovim/neovim/issues/13202

I was wondering if you could send the syntax file from rust.vim to bram@vim.org as @erw7 suggested, so that it will be merged into vim (and neovim).

Thanks!

adrian5 commented 3 years ago

See https://github.com/rust-lang/rust.vim/issues/326. Within the file @chris-morgan @bblum @pcwalton are listed as the maintainers, though in recent times @da-x and @rhysd seem to be the most active.

Rust has become an important language in recent years, so I don't think keeping the vim files updated should be delegated to projects like vim-polyglot.