Improvements to module, submodule, and program keywords. Keywords are now highlighted as you type (for incomplete statements), improving the typing experience.
Isolated end is now recognized as a control keyword instead of an end= statement in read. Improves typing experience when typing code such as end function.
Improvements to recognition of syntax involving numbers
Missing word boundaries added for some keywords
Scopes for parentheses and brackets have been added
Scopes in type instance declaration have been modified (type/class is now keyword.other and the class is given by storage.type.class)
Fixed some cases where objects were incorrectly scoped as objects
Pull request for release v1.2.0
Changelog
end
is now recognized as a control keyword instead of anend=
statement inread
. Improves typing experience when typing code such asend function
.keyword.other
and the class is given bystorage.type.class
)