Move Msl syntax for VSCode
This VSCode extension Based on Damir Shamanaev's Move syntax highligher, but with several bug fixed and features for sui-move-analyzer.
About
If you want to know more about the language, see these resources:
Change log
This update highlights support for the new syntax of the Move language.
(v0.0.2 -> v0.5.0)
- Support
use fun declarations
- Support
macro functions
- Support
Enums
- Support
public(package)
- Support positional struct fields, such as
struct Wrapper(u64)
- Support
public struct
- Support
has Postfix ability declarations
- Support
break with value
- Support
loop ketword
- Support
let mut ketword
ToDo
- Support
match keyword and expressions
- Support named blocks with enhanced control flow operations
Change log page for version 0.5.0
| |