Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 615 Bytes

CHANGELOG.md

File metadata and controls

26 lines (18 loc) · 615 Bytes

Change Log

Pseudolang VSCode

[0.9.31] - Update for the latest version of Pseudolang

[0.9.3] - Update for the latest version of Pseudolang

[0.9.2] - Update for Pseudolang 0.9.49

[0.9.1] - Fixes

[0.9.0] - Initial Release

Added

  • Full syntax highlighting for Pseudolang (.psl) files
  • Support for all language constructs:
    • Control structures (IF, REPEAT, etc.)
    • Mathematical functions
    • List operations
    • String manipulation
    • I/O operations
  • Special string support (raw and formatted strings)
  • Comment highlighting (line and block)
  • Proper bracket matching and auto-closing