microsoft / Analysis-Services

Git repo for Analysis Services samples and community projects
MIT License
608 stars 417 forks source link

Add syntax highlighting in Monaco diff editor #263

Closed getkeshav closed 4 months ago

getkeshav commented 5 months ago

Updates:

  1. Added syntax highlighting for TMDL in Monaco diff editor.
  2. Updated the version of monaco-editor from 0.12.0 to 0.15.6 because our current implementation of token provider doesn't support in older version.

Testing

image

Anything else I should now?

Multiline strings not enclosed in triple backticks are not highlighted correctly. Handling this case is not feasible with the Monarch token provider.