You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 3, 2024. It is now read-only.
I'm using Xtend (http://www.eclipse.org/xtend/) programming language in my java projects.
I tried to use Eclim features on it just to see if it works and it doesn't (pretty obvious).
I just run set ft=java in vim and then tried the completion command and I have the following error
[org.eclim.command.Main] Command failed
java.lang.IllegalArgumentException: Compilation unit name must end with .java, or one of the registered Java-like extensions
I know vim doesn't really support xtend (I can't find a working colorscheme).
How hard would it be to support xtend language?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm using Xtend (http://www.eclipse.org/xtend/) programming language in my java projects.
I tried to use Eclim features on it just to see if it works and it doesn't (pretty obvious).
I just run
set ft=java
in vim and then tried the completion command and I have the following errorI know vim doesn't really support xtend (I can't find a working colorscheme).
How hard would it be to support xtend language?
The text was updated successfully, but these errors were encountered: