Skip to content
Snippets Groups Projects
Commit 0615dbe4 authored by Bill Wendling's avatar Bill Wendling
Browse files

Enable syntax highlighting for reStructuredText files.

Patch by Journeyer J. Joh!

llvm-svn: 176235
parent d676074d
No related branches found
No related tags found
No related merge requests found
...@@ -85,6 +85,13 @@ augroup filetype ...@@ -85,6 +85,13 @@ augroup filetype
au! BufRead,BufNewFile *.td set filetype=tablegen au! BufRead,BufNewFile *.td set filetype=tablegen
augroup END 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. " Additional vim features to optionally uncomment.
"set showcmd "set showcmd
"set showmatch "set showmatch
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment