We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c0dd80 + 09514bd commit 3a0afdfCopy full SHA for 3a0afdf
changelog.MD
@@ -8,7 +8,11 @@ The changelog starts from version 0.1.4 as too much was added in each version be
8
9
- Fixed flycheck integration doesn't search for solc and solium in PATH.
10
11
-- Add `constructor` as keyword.
+- Added missing keywords:
12
+
13
+ - constructor
14
15
+ - payable
16
17
## Version 0.1.9
18
solidity-mode.el
@@ -114,6 +114,7 @@ Possible values are:
114
"memory"
115
"modifier"
116
"new"
117
+ "payable"
118
"pragma"
119
"private"
120
"public"
0 commit comments