diff --git a/tree_sitter_v/src/grammar.json b/tree_sitter_v/src/grammar.json index 07007499..ccc6665a 100644 --- a/tree_sitter_v/src/grammar.json +++ b/tree_sitter_v/src/grammar.json @@ -8497,6 +8497,10 @@ "qualified_type", "_expression_without_blocks" ], + [ + "fixed_array_type", + "literal" + ], [ "reference_expression", "type_reference_expression" @@ -8529,4 +8533,3 @@ "_expression_with_blocks" ] } -