Skip to content

Commit 7f23912

Browse files
LayerexLefterisJP
authored andcommitted
Add calldata keyword
1 parent dae5957 commit 7f23912

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

solidity-mode.el

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ Possible values are:
9595
"assembly"
9696
"assert"
9797
"break"
98+
"calldata"
9899
"catch"
99100
"constant"
100101
"constructor"
@@ -178,6 +179,7 @@ Possible values are:
178179
"indexed"
179180
"storage"
180181
"memory"
182+
"calldata"
181183
)
182184
"Modifiers of variables in solidity.")
183185

0 commit comments

Comments
 (0)