Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ralexstokes/vyper-mode
An Emacs mode for Vyper https://github.com/ethereum/vyper
https://github.com/ralexstokes/vyper-mode
Last synced: 25 days ago
JSON representation
An Emacs mode for Vyper https://github.com/ethereum/vyper
- Host: GitHub
- URL: https://github.com/ralexstokes/vyper-mode
- Owner: ralexstokes
- License: gpl-3.0
- Created: 2018-06-20T00:46:44.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-07T19:35:29.000Z (over 6 years ago)
- Last Synced: 2024-10-04T16:56:12.013Z (about 1 month ago)
- Language: Emacs Lisp
- Size: 19.5 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![MELPA](https://melpa.org/packages/vyper-mode-badge.svg)](https://melpa.org/#/vyper-mode)
# vyper-mode
An Emacs mode for Vyper [https://github.com/ethereum/vyper](https://github.com/ethereum/vyper).
## Installation
You can install it by using `package-install` via [MELPA](http://melpa.milkbox.net).
## Usage
Add the following to your `.emacs` file:
```emacs-lisp
(require 'vyper-mode)
```