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",