You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Updated grammar for Local and Parameters
* Added new directive @INPUT_PARAMETER_BEGIN/END and @LOCALS_BEGIN/END
* Update Linter to support the new grammar changes
* Checking both the new and old Parameters @INPUT_PARAMS and @INPUT_PARAMS_BEGIN
* Checking both the new and old Locals @Locals and @LOCALS_BEGIN
* Update SeqJSON Exporter.
* new LOCAL and INPUT_PARAMS blocks
* SeqJson export of Local and Parameters are fully supported now
* Update the unit test as well
* Update SeqJSON Importer.
* new LOCAL and INPUT_PARAMS blocks
* Import full SeqJSON spec for Locals and Parameters
* Update the unit test as well
* Added the new directives to the autocomplete
* Update Grammar test
* Add support to fold Parameter and Local blocks
* Updated the unit test
* Fixed PR issues
* Address PR issues from Bryan
0 commit comments