Use 'very magic' regexp to match dot-operator
This commit is contained in:
parent
31a2a2aa36
commit
9f7fe3fb61
|
@ -2,8 +2,8 @@ if exists("b:current_syntax")
|
||||||
finish
|
finish
|
||||||
endif
|
endif
|
||||||
|
|
||||||
syntax keyword clustertextKeyword .
|
syntax match clustertextOperator "\v\."
|
||||||
|
|
||||||
highlight link clustertextKeyword Keyword
|
highlight link clustertextOperator Operator
|
||||||
|
|
||||||
let b:current_syntax = "clustertext"
|
let b:current_syntax = "clustertext"
|
||||||
|
|
Loading…
Reference in a new issue