iskeyword
This commit is contained in:
parent
d25d97f1a9
commit
8db3c960b0
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ if exists('b:current_syntax')
|
||||||
endif
|
endif
|
||||||
let b:current_syntax = 'beluga'
|
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 comments=b:%,srn:%{,m:\ ,ern:}%
|
||||||
setlocal commentstring=%%s
|
setlocal commentstring=%%s
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue