aboutsummaryrefslogtreecommitdiff
path: root/runtime/syntax/tutor.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2015-09-27 10:45:06 -0400
committerJustin M. Keyes <justinkz@gmail.com>2015-09-27 10:45:06 -0400
commit43dacff2aee173a7c2b3966353aa67af15d54a1e (patch)
tree66184bf967f3e1da3ea3d5ef1de202da9a0d7e41 /runtime/syntax/tutor.vim
parentded4a502199b283ac7d1184db7eae250c1255ad0 (diff)
parent5ec5e9ae43d5f5f99a02215372bf1124a18541fe (diff)
downloadrneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.gz
rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.tar.bz2
rneovim-43dacff2aee173a7c2b3966353aa67af15d54a1e.zip
Merge pull request #3398 from fmoralesc/update-vim-tutor
tutor-mode: update plugin
Diffstat (limited to 'runtime/syntax/tutor.vim')
-rw-r--r--runtime/syntax/tutor.vim2
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