[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Journeyer J. Joh
oosaprogrammer at gmail.com
Wed Feb 27 21:03:25 PST 2013
Hello list,
I use LLVM's vimrc and found that this setting below is useful when
editing of reStructuredText file.
llvm/utils/vim/vimrc
" Enable syntax highlighting for reStructuredText files. To use, copy
" rest.vim (http://www.vim.org/scripts/script.php?script_id=973)
" to ~/.vim/syntax .
augroup filetype
au! BufRead,BufNewFile *.rst set filetype=rest
augroup END
Now LLVM and Clang use Sphinx so I believe this setting would be helpful.
http://www.vim.org/scripts/script.php?script_id=973
More info about the rest.vim can be found the url above.
Do I need to file some kind of pull request? I haven't provided any
patches so far...
Regards
Journeyer
--
----------------------------------------
Journeyer J. Joh
o o s a p r o g r a m m e r
a t
g m a i l d o t c o m
----------------------------------------
More information about the llvm-dev
mailing list