comment stuff

This commit is contained in:
rhiannon morris 2022-06-24 15:58:55 +02:00
parent 892f5a07c2
commit 16fcb1f1ab
1 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,8 @@ endif
let b:current_syntax = 'beluga'
setlocal iskeyword=48-57,a-z,A-Z,!,$,&,',*,+,_,/,=,@,-,~,#,^
setlocal comments=b:%,srn:%{,m:\ ,ern:}%
setlocal commentstring=%%s
syn match belArrowEtc /->\|=>\|→\|⇒\||-#\?\|⊢\|\<=\>\|:/
hi def link belArrowEtc Function