fix 107: error, introduced in 47d343d
This commit is contained in:
parent
b5edea2e99
commit
1c6b4f75a0
@ -157,8 +157,8 @@ syn match snipPriorityValue "-\?\d\+" contained display
|
|||||||
|
|
||||||
" context {{{3
|
" context {{{3
|
||||||
|
|
||||||
syn match snipContext "^\%context.*$" contains=snipContextKeyword display skipwhite
|
syn match snipContext "^context.*$" contains=snipContextKeyword display skipwhite
|
||||||
syn match snipContextKeyword "\%context" contained nextgroup=snipContextValue skipwhite display
|
syn match snipContextKeyword "context" contained nextgroup=snipContextValue skipwhite display
|
||||||
syn match snipContextValue '"[^"]*"' contained contains=snipContextValueP
|
syn match snipContextValue '"[^"]*"' contained contains=snipContextValueP
|
||||||
syn region snipContextValueP start=,"\@<=., end=,\ze", contained contains=@Python skipwhite keepend
|
syn region snipContextValueP start=,"\@<=., end=,\ze", contained contains=@Python skipwhite keepend
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user