mirror of
https://github.com/zoriya/vim-helm.git
synced 2026-06-02 19:00:50 +00:00
Merge pull request #9 from joanayma/master
add optional spaces and removes after token
This commit is contained in:
+4
-4
@@ -79,10 +79,10 @@ hi def link gotplFunctions Function
|
|||||||
hi def link goSprigFunctions Function
|
hi def link goSprigFunctions Function
|
||||||
hi def link goTplVariable Special
|
hi def link goTplVariable Special
|
||||||
|
|
||||||
syn region gotplAction start="{{" end="}}" contains=@gotplLiteral,gotplControl,gotplFunctions,goSprigFunctions,gotplVariable,goTplIdentifier containedin=yamlFlowString display
|
syn region gotplAction start="{{\(-? \)\?" end="\( -?\)\?}}" contains=@gotplLiteral,gotplControl,gotplFunctions,goSprigFunctions,gotplVariable,goTplIdentifier containedin=yamlFlowString display
|
||||||
syn region gotplAction start="\[\[" end="\]\]" contains=@gotplLiteral,gotplControl,gotplFunctions,goSprigFunctions,gotplVariable containedin=yamlFlowString display
|
syn region gotplAction start="\[\[\(-? \)\?" end="\( -?\)\?\]\]" contains=@gotplLiteral,gotplControl,gotplFunctions,goSprigFunctions,gotplVariable containedin=yamlFlowString display
|
||||||
syn region goTplComment start="{{\(- \)\?/\*" end="\*/\( -\)\?}}" display
|
syn region goTplComment start="{{\(-? \)\?/\*" end="\*/\( -?\)\?}}" display
|
||||||
syn region goTplComment start="\[\[\(- \)\?/\*" end="\*/\( -\)\?\]\]" display
|
syn region goTplComment start="\[\[\(-? \)\?/\*" end="\*/\( -?\)\?\]\]" display
|
||||||
|
|
||||||
hi def link gotplAction PreProc
|
hi def link gotplAction PreProc
|
||||||
hi def link goTplComment Comment
|
hi def link goTplComment Comment
|
||||||
|
|||||||
Reference in New Issue
Block a user