Fork of zed-extensions/elixir
- Rust 65.5%
- Tree-sitter Query 34.5%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
Some checks failed
bump_version.yml / Add more language server scopes (#107) (push) Failing after 0s
These allow us to restrict code completions into specific contexts: - For Elixir files, Tailwind and Emmet will now give completions inside HEEx templates only, save for one caveat - Tailwind is still scoped into strings so that completions don't break if Elixir interpolation is used inside the class attribute of an HTML tag - For EEx/HEEx files, ElixirLS, Expert, Next LS, and Lexical will now give completions inside Elixir expressions only - should fix #91 Additionally, this reworks the function override that was being used by HEEx into an identifier override that should cover slot names as well - with this change `@` will now be treated as a word character, just like Elixir |
||
| .github/workflows | ||
| languages | ||
| src | ||
| .gitignore | ||
| .tsqueryrc.json | ||
| Cargo.lock | ||
| Cargo.toml | ||
| extension.toml | ||
| LICENSE | ||
| README.md | ||
Zed Elixir
Development
To develop this extension, see the Developing Extensions section of the Zed docs.