walnuthq / cairovm.codes

Source code for cairovm.codes — a web app to compile Cairo programs into Sierra and CASM with step-through execution capabilities.
https://cairovm.codes
MIT License
29 stars 24 forks source link

chore: Highlight multiple Cairo code segments per Sierra statement - Issue #138 #139

Closed melnikga closed 2 months ago

melnikga commented 2 months ago

138

I have made changes to the logic of the useEffect function for multiple highlighting in the Editor/index.tsx file. I also modified the CairoLocation type in cairoVMApiContext.tsx.