• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Jul-2021-

ftdetect/H28-Jul-2021-2115

syntax/H28-Jul-2021-297249

READMEH A D28-Jul-2021477 148

README

1This directory serves as a simple Vim addon for GCC development.  It can be
2symlinked or copied into Vim plugin directory as any other plugin.  For
3example, if using vim-pathogen plugin manager:
4
5    ln -s /path/to/gcc/contrib/vim-gcc-dev ~/.vim/bundle/
6
7This adds syntax highlighting rules for the match.pd file and GIMPLE/RTL dumps.
8
9You can also use RTL syntax rules for GCC machine desciption files by adding
10
11    autocmd BufRead *.md  setf gcc-rtl
12
13to your ~/.vimrc file.
14