Skip to content

Commit

Permalink
Update SublimeEthereum version
Browse files Browse the repository at this point in the history
A fix I submitted upstream was merged, and this commit bumps the submodule
to include it.
  • Loading branch information
Aelerinya authored and sharkdp committed May 12, 2021
1 parent 9eb26b7 commit e219c8f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/syntaxes/02_Extra/SublimeEthereum
2 changes: 1 addition & 1 deletion tests/syntax-tests/highlighted/Solidity/ERC721.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
 * the Metadata extension, but not including the Enumerable extension, which is available separately as
 * {ERC721Enumerable}.
 */
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
contract ERC721 is Context, ERC165, IERC721, IERC721Metadata {
 using Address for address;
 using Strings for uint256;

Expand Down
2 changes: 1 addition & 1 deletion tests/syntax-tests/highlighted/Vyper/crowdsale.vy
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


#@dev ERC20/223 Features referenced by this contract
[38;2;249;38;114mcontract[0m[4;38;2;102;217;239m TokenContract[0m[38;2;249;38;114m:[0m
[38;2;249;38;114mcontract[0m[38;2;248;248;242m [0m[4;38;2;102;217;239mTokenContract[0m[38;2;249;38;114m:[0m
 def transfer(_to: address, _value: uint256) -> bool: modifying

# Event for token purchase logging
Expand Down

0 comments on commit e219c8f

Please sign in to comment.