doomemacs/modules/feature/file-templates/templates/solidity-mode/__sol
Edmund Miller 5ec74fdffb Add Solidity Template
Add Trigger and basic file template
2018-06-18 20:29:37 -05:00

10 lines
No EOL
150 B
Text

# -*- mode: snippet -*-
# group: file templates
# contributor: Edmund Miller
# name: solidity template
# --
pragma solidity ^0.4.22;
contract $0 {
}