Skip to content

Releases: hidao80/vscode-powerautomate-desktop-syntax

v0.0.5

05 Dec 04:10

Choose a tag to compare

Updated

  • Update displayName.

v0.0.4

05 Dec 04:07

Choose a tag to compare

Updated

  • Update displayName.

v0.0.3

05 Dec 03:33

Choose a tag to compare

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