File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,9 @@ syn keyword vyperTypes int8 int16 int24 int32 int40 int48 int56 int64 int72 int8
2727syn keyword vyperTypes uint8 uint16 uint24 uint32 uint40 uint48 uint56 uint64 uint72 uint80 uint88 uint96 uint104 uint112 uint120 uint128 uint136 uint144 uint152 uint160 uint168 uint176 uint184 uint192 uint200 uint208 uint216 uint224 uint232 uint240 uint248 uint256
2828syn keyword vyperTypes Bytes String HashMap
2929syn keyword vyperBuiltin as_unitless_number as_wei_value bitwise_and bitwise_not bitwise_or bitwise_xor blockhash ceil concat
30- syn keyword vyperBuiltin convert create_with_code_of ecadd ecmul ecrecover extract32 floor keccak256 len max method_id min raw_call
31- syn keyword vyperBuiltin sha3 shift slice uint256_addmod uint256_mulmod
30+ syn keyword vyperBuiltin convert create_with_code_of ecadd ecmul ecrecover extract32 floor keccak256 len max method_id min raw_call empty
31+ syn keyword vyperBuiltin sha3 shift slice uint256_addmod uint256_mulmod sha256 pow_mod256
32+
3233syn keyword vyperBuiltin indexed public constant
3334syn keyword vyperTodo TODO FIXME NOTE contained
3435
You can’t perform that action at this time.
0 commit comments