The syntax highlighting as C++ is confusing since many things don't match up.
Solution
I added super basic SQRL highlighting. Eventually it should be in the main package but this is fine for now. I also added cleaned up the index page, and added autocomplete/hover for the function list.
Result
Function discovery now works via autocomplete, and it's got basic documentation!
There's a bug where this gets registered multiple times, I don't know the correct way of doing this with Monaco/React. @meyer ?
Problem
The syntax highlighting as C++ is confusing since many things don't match up.
Solution
I added super basic SQRL highlighting. Eventually it should be in the main package but this is fine for now. I also added cleaned up the index page, and added autocomplete/hover for the function list.
Result
Function discovery now works via autocomplete, and it's got basic documentation!
There's a bug where this gets registered multiple times, I don't know the correct way of doing this with Monaco/React. @meyer ?