move-syntax
move-syntax copied to clipboard
fix highlighting of functions in `spec module` (like in vector.move)
Hey!
While learning the Move language, I noticed that in vector.move the functions in spec module { ... } are not fully highlighted. This PR fixes that issue
Before:
After: