Files
2025-10-14 09:52:32 +09:00

1.1 KiB

PRACTICE extension for Visual Studio Code

Syntax Highlighting for PRACTICE cmm scripts for Lauterbach TRACE32® / PowerView

Highlighting sample Highlighting sample

Installation

This extension can be installed via the marketplace or manually from the TRACE32 demo directory demo/practice/syntaxhighlighting/vscode using:

code --install-extension practice-0.9.3.vsix

For VSCodium use:

codium --install-extension practice-0.9.3.vsix

Release Notes

0.7.0

  • fix highlighting in some corner cases

0.6.0

  • add backtick support
  • add recursive macro replacement
  • add support for ranges with dots.

0.5.0

  • match case insensitive and short version of keywords.

0.4.0

  • highlight macros inside strings.
  • add escaped quote matching for strings.

0.3.0

  • performance improvements

0.2.0

  • improve macro matching

0.1.0

  • first version