syntax: treat python in context/actions as string

However, highlight it as python code. It's required for some tools,
which are based on syntax files to run actions.
This commit is contained in:
Stanislav Seletskiy 2016-04-01 15:27:31 +06:00
parent 61df32722b
commit ea8094c506

View File

@ -195,6 +195,8 @@ hi def link snipShellCommand snipCommand
hi def link snipVimLCommand snipCommand hi def link snipVimLCommand snipCommand
hi def link snipPythonCommandP PreProc hi def link snipPythonCommandP PreProc
hi def link snipVimLCommandV PreProc hi def link snipVimLCommandV PreProc
hi def link snipSnippetContext String
hi def link snipAction String
hi def link snipEscape Special hi def link snipEscape Special
hi def link snipMirror StorageClass hi def link snipMirror StorageClass