diff options
author | Felipe Morales <hel.sheep@gmail.com> | 2015-09-27 11:30:18 +0200 |
---|---|---|
committer | Felipe Morales <hel.sheep@gmail.com> | 2015-09-27 15:17:20 +0200 |
commit | 5ec5e9ae43d5f5f99a02215372bf1124a18541fe (patch) | |
tree | ec3833d0405d750244aa2d4b9409886a0e742233 /runtime/syntax/tutor.vim | |
parent | b92730410887be589dade66552ecb7948a7adf09 (diff) | |
download | rneovim-5ec5e9ae43d5f5f99a02215372bf1124a18541fe.tar.gz rneovim-5ec5e9ae43d5f5f99a02215372bf1124a18541fe.tar.bz2 rneovim-5ec5e9ae43d5f5f99a02215372bf1124a18541fe.zip |
tutor-mode: update plugin
Diffstat (limited to 'runtime/syntax/tutor.vim')
-rw-r--r-- | runtime/syntax/tutor.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/syntax/tutor.vim b/runtime/syntax/tutor.vim index 99bcb78270..bce9189660 100644 --- a/runtime/syntax/tutor.vim +++ b/runtime/syntax/tutor.vim @@ -20,7 +20,7 @@ syn match tutorSectionBullet /#/ contained containedin=tutorSection syn match tutorTOC /\ctable of contents:/ -syn match tutorConcealedEscapes /\\[`*!\[\]()«»:$-]\@=/ conceal +syn match tutorConcealedEscapes /\\[`*!\[\]():$-]\@=/ conceal syn region tutorEmphasis matchgroup=Delimiter start=/[\*]\@<!\*\*\@!/ end=/[\*]\@<!\*\*\@!/ \ concealends contains=tutorInlineCommand,tutorInlineNormal |