vscode-extension icon indicating copy to clipboard operation
vscode-extension copied to clipboard

Improve syntax highlighting (syntaxes/cml.tmLanguage.json)

Open stefan-ka opened this issue 5 years ago • 2 comments

I implemented a first version of the syntaxes/cml.tmLanguage.json file for the syntax highlighting. However, we should improve this a bit later:

  • Match keywords locally (especially tactic DDD stuff)
    • everything is matched globally now
  • Match and highlight IDs (of Bounded Context, Aggregates, Entities, and so on...)

stefan-ka avatar May 25 '20 12:05 stefan-ka

here's my VSCode extension to help with authoring TextMate grammars https://marketplace.visualstudio.com/items?itemName=RedCMD.tmlanguage-syntax-highlighter

RedCMD avatar Aug 10 '25 20:08 RedCMD

Thanks @RedCMD!

stefan-ka avatar Aug 11 '25 07:08 stefan-ka