aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/odin/parser/parser.odin1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/odin/parser/parser.odin b/core/odin/parser/parser.odin
index 7660005e0..b151d0188 100644
--- a/core/odin/parser/parser.odin
+++ b/core/odin/parser/parser.odin
@@ -2825,6 +2825,7 @@ is_literal_type :: proc(expr: ^ast.Expr) -> bool {
ast.Dynamic_Array_Type,
ast.Map_Type,
ast.Bit_Set_Type,
+ ast.Matrix_Type,
ast.Call_Expr:
return true
}