Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)
```