phlex-emmet-ls is a language server that provides Emmet completions for Phlex templates.
First install the binary using cargo:
cargo install phlex_emmet_ls
Then you can install plugin in your editor.
The Neovim plugin can be found at https://github.com/lrangell/phlex-emmet.nvim
Using lazy.nvim
return {
"lrangell/phlex-emmet.nvim",
opts = {},
ft = "ruby"
}
The extension can be found at https://marketplace.visualstudio.com/items?itemName=LucasRangel.phlex-emmet-ls
- Child: >
- Sibling: + - [x] Multiplication: *
- ID and CLASS attributes
- Implicit tag names
- Text: {}
- Climb-up: ^
- Item numbering: $
- Grouping: ()