Displaying 3 results from an estimated 3 matches for "augroup".
Did you mean:
agroup
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...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 r...
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...ting 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 a...
2002 Oct 07
1
[LLVMdev] VIM syntax highlighting
I have made a vim syntax highlighting script for LLVM. It can be found
at llvm/utils/vim/llvm.vim. You should copy this file to your
~/.vim/syntax/ directory and add the following lines to your .vimrc file
to have it automatically load on a .ll file.
augroup filetype
au! BufRead,BufNewFile *.ll set filetype=llvm
augroup END
Misha claims to be making a script for all you emacs fans out there so
look for that soon.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/at...