/move.vim

syntax highlighting and indentation in Vim for the Move smart contract language

Primary LanguageVim Script

move.vim

Syntax highlighting for the Move smart contract programming language. Open to PRs to extend this tool.

Screenshot 2022-07-29 at 00 24 48

Installation

Install via your vim plugin manager of choice.

For vim-plug add to your .vimrc:

Plug 'rvmelkonian/move.vim'

Then run :PlugInstall.