davidhq / SublimeEthereum

Ethereum Solidity, Vyper, Yul and StarkNet Cairo language syntaxes
MIT License
116 stars 43 forks source link

Solidity syntax seems broken after assembly block #30

Closed tlkahn closed 5 years ago

tlkahn commented 5 years ago

Hi, I ran into this code snippet and the syntax seems to stop working after the assembly code block, as show below:

image

Can you help look into this? Thanks a lot.

tlkahn commented 5 years ago

:= is a keyword and should not be : =. Never mind. Close it now.

davidhq commented 5 years ago

thank you for this report... I fixed it so that mistakes in assembly block now don't disturb anything after closing brace... what happens inside assembly block stays inside assembly block