Skip to content

Commit

Permalink
globals: add support for LL_TEMPLATE_REF
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <szakacs.attila96@gmail.com>
  • Loading branch information
alltilla committed Oct 19, 2023
1 parent bfcaebc commit e34d40c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syslog_ng_cfg_helper/globals.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
("LL_FLOAT", "<float>"),
("LL_IDENTIFIER", "<identifier>"),
("LL_PLUGIN", "<plugin>"),
("LL_TEMPLATE_REF", "<template-reference>"),
)

PLUGIN_CONTEXTS = {
Expand Down

0 comments on commit e34d40c

Please sign in to comment.