1
0
mirror of https://github.com/cmur2/joe-syntax.git synced 2024-12-22 02:54:23 +01:00

Add terraform functions

This commit is contained in:
cn 2017-04-19 08:54:50 +02:00
parent 1c43114a71
commit edbac0309d

View File

@ -72,14 +72,54 @@
:interpolate_ident Interpolate :interpolate_ident Interpolate
* interpolate noeat strings * interpolate noeat strings
"basename" func
"ceil" func
"chomp" func
"cidrhost" func
"cidrnetmask" func
"cidrsubnet" func
"coalesce" func
"compact" func
"concat" func
"count" var "count" var
"data" var "data" var
"dirname" func
"distinct" func
"element" func "element" func
"file" func
"floor" func
"format" func
"formatlist" func
"index" func
"join" func
"keys" func
"length" func
"list" func
"lookup" func
"lower" func
"map" func
"max" func
"merge" func
"min" func
"module" var "module" var
"path" var "path" var
"pathexpand" func
"replace" func
"self" var "self" var
"signum" func
"slice" func
"sort" func
"split" func
"substr" func
# "terraform" var # "terraform" var
"timestamp" func
"title" func
"trimspace" func
"upper" func
"uuid" func
"values" func
"var" var "var" var
"zipmap" func
done done
"a-zA-Z" interpolate_ident "a-zA-Z" interpolate_ident