From ac625615f9863c6c1d814692a0ec02d64a9b37f5 Mon Sep 17 00:00:00 2001 From: greg Date: Sun, 19 Aug 2018 12:18:32 -0700 Subject: [PATCH] Syntax initial --- syntax/schala.vim | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 syntax/schala.vim diff --git a/syntax/schala.vim b/syntax/schala.vim new file mode 100644 index 0000000..73c89a4 --- /dev/null +++ b/syntax/schala.vim @@ -0,0 +1,7 @@ +if exists("b:current_syntax") + finish +endif + +echom "Our syntax highlighting code will go here." + +let b:current_syntax = "schala"