Skip to content

Commit 3a0afdf

Browse files
authored
Merge pull request #30 from favadi/payable-keyword
adds "payable" as a keyword
2 parents 6c0dd80 + 09514bd commit 3a0afdf

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

changelog.MD

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ The changelog starts from version 0.1.4 as too much was added in each version be
88

99
- Fixed flycheck integration doesn't search for solc and solium in PATH.
1010

11-
- Add `constructor` as keyword.
11+
- Added missing keywords:
12+
13+
- constructor
14+
15+
- payable
1216

1317
## Version 0.1.9
1418

solidity-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ Possible values are:
114114
"memory"
115115
"modifier"
116116
"new"
117+
"payable"
117118
"pragma"
118119
"private"
119120
"public"

0 commit comments

Comments
 (0)