Syntax initial

This commit is contained in:
greg 2018-08-19 12:18:32 -07:00
parent d4a4a7cbed
commit ac625615f9
1 changed files with 7 additions and 0 deletions

7
syntax/schala.vim Normal file
View File

@ -0,0 +1,7 @@
if exists("b:current_syntax")
finish
endif
echom "Our syntax highlighting code will go here."
let b:current_syntax = "schala"