Releases: blakegearin/pulpscript-syntax-vscode
Releases · blakegearin/pulpscript-syntax-vscode
0.3.4
0.3.3
Added
- Added support for
.txtfilename extensions
0.2.3
Added
- Added missing
>and<tocomparisons
0.2.2
Added
- Added missing
!=tocontrols
0.2.1
Added
- Added
intocontrols
Updated
- Moved
tofromfunctionstocontrols
0.2.0
Added
- Added supported pattern
coords
Changed
- Updated
comparisonsto support all possible variations (integers, floats, variables, strings, with & without spaces) - Updated
numericto befloats
Removed
- Removed extra
patternsthat aren't necessary
0.1.1
Changed
- Updated
comparisonsto support strings
0.1.0
Added
- Added supported pattern
datetimeand its read-only properties - Added preview image to README
Changed
- Updated order of
repositoryobjects to matchpatterns - Updated location of objects used once to be nested
string-interpolationunderstringsconfig-propertiesunderconfigevent-propertiesunderevent
- Added word boundaries to
built-in-events - Updated
numericto allow numbers in variable names
Removed
do/endandthen/endfromautoClosingPairs
0.0.1
- Initial release
- Supported patterns
- comments
- strings
- decrement
- increment
- numeric
- comparisons
- augmented assignments
- spaces
- assignment
- functions
- built-in events
- controls
- colons
- commas
- config
- event
- variables