Add Solidity
Add basic Solidity module
This commit is contained in:
parent
f16aa539c7
commit
3193e7a8a7
5 changed files with 74 additions and 0 deletions
8
modules/lang/solidity/doctor.el
Normal file
8
modules/lang/solidity/doctor.el
Normal file
|
@ -0,0 +1,8 @@
|
|||
;; -*- lexical-binding: t; no-byte-compile: t; -*-
|
||||
;;; lang/solidity/doctor.el
|
||||
|
||||
(unless (executable-find "solc")
|
||||
(warn! "Solc isn't installed."))
|
||||
|
||||
(unless (executable-find "solium -V")
|
||||
(warn! "Solium isn't installed."))
|
Loading…
Add table
Add a link
Reference in a new issue