This commit is contained in:
Rhiannon Morris 2020-06-12 05:22:29 +02:00
commit b4187cc97b
3 changed files with 10 additions and 0 deletions

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Syntax highlighting for [Beluga]
[beluga]: https://github.com/Beluga-lang/Beluga

1
ftdetect/beluga.vim Normal file
View File

@ -0,0 +1 @@
au BufRead,BufNewFile *.bel setfiletype beluga

6
syntax/beluga.vim Normal file
View File

@ -0,0 +1,6 @@
if exists('b:current_syntax')
finish
endif
let b:current_syntax = 'maude'
setlocal iskeyword=0-9,a-z,A-Z,!,$,&,',*,+,_,/,=,@,^,-,~,#