the-language
the-language copied to clipboard
syntax coloring for functions not consistent
The syntax coloring for the functions is inconsistent, e.g. is_complex_number is recognized as a function, while is_non_real_number is white (and not recognized as a function?). Similar, get_number_inner_type is not recognized as a function, maybe because of #run?
Note: this is untested code and might have some errors.
Cheers :)
Yeah, its the parens that are throwing it off. The grammar file needs a rewrite, but I'm waiting until after either the syntax pass happens or the first release.
Newlines have a role to play too.
Slightly related, this one looks like a greedyness issue: