Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmovses committed Aug 17, 2022
2 parents 3c178a1 + cf03d0a commit d762ef0
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# move.vim
Syntax highlighting for the Move smart contract programming language. Open to PRs to extend this tool.

<img width="852" alt="Screenshot 2022-07-29 at 00 24 48" src="https://user-images.githubusercontent.com/35300528/181653458-9cc75bba-1f87-48ce-af9f-01f58e2e9aeb.png">

### Installation

Install via `vim-plug`:
Install via your vim plugin manager of choice.

For `vim-plug` add to your `.vimrc`:

```vim
```
Plug 'rvmelkonian/move.vim'
```

Expand Down

0 comments on commit d762ef0

Please sign in to comment.