Adding package for solidity-mode

- A brief summary of what the package does:
  This is the language mode for the smart contracts language called
  Solidity used in the Ethereum network.

- A direct link to the package repository:
  https://github.com/ethereum/emacs-solidity

- Your association with the package (e.g., are you the maintainer? have
  you contributed? do you just like the package a lot?):
  I am the maintainer
This commit is contained in:
Lefteris Karapetsas 2015-02-17 17:24:40 +01:00
parent e54e77c561
commit 5d8719f8c7

3
recipes/solidity-mode Normal file
View file

@ -0,0 +1,3 @@
(solidity-mode
:repo "ethereum/emacs-solidity"
:fetcher github)