Skip to content

Commit

Permalink
Merge pull request #55 from alker0/more_helper_fn
Browse files Browse the repository at this point in the history
  • Loading branch information
alker0 authored Feb 3, 2023
2 parents df01e41 + 2191623 commit b3f522d
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions syntax/chezmoitmpl.vim
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ source <sfile>:h/gotmpl.vim

syn keyword chezmoiTmplFunctions contained
\ awsSecretsManager awsSecretsManagerRaw bitwarden bitwardenAttachment
\ bitwardenFields comment decrypt encrypt exit fromToml fromYaml gitHubKeys
\ gitHubLatestRelease glob gopass gopassRaw include ioreg joinPath keepassxc
\ keepassxcAttachment keepassxcAttribute keeper keeperDataFields
\ keeperFindPassword keyring lastpass lastpassRaw lookPath mozillaInstallHash
\ onepassword onepasswordDetailsFields onepasswordDocument
\ onepasswordItemFields onepasswordRead output pass passFields passRaw
\ bitwardenFields comment completion decrypt encrypt eqFold exit fromIni
\ fromToml fromYaml gitHubKeys gitHubLatestRelease gitHubLatestTag glob gopass
\ gopassRaw hexDecode hexEncode include includeTemplate ioreg joinPath
\ keepassxc keepassxcAttachment keepassxcAttribute keeper keeperDataFields
\ keeperFindPassword keyring lastpass lastpassRaw lookPath lstat
\ mozillaInstallHash onepassword onepasswordDetailsFields onepasswordDocument
\ onepasswordItemFields onepasswordRead output pass passFields passRaw passhole
\ promptBool promptBoolOnce promptInt promptIntOnce promptString
\ promptStringOnce quoteList replaceAllRegex secret secretJSON stat stdinIsATTY
\ toToml toYaml vault writeToStdout
\ promptStringOnce quoteList replaceAllRegex secret secretJSON setValueAtPath
\ stat stdinIsATTY toIni toToml toYaml vault writeToStdout

hi def link chezmoiTmplFunctions Function

Expand Down

0 comments on commit b3f522d

Please sign in to comment.