From 5ca509f4993f417c57890eaed7969d87fdd41b5d Mon Sep 17 00:00:00 2001 From: Stefan Kapferer Date: Thu, 4 Jan 2024 13:54:43 +0100 Subject: [PATCH] Add 'Coordination' keyword to VSCode syntax highlighting --- syntaxes/cml.tmLanguage.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntaxes/cml.tmLanguage.json b/syntaxes/cml.tmLanguage.json index b6a24d9..142f014 100644 --- a/syntaxes/cml.tmLanguage.json +++ b/syntaxes/cml.tmLanguage.json @@ -67,7 +67,7 @@ }, "applicationLayerKeywords": { "name": "keyword.control.cml", - "match": "\\b(Application|Flow|delegates to|emits event|event|triggers|command|operation|X|x|O|o|initiated|by)\\b" + "match": "\\b(Application|Flow|delegates to|emits event|event|triggers|command|operation|X|x|O|o|initiated|by|Coordination)\\b" }, "tacticDDDKeywords": { "name": "keyword.control.cml",