Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wschwab/language-vyper
Vyper (Ethereum) language support for Atom
https://github.com/wschwab/language-vyper
atom ethereum vyper
Last synced: about 1 month ago
JSON representation
Vyper (Ethereum) language support for Atom
- Host: GitHub
- URL: https://github.com/wschwab/language-vyper
- Owner: wschwab
- License: mit
- Created: 2018-06-14T15:17:42.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T08:33:25.000Z (about 5 years ago)
- Last Synced: 2024-08-03T16:09:17.788Z (5 months ago)
- Topics: atom, ethereum, vyper
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# language-vyper package
This is an attempt to port an attempt to extend [MagicPython](https://github.com/MagicStack/MagicPython/blob/master/grammars/MagicPython.tmLanguage) to Vyper on VSCode (https://github.com/p-/vscode-vyper) to Atom. Use at your own risk. (It might be worthwhile for me to mention that I've never quite done this before.)
This package is not currently the language-vyper package in APM's registry (though I'm looking into how I might do that), so if you'd like to use it, you need to install it locally. Don't worry! It's not so hard. Here are the instructions:
> 1. clone the repo locally
>
> 2. in Atom, go to the Packages menu, and click on 'Package Generator'
>
> 3. select the 'language-vyper' folder you just cloned
>
> 4. restart Atom (it won't load the package until the next time it runs, so you won't be able to use it until you restart Atom)### Sep 2019
Updated and extended package to reflect the curernt state of Vyper![](https://i.imgur.com/sgY7lJU.png)