Des slides dans votre vim - retour accueil
git clone git://bebou.netlib.re/slides.vim
Log | Files | Refs |
commit f42c54a1075eb7dd9a3a68834f568ce4201c298c parent ccb8c36730940cd23f0fd4bfe98ed1a8f5d1d379 Auterice: Marc Chantreux <mc@unistra.fr> Date: Fri, 13 Oct 2023 11:46:00 +0200 conceal the hooks while presenting Diffstat:
M | syntax/slides.vim | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/syntax/slides.vim b/syntax/slides.vim @@ -1,2 +1,3 @@ syn region Emphasize matchgroup=emphasizeConceal start=" " end=" " oneline concealends -syn match Slidetitle "^› .*" +syn match Hook "^.*\ze›" conceal +syn match Slidetitle "› .*"