This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH] Add initial version of rtl.vim syntax file.
- From: Alexander Monakov <amonakov at ispras dot ru>
- To: Martin Liška <mliska at suse dot cz>
- Cc: gcc-patches at gcc dot gnu dot org, Mikhail Maltsev <maltsevm at gmail dot com>, Marek Polacek <polacek at redhat dot com>
- Date: Fri, 15 Jun 2018 08:08:53 +0300 (MSK)
- Subject: Re: [PATCH] Add initial version of rtl.vim syntax file.
- References: <79dbc4bf-8e12-7604-bae9-dcb6f18e78b6@suse.cz>
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