Enable syntax highlighting for reStructuredText files.

Patch by Journeyer J. Joh!

llvm-svn: 176235
This commit is contained in:
Bill Wendling 2013-02-28 06:43:24 +00:00
parent d676074d8f
commit 0615dbe44c
1 changed files with 7 additions and 0 deletions

View File

@ -85,6 +85,13 @@ augroup filetype
au! BufRead,BufNewFile *.td set filetype=tablegen
augroup END
" 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
" Additional vim features to optionally uncomment.
"set showcmd
"set showmatch