Syntax initial
This commit is contained in:
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"
|
||||||
Reference in New Issue
Block a user