Syntax initial
This commit is contained in:
parent
d4a4a7cbed
commit
ac625615f9
7
syntax/schala.vim
Normal file
7
syntax/schala.vim
Normal 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"
|
Loading…
Reference in New Issue
Block a user