mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-08 07:35:01 +03:00
6e2be283dd
Hey guys! `emmet-language-server` author here. Thank you so much for the amazing editor! This PR adds more languages to the list for the `emmet-language-server` to attach to. I have a question though, I saw that you guys don't differentiate yet between `JavaScript` and `JSX` files. I know that the tree-sitter parser for `js` comes with the ability to parse both but we still need to make that difference. Is that part of the plan? or do you have a reason for doing that? Aside from that, I've still added support for `JavaScript` files since is important to have emmet completions in `JSX` files, but I would like to know what are your thoughts on that since doing this may pollute the completions in `.js` files. And one last thing, the emmet language server accepts more filetypes such as `pug`, `sass`, `scss` and `less` files, which are not currently supported by zed. Should I create some extensions to add grammar support to those files later? Should those extensions be part of the zed repo? I'm just thinking that those are sort of core languages. Aside from that, let me know if there's anything left to do on my side. Greetings! Fixes #10654. Release Notes: - N/A |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
Cargo.toml | ||
extension.toml | ||
LICENSE-APACHE |