Skip to content

Commit

Permalink
Merge branch 'master' into update-parser-faults
Browse files Browse the repository at this point in the history
  • Loading branch information
jjcnn committed Sep 26, 2022
2 parents 5976783 + 05750cc commit 92dcae6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
16 changes: 0 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,22 +203,6 @@ the cursor currently is.
;; Scilla mode
(load-file "/path/to/scilla-mode.el")
```
### Vim plugin

A vim plugin for editing Scilla contracts is provided.

You can install the vim config files through Pathogen by:
```
git clone https://github.com/edisonljh/vim-scilla.git ~/.vim/bundle/vim-scilla
```

Or through Vundle by adding the following line to your `~/.vimrc`:
```
Plugin 'edisonljh/vim-scilla'
```

Repo: [vim-scilla](https://github.com/edisonljh/vim-scilla).

### VSCode Plugin

Visual Studio Code support for Scilla is avaiable. [Github Source](https://github.com/as1ndu/vscode-scilla)
Expand Down
1 change: 1 addition & 0 deletions scilla.opam
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ depends: [
"menhir"
"ocaml" {>= "4.11.0" & < "4.15~"}
"ocamlgraph" {>= "2.0.0" & < "2.1~"}
"ocamlformat" {= "0.22.4"}
"ocaml-protoc" {>= "1.2.0" & < "2.3~"}
"ounit" {= "2.2.6"}
"patdiff" {>= "v0.15.0" & < "v0.16~"}
Expand Down

0 comments on commit 92dcae6

Please sign in to comment.