Displaying 4 results from an estimated 4 matches for "bufnewfil".
Did you mean:
bufnewfile
2013 Feb 28
2
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...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 an...
2006 Mar 29
2
vim syntax highlighting of rjs templates
Are there config files for vim that offer syntax highlighting of rjs
templates?
Charlie Bowman
http://www.recentrambles.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060329/486c9d84/attachment.html
2013 Feb 28
0
[LLVMdev] Propose to use rest.vim for vimrc of LLVM
...ing 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 so...
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/attachments/20021007/5ca83b4f/attachment....