From 5ec5e9ae43d5f5f99a02215372bf1124a18541fe Mon Sep 17 00:00:00 2001 From: Felipe Morales Date: Sun, 27 Sep 2015 11:30:18 +0200 Subject: tutor-mode: update plugin --- runtime/syntax/tutor.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/syntax/tutor.vim') 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=/[\*]\@