mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-12 13:30:51 +00:00
Enable syntax highlighting for reStructuredText files.
Patch by Journeyer J. Joh! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176235 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9b4886ee55
commit
9bf3e3972d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user