Skip to content

Commit

Permalink
Add array
Browse files Browse the repository at this point in the history
  • Loading branch information
phannebohm committed Jul 4, 2024
1 parent 1d5fbb3 commit 4b6cb37
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 4b6cb37

Please sign in to comment.