Skip to content
New issue

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

Improve highlighting capabilities #13

Closed
Spriithy opened this issue Nov 13, 2017 · 3 comments
Closed

Improve highlighting capabilities #13

Spriithy opened this issue Nov 13, 2017 · 3 comments

Comments

@Spriithy
Copy link

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 ?

@giraud
Copy link
Owner

giraud commented Nov 13, 2017

Thanks for the suggestion, this is what version 0.24 can do:

issue_highlight

of course, reason syntax only

@Spriithy
Copy link
Author

Would it be OK for you ton include syntax changes for OCaml in general ?

@giraud
Copy link
Owner

giraud commented Apr 27, 2018

fix in 0.48

@giraud giraud closed this as completed Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants