Remove shoutEnvValue from contains list
This commit is contained in:
parent
ddd69e375f
commit
dad4c89981
|
|
@ -9,7 +9,7 @@ endif
|
|||
syn match shoutDirectiveKey /^@env\s/ contained
|
||||
syn match shoutDirectiveKey /^@setup\s/ contained
|
||||
syn match shoutDirectiveKey /^@teardown\s/ contained
|
||||
syn match shoutEnvDirective /^@env\s\+\S\+=.*$/ contains=shoutDirectiveKey,shoutEnvName,shoutEnvValue
|
||||
syn match shoutEnvDirective /^@env\s\+\S\+=.*$/ contains=shoutDirectiveKey,shoutEnvName
|
||||
syn match shoutEnvName /\S\+\ze=/ contained nextgroup=shoutEnvEquals
|
||||
syn match shoutEnvEquals /=/ contained nextgroup=shoutEnvValue
|
||||
syn match shoutEnvValue /.*$/ contained
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user