From ecf903ee8c00fcf7da036cd7451444010f4d966f Mon Sep 17 00:00:00 2001 From: phannebohm Date: Thu, 4 Jul 2024 14:11:32 +0200 Subject: [PATCH] Add `class` keyword to Class Types (#56) The class keyword was forgotten. This commit adds it to the possible class types. This class type is mostly used to extend ExternalObject. --- syntaxes/metamodelica.tmGrammar.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/metamodelica.tmGrammar.yaml b/syntaxes/metamodelica.tmGrammar.yaml index 4fd35cf..e806cbd 100644 --- a/syntaxes/metamodelica.tmGrammar.yaml +++ b/syntaxes/metamodelica.tmGrammar.yaml @@ -88,7 +88,7 @@ patterns: name: support.type # Class Type - - begin: \b(record|type|package|function|uniontype)\s+(\w+)\s*("([^"]|\\")*(?