[LLVMdev] Propose to use rest.vim for vimrc of LLVM
Bill Wendling
wendling at apple.com
Wed Feb 27 22:44:53 PST 2013
Thanks, Journeyer. I applied the patch with r176235.
In future, you can submit patches to the llvm-commits mailing list. :)
-bw
On Feb 27, 2013, at 9:03 PM, Journeyer J. Joh <oosaprogrammer at gmail.com> wrote:
> 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
> ----------------------------------------
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
More information about the llvm-dev
mailing list