Initial commit

This commit is contained in:
Greg Shuflin 2021-09-14 01:30:58 -07:00
commit c787acff44
2 changed files with 8 additions and 0 deletions

1
README.md Normal file
View File

@ -0,0 +1 @@
Koka vim syntax

7
syntax/koka.vim Normal file
View File

@ -0,0 +1,7 @@
" Vim syntax file
" Language: Koka
" Maintainer: Greg Shuflin
if exists("b:current_syntax")
finish
endif