This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add initial version of rtl.vim syntax file.


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]