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

Add julia support (LSP not working) #413

Merged
merged 4 commits into from
Jul 5, 2021
Merged

Conversation

bottine
Copy link

@bottine bottine commented Jul 4, 2021

I took the treesitter recipes from here: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/julia
and the command for the LSP is from: https://github.com/julia-vscode/LanguageServer.jl/wiki/Kakoune

I can't make the languageserver work, but this is maybe because I can't make it work in general.


Got the following log:

2021-07-05T10:55:54.618 mio::poll [TRACE] registering event source with poller: token=Token(1), interests=READABLE | WRITABLE
2021-07-05T10:55:54.618 mio::poll [TRACE] registering event source with poller: token=Token(2), interests=READABLE | WRITABLE
2021-07-05T10:55:54.618 mio::poll [TRACE] registering event source with poller: token=Token(3), interests=READABLE | WRITABLE
2021-07-05T10:55:54.618 helix_lsp::transport [INFO] -> {"jsonrpc":"2.0","method":"initialize","params":{"capabilities":{"textDocument":{"completion":{"completionItem":{"snippetSupport":false},"completionItemKind":{}},"hover":{"contentFormat":["markdown"]}},"window":{"workDoneProgress":true}},"processId":48451,"rootUri":"file:///path/to/Folder"},"id":0}
2021-07-05T10:55:56.620 mio::poll [TRACE] deregistering event source from poller
2021-07-05T10:55:56.620 mio::poll [TRACE] deregistering event source from poller
2021-07-05T10:55:56.620 mio::poll [TRACE] deregistering event source from poller
2021-07-05T10:55:56.620 mio::poll [TRACE] registering event source with poller: token=Token(0), interests=READABLE
2021-07-05T10:55:56.620 mio::poll [TRACE] registering event source with poller: token=Token(1), interests=READABLE

languages.toml Outdated Show resolved Hide resolved
Copy link
Contributor

@pickfire pickfire left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I didn't test this but I think highlighting should be working to some extent. Since you tried it out so it should work better than no support. Will merge once it passes the tests.

@pickfire pickfire merged commit 3c31f50 into helix-editor:master Jul 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants