aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--example.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/example.conf b/example.conf
new file mode 100644
index 0000000..ba01b60
--- /dev/null
+++ b/example.conf
@@ -0,0 +1,12 @@
+some directive;
+group1 param1 {
+ group2 param2 {
+ group3 param3 {
+ key "value";
+ int_key 123;
+ float_key 123.321;
+ bool_key true;
+ }
+ external_vars "Concatenate with" EXTERNAL_VAR "and integer" 123;
+ }
+} \ No newline at end of file