Skip to content

Releases: blakegearin/pulpscript-syntax-vscode

0.3.4

01 Apr 06:10
Compare
Choose a tag to compare

Added

  • Updated floats to permit multiple digits in a variable

0.3.3

24 Feb 01:57
Compare
Choose a tag to compare

Added

  • Added support for .txt filename extensions

0.2.3

11 Feb 06:50
Compare
Choose a tag to compare

Added

  • Added missing > and < to comparisons

0.2.2

10 Feb 07:46
Compare
Choose a tag to compare

Added

  • Added missing != to controls

0.2.1

09 Feb 10:23
Compare
Choose a tag to compare

Added

  • Added in to controls

Updated

  • Moved to from functions to controls

0.2.0

07 Feb 10:50
Compare
Choose a tag to compare

Added

  • Added supported pattern coords

Changed

  • Updated comparisons to support all possible variations (integers, floats, variables, strings, with & without spaces)
  • Updated numeric to be floats

Removed

  • Removed extra patterns that aren't necessary

0.1.1

07 Feb 07:30
Compare
Choose a tag to compare

Changed

  • Updated comparisons to support strings

0.1.0

07 Feb 04:14
Compare
Choose a tag to compare

Added

  • Added supported pattern datetime and its read-only properties
  • Added preview image to README

Changed

  • Updated order of repository objects to match patterns
  • Updated location of objects used once to be nested
    • string-interpolation under strings
    • config-properties under config
    • event-properties under event
  • Added word boundaries to built-in-events
  • Updated numeric to allow numbers in variable names

Removed

  • do/end and then/end from autoClosingPairs

0.0.1

04 Feb 22:06
Compare
Choose a tag to compare
  • Initial release
  • Supported patterns
    • comments
    • strings
    • decrement
    • increment
    • numeric
    • comparisons
    • augmented assignments
    • spaces
    • assignment
    • functions
    • built-in events
    • controls
    • colons
    • commas
    • config
    • event
    • variables