view contrib/vim-gcc-dev/README @ 136:4627f235cf2a

fix c-next example
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Thu, 08 Nov 2018 14:11:56 +0900
parents 84e7813d76e9
children
line wrap: on
line source

This directory serves as a simple Vim addon for GCC development.  It can be
symlinked or copied into Vim plugin directory as any other plugin.  For
example, if using vim-pathogen plugin manager:

    ln -s /path/to/gcc/contrib/vim-gcc-dev ~/.vim/bundle/

This adds syntax highlighting rules for the match.pd file and GIMPLE/RTL dumps.

You can also use RTL syntax rules for GCC machine desciption files by adding

    autocmd BufRead *.md  setf gcc-rtl

to your ~/.vimrc file.