8 lines
132 B
VimL
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"
|