On Tue, 12 Jun 2018, Martin Liška wrote: > This is equivalent of gimple.vim file. I'm aware of not full coverage of RTL > instructions, but hope it's a good start point.
I think this is nice to have and hope you'll get an OK for both this and the gimple.vim patch. One nit-pick: unlike "GIMPLE", "RTL" is not a GCC-specific abbreviation. I'd prefer to use gcc-rtl.vim to avoid possible clashes. Do you use it quite literally as described in gimple.vim, i.e. with editing ftdetect.vim by hand? I made a plugin for gcc/match.pd syntax highlighting, and I opted to use a common plugin file layout for it. That way, I only need to symlink the plugin directory under .vim/bundle. Thanks. Alexander