Releases: hidao80/vscode-powerautomate-desktop-syntax
Releases · hidao80/vscode-powerautomate-desktop-syntax
v0.0.5
v0.0.4
v0.0.3
Initial release.
Added
- Triple-quoted string support (
$'''...''') - JSON block syntax highlighting within
{ }blocks - Boolean literals support (
True,False) - Basic syntax highlighting for Power Automate Desktop
- Support for keywords:
LOOP,IF,THEN,END,EXIT,WAIT - Variable parameter highlighting (pattern:
varName:) - String, number, and operator support
- Comment support (lines starting with
#) - Basic file extension recognition (
.powerautomate) - Function name highlighting at line start