aboutsummaryrefslogtreecommitdiff
path: root/src/parser.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-02-06 22:19:32 +0000
committerGinger Bill <bill@gingerbill.org>2017-02-06 22:19:32 +0000
commit8cfae17535518cd10ebe26eb5d4539805ce81295 (patch)
tree53da6cb276bdec3f9b5ccb88eaa7d49d5388ba1b /src/parser.c
parentdf78b8ad3ebd263849eee6736fd78efe017522a4 (diff)
`map` literals
Diffstat (limited to 'src/parser.c')
-rw-r--r--src/parser.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/parser.c b/src/parser.c
index 652181c90..079e39c2f 100644
--- a/src/parser.c
+++ b/src/parser.c
@@ -1854,6 +1854,7 @@ bool is_literal_type(AstNode *node) {
case AstNode_ArrayType:
case AstNode_VectorType:
case AstNode_StructType:
+ case AstNode_MapType:
return true;
}
return false;