-
Notifications
You must be signed in to change notification settings - Fork 124
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
feature request: support eliom file extensions #353
Comments
Do you mean you want to apply OCaml syntax and |
Indeed, that's what I want and what I'm already doing. However, the recognition of whether the current file is an interface file or and implementation file is done in ocaml-lsp-server, if I'm not mistaken. I did add the file extensions ".eliom" and ".eliomi" to Maybe I should make a PR (that doesn't work). |
The PR has been merged, but I still cannot get the recognition of .eliomi files to work:
|
This would be ".eliom" for OCaml and ".eliomi" for Ocaml interface.
The patch is trivial, but I still can't seem to get it to work.
I hope someone who knows this source code will be able to implement this within 5 seconds.
The text was updated successfully, but these errors were encountered: