mirror of
https://github.com/cmur2/joe-syntax.git
synced 2024-12-22 12:54:23 +01:00
Puppet: add all builtin functions
This commit is contained in:
parent
b5a46a6cb9
commit
e5c7b6bc0c
28
puppet.jsf
28
puppet.jsf
@ -97,10 +97,38 @@
|
|||||||
"undef" kw
|
"undef" kw
|
||||||
# prominent attrs
|
# prominent attrs
|
||||||
"ensure" kw_attr
|
"ensure" kw_attr
|
||||||
|
"default" kw_attr
|
||||||
# methods
|
# methods
|
||||||
|
"alert" method
|
||||||
|
"create_resources" method
|
||||||
|
"crit" method
|
||||||
|
"debug" method
|
||||||
|
"defined" method
|
||||||
|
"emerg" method
|
||||||
|
"err" method
|
||||||
|
"extlookup" method
|
||||||
"fail" method
|
"fail" method
|
||||||
|
"file" method
|
||||||
|
"fqdn_rand" method
|
||||||
|
"generate" method
|
||||||
|
"include" method
|
||||||
|
"info" method
|
||||||
|
"inline_template" method
|
||||||
|
"md5" method
|
||||||
"notice" method
|
"notice" method
|
||||||
|
"realize" method
|
||||||
|
"regsubst" method
|
||||||
|
"require" method
|
||||||
|
"search" method
|
||||||
|
"sha1" method
|
||||||
|
"shellquote" method
|
||||||
|
"split" method
|
||||||
|
"sprintf" method
|
||||||
|
"tag" method
|
||||||
|
"tagged" method
|
||||||
"template" method
|
"template" method
|
||||||
|
"versioncmp" method
|
||||||
|
"warning" method
|
||||||
done
|
done
|
||||||
"a-zA-Z0-9_" ident
|
"a-zA-Z0-9_" ident
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user