From ee07975c92e0341fca9d137480d26e2e85f7b1c0 Mon Sep 17 00:00:00 2001 From: Tobias Wolf Date: Thu, 29 Mar 2018 15:00:05 +0200 Subject: [PATCH] Add missing tpl action 'define' --- syntax/helm.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/helm.vim b/syntax/helm.vim index f5c6333..fd9e39a 100644 --- a/syntax/helm.vim +++ b/syntax/helm.vim @@ -68,7 +68,7 @@ hi def link goImaginary Number " Token groups syn cluster gotplLiteral contains=goString,goRawString,goCharacter,@goInt,goFloat,goImaginary -syn keyword gotplControl contained if else end range with template include tpl required +syn keyword gotplControl contained if else end range with template include tpl required define syn keyword gotplFunctions contained and call html index js len not or print printf println urlquery eq ne lt le gt ge syn keyword goSprigFunctions contained abbrev abbrevboth add add1 append atoi b64dec b64enc base biggest camelcase cat clean coalesce compact \contains date dateInZone dateModify default derivePassword dict dir div empty ext first float64 fromJson fromYaml genPrivateKey has hasKey hasPrefix hasSuffix htmlDate htmlDateInZone indent initial initials int int64 isAbs join keys kindIs kindOf last list lower max min mod mul nindent nospace now omit pick pluck plural prepend quote randAlpha randAlphaNum randAscii randNumeric repeat replace rest reverse set sha256sum shuffle snakecase sortAlpha split splitList squote sub substr swapcase title toJson toPrettyJson toString toStrings toToml toYaml trim trimAll trimPrefix trimSuffix trunc tuple typeIs typeIsLike typeOf uniq unset until untilStep untitle upper without wrap wrapWith syn match gotplVariable contained /\$[a-zA-Z0-9_]*\>/