move-syntax icon indicating copy to clipboard operation
move-syntax copied to clipboard

fix highlighting of functions in `spec module` (like in vector.move)

Open i582 opened this issue 1 year ago • 0 comments

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:

i582 avatar Sep 24 '24 19:09 i582