Add Solidity Template
Add Trigger and basic file template
This commit is contained in:
parent
f471ef3fff
commit
5ec74fdffb
2 changed files with 13 additions and 1 deletions
10
modules/feature/file-templates/templates/solidity-mode/__sol
Normal file
10
modules/feature/file-templates/templates/solidity-mode/__sol
Normal file
|
@ -0,0 +1,10 @@
|
|||
# -*- mode: snippet -*-
|
||||
# group: file templates
|
||||
# contributor: Edmund Miller
|
||||
# name: solidity template
|
||||
# --
|
||||
pragma solidity ^0.4.22;
|
||||
|
||||
contract $0 {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue