Compare commits

...

2 Commits

Author SHA1 Message Date
rhiannon morris 3229be14f8 highlight holes 2022-07-11 17:27:14 +02:00
rhiannon morris 8db3c960b0 iskeyword 2022-07-11 17:27:05 +02:00
1 changed files with 4 additions and 1 deletions

View File

@ -3,7 +3,7 @@ if exists('b:current_syntax')
endif
let b:current_syntax = 'beluga'
setlocal iskeyword=48-57,a-z,A-Z,!,$,&,',*,+,_,/,=,@,-,~,#,^
setlocal iskeyword=@,48-57,63-64,a-z,A-Z,!,$,&,',*,+,_,/,=,-,~,#,^
setlocal comments=b:%,srn:%{,m:\ ,ern:}%
setlocal commentstring=%%s
@ -84,3 +84,6 @@ hi def link belIf Keyword
syn match belugaError /<-\|←/
syn keyword belugaError prop
hi def link belugaError Error
syn match belugaHole /\<?\k*\>/
hi def link belugaHole Underlined