Home | History | Annotate | Download | only in vim

Lines Matching full:vim

1 -*- llvm/utils/vim/README -*-
3 These are syntax highlighting files for the VIM editor. Included are:
5 * llvm.vim
7 Syntax highlighting mode for LLVM assembly files. To use, copy `llvm.vim' to
8 ~/.vim/syntax and add this code to your ~/.vimrc :
14 * tablegen.vim
17 `tablegen.vim' to ~/.vim/syntax and add this code to your ~/.vimrc :
25 ~/.vim/syntax/... to the syntax files in your LLVM source tree. Apparently
26 this did not work with older versions of vim however, so if this doesn't
29 Another option, if you do not already have a ~/.vim/syntax directory, is
30 to symlink ~/.vim/syntax itself to llvm/utils/vim .