mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-25 14:13:37 -05:00
Add Solidity Template
Add Trigger and basic file template
This commit is contained in:
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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user