summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Ranke <jranke@uni-bremen.de>2019-10-24 12:06:55 +0200
committerJohannes Ranke <jranke@uni-bremen.de>2019-10-24 12:06:55 +0200
commitd4483702b3bc06cc436c772fde495fce0f7133d2 (patch)
tree91dbb6fc1fbd810ac1739eb5b325753d020c3e1a
parent225288efe274ffe86433fcba0ece6c9031f98093 (diff)
potentially highlight python chunks
-rw-r--r--vimrc5
1 files changed, 4 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index de43a4e..321e6c1 100644
--- a/vimrc
+++ b/vimrc
@@ -1,5 +1,5 @@
" vimrc of Johannes Ranke
-" Last Change: Wed Oct 09, 2019 at 11:20 AM +0200
+" Last Change: Thu Oct 24, 2019 at 11:26 AM +0200
" default settings (much is handled by tpope/sensible) {{{1
set ts=2
set sw=2
@@ -54,6 +54,9 @@ call plug#end()
let r_syntax_folding = 0
let rmd_syn_hl_chunk = 1
let r_indent_align_args = 0
+" The following only has effect if vim-pandoc-syntax is disabled
+let g:rmd_fenced_languages = ['r', 'python']
+let g:markdown_fenced_languages = ['r', 'python']
" Showmarks {{{1
let marksCloseWhenSelected = 0

Contact - Imprint