Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.05 KB

readme.md

File metadata and controls

42 lines (28 loc) · 1.05 KB

About

phlex-emmet-ls is a language server that provides Emmet completions for Phlex templates.

demo

Instalation

First install the binary using cargo:

cargo install phlex_emmet_ls

Then you can install plugin in your editor.

Neovim

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"
}

Visual Studio Code

The extension can be found at https://marketplace.visualstudio.com/items?itemName=LucasRangel.phlex-emmet-ls

Implemented features

  • Child: >
  • Sibling: + - [x] Multiplication: *
  • ID and CLASS attributes
  • Implicit tag names
  • Text: {}
  • Climb-up: ^
  • Item numbering: $
  • Grouping: ()