Visual Studio Code is likely the most popular editor used by modders and it doesn't behave very well with .sml right now (thinks it's XML, messes with braces and other punctuation).
According to their syntax highlight guide, it's based on TextMate grammar, which is some flavor of regex parsing. I can't see any reason it shouldn't be possible to add a StarML grammar and upload/distribute it as a VSCode extension, it'll just take some time to learn the tools involved.
Visual Studio Code is likely the most popular editor used by modders and it doesn't behave very well with
.sml
right now (thinks it's XML, messes with braces and other punctuation).According to their syntax highlight guide, it's based on TextMate grammar, which is some flavor of regex parsing. I can't see any reason it shouldn't be possible to add a StarML grammar and upload/distribute it as a VSCode extension, it'll just take some time to learn the tools involved.