v1.3.0
Changelog
- Fixed a bug where incomplete use statements, such as
use
, would lead to incorrect color highlighting on subsequent lines of code. This should improve the typing experience as one writes a module import statement such asuse myModule
. - The
import
keyword used in interfaces is recognized as a control keyword.