We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think your plugin should be able to highlight numeric constants as in
let x = 10
and type constants as in
type tree 'a = | Leaf of 'a | Tree of tree 'a * tree 'a
Do you think you could do that ?
The text was updated successfully, but these errors were encountered:
Thanks for the suggestion, this is what version 0.24 can do:
of course, reason syntax only
Sorry, something went wrong.
Would it be OK for you ton include syntax changes for OCaml in general ?
#13 - improving parser/annotator capabilities
178b646
fix in 0.48
No branches or pull requests
I think your plugin should be able to highlight numeric constants as in
and type constants as in
Do you think you could do that ?
The text was updated successfully, but these errors were encountered: