aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/token.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbuild2/token.hxx')
-rw-r--r--libbuild2/token.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/libbuild2/token.hxx b/libbuild2/token.hxx
index 8dad4ba..e11b880 100644
--- a/libbuild2/token.hxx
+++ b/libbuild2/token.hxx
@@ -45,6 +45,9 @@ namespace build2
lcbrace, // {
rcbrace, // }
+ multi_lcbrace, // {{... (value contains the braces)
+ multi_rcbrace, // }}... (value contains the braces)
+
lsbrace, // [
rsbrace, // ]