From e219c8fc03b632272d7a75f30f364fcdcee0a9b0 Mon Sep 17 00:00:00 2001 From: Ersikan Date: Tue, 30 Mar 2021 17:44:15 +0200 Subject: Update SublimeEthereum version A fix I submitted upstream was merged, and this commit bumps the submodule to include it. --- assets/syntaxes/02_Extra/SublimeEthereum | 2 +- tests/syntax-tests/highlighted/Solidity/ERC721.sol | 2 +- tests/syntax-tests/highlighted/Vyper/crowdsale.vy | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/assets/syntaxes/02_Extra/SublimeEthereum b/assets/syntaxes/02_Extra/SublimeEthereum index 4f775259..b60e0a3e 160000 --- a/assets/syntaxes/02_Extra/SublimeEthereum +++ b/assets/syntaxes/02_Extra/SublimeEthereum @@ -1 +1 @@ -Subproject commit 4f775259cd15a50a3a18f433cbd4024f46d30ce3 +Subproject commit b60e0a3e00e68263fcf35ba1a2e0bd0f6e3544f9 diff --git a/tests/syntax-tests/highlighted/Solidity/ERC721.sol b/tests/syntax-tests/highlighted/Solidity/ERC721.sol index a04bea91..7a30e357 100644 --- a/tests/syntax-tests/highlighted/Solidity/ERC721.sol +++ b/tests/syntax-tests/highlighted/Solidity/ERC721.sol @@ -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; diff --git a/tests/syntax-tests/highlighted/Vyper/crowdsale.vy b/tests/syntax-tests/highlighted/Vyper/crowdsale.vy index c2eb7cc6..4f5f3217 100644 --- a/tests/syntax-tests/highlighted/Vyper/crowdsale.vy +++ b/tests/syntax-tests/highlighted/Vyper/crowdsale.vy @@ -10,7 +10,7 @@ #@dev ERC20/223 Features referenced by this contract -contract TokenContract: +contract TokenContract:  def transfer(_to: address, _value: uint256) -> bool: modifying # Event for token purchase logging -- cgit v1.2.3