b:current_syntax
This commit is contained in:
parent
a2fa57272f
commit
55d0cbdac2
1 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
|||
set isk+=-,#
|
||||
if exists('b:current_syntax')
|
||||
finish
|
||||
endif
|
||||
let b:current_syntax = 'quox'
|
||||
|
||||
set isk+=-,#
|
||||
|
||||
syn match quoxDelim /[\[\](){};]/
|
||||
syn match quoxDelim /\<_\>/
|
||||
|
|
Loading…
Reference in a new issue