schala-lang-vim/syntax/schala.vim
2018-08-19 12:19:19 -07:00

8 lines
132 B
VimL

if exists("b:current_syntax")
finish
endif
echom "Our syntax highlighting code will go here."
let b:current_syntax = "schala"