xolox / vim-easytags

Automated tag file generation and syntax highlighting of tags in Vim
http://peterodding.com/code/vim/easytags/
1.01k stars 109 forks source link

Rust support #165

Open iago-lito opened 6 years ago

iago-lito commented 6 years ago

Hey, and thank you for this plugin which makes coding very comfortable :)

I have recently delved into the Rust book, and this languge definitely looks awesome. How hard would it be to add support for Rust Language? (as far as syntax is concerned, it is kind of a classical curly-braces/semicolon language, but there are no actual classes to tag, only structs and traits)

This is it, thank you for support !

dulvinw commented 4 years ago

+1 for this support