iskeyword

This commit is contained in:
rhiannon morris 2022-07-11 17:27:05 +02:00
parent d25d97f1a9
commit 8db3c960b0
1 changed files with 1 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