mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 20:23:11 +01:00
Enable syntax highlighting for reStructuredText files.
Patch by Journeyer J. Joh! llvm-svn: 176235
This commit is contained in:
parent
55347a0780
commit
b16f9837ef
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user