Skip to content

Commit

Permalink
Add array
Browse files Browse the repository at this point in the history
  • Loading branch information
phannebohm committed Apr 19, 2024
1 parent e68c72c commit 00c0209
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/metamodelica.tmGrammar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ patterns:
name: storage.modifier
- match: \b(replaceable|redeclare|import)\b
name: storage.modifier
- begin: \b(list<|Option<|tuple<)\b
- begin: \b(list|tuple|array|Option)<
end: '>'
name: storage.type
- match: \b(uniontype)\s+(\w+)\s*(".*")*
Expand Down

0 comments on commit 00c0209

Please sign in to comment.