Skip to content

Commit

Permalink
Add 'Coordination' keyword to VSCode syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Jan 4, 2024
1 parent 0761ba5 commit 5ca509f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/cml.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 5ca509f

Please sign in to comment.