From 3b2a78935fd6550521f719a10e5b0fceb1ddb350 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 15 Feb 2023 16:31:56 +0100 Subject: Not really but, First commit! --- config/old/vim/syntax/html.vim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/old/vim/syntax/html.vim (limited to 'config/old/vim/syntax/html.vim') diff --git a/config/old/vim/syntax/html.vim b/config/old/vim/syntax/html.vim new file mode 100644 index 0000000..37eb3d0 --- /dev/null +++ b/config/old/vim/syntax/html.vim @@ -0,0 +1,12 @@ +let b:current_syntax = "html" +set ts=4 +set sw=4 + +inoremap < <> +" map [[ ?{w99[{ +" map ][ /}b99]} +" map ]] j0[[%/{ +" map [] k$][%?} + +":%s/b_call[(]\(.*\)[)]/bcall \1 + -- cgit v1.2.3