Closed carlosvneves closed 3 months ago
This seems to erase all the other editor plugins??
This seems to erase all the other editor plugins??
Hmmm... I will check that out. Because it shouldn't. Thank you.
A few things I wondered about:
I think the main problem is that I mixed the tests I made in my local repo with the code I submitted to the remote. Maybe is better to erase the PR.
If you think it is ok, I will fix that and open another PR.
And if you have another comments or suggestions, please let me know. As a beginner, I am still learning how things work and I will take care that it will not happen again.
Thanks for your attention.
This PR proposes some improvements in the C3 syntax highlighting in the VS Code extension. The main adjustments include:
Function and Method Calls:
malloc()
,free()
)object.method()
)Variable and Struct Member Access:
self.member
Contract Comments:
/** */
)@require
,@ensure
,@param
)[in]
,[out]
,$function
)General Improvements:
Code snippets
Testing:
Limitations and futures improvements:
Feedback on the new highlighting scheme is welcome.