diff options
| author | James McCoy <jamessan@jamessan.com> | 2017-04-19 23:16:36 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-04-19 23:16:36 -0400 |
| commit | 2fb46adc5e19a0f85deed3983a3b956c31504adf (patch) | |
| tree | a971e87f03a42c0f8f33c7bdf481f5b3605a8795 /runtime/syntax/rmd.vim | |
| parent | 462c53eb3ea256bb85eb3916400d984347f0626f (diff) | |
| parent | b25fa94eb5234e3c5ae1f7b3c0888aac644ae923 (diff) | |
| download | rneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.tar.gz rneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.tar.bz2 rneovim-2fb46adc5e19a0f85deed3983a3b956c31504adf.zip | |
Merge pull request #6531 from justinmk/vim-dc1f1645cb49
vim-patch: runtime updates
Diffstat (limited to 'runtime/syntax/rmd.vim')
| -rw-r--r-- | runtime/syntax/rmd.vim | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/runtime/syntax/rmd.vim b/runtime/syntax/rmd.vim index 4cde7441d3..48fb5e079c 100644 --- a/runtime/syntax/rmd.vim +++ b/runtime/syntax/rmd.vim @@ -1,7 +1,7 @@ " markdown Text with R statements " Language: markdown with R code chunks " Homepage: https://github.com/jalvesaq/R-Vim-runtime -" Last Change: Sat Feb 06, 2016 06:45AM +" Last Change: Tue Jun 28, 2016 10:09AM " " CONFIGURATION: " To highlight chunk headers as R code, put in your vimrc: @@ -72,8 +72,6 @@ if rmdIsPandoc == 0 hi def link rmdLaTeXRegDelim Special endif -setlocal iskeyword=@,48-57,_,. - syn sync match rmdSyncChunk grouphere rmdChunk "^[ \t]*``` *{r" hi def link rmdChunkDelim Special |