Magic incantations for Tailwind autocomplete in Svelte, Elixir ~H, Heex
This commit is contained in:
parent
adabf0107f
commit
36731ba6b3
7 changed files with 40 additions and 8 deletions
|
@ -123,6 +123,9 @@ impl LspAdapter for TailwindLspAdapter {
|
|||
("CSS".to_string(), "css".to_string()),
|
||||
("JavaScript".to_string(), "javascript".to_string()),
|
||||
("TSX".to_string(), "typescriptreact".to_string()),
|
||||
("Svelte".to_string(), "svelte".to_string()),
|
||||
("Elixir".to_string(), "phoenix-heex".to_string()),
|
||||
("HEEX".to_string(), "phoenix-heex".to_string()),
|
||||
]
|
||||
.into_iter(),
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue