Skip to content

lrangell/phlex-emmet-lsp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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: ()

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages