Magic incantations for Tailwind autocomplete in Svelte, Elixir ~H, Heex

This commit is contained in:
Julia 2023-10-19 01:54:42 -04:00
parent adabf0107f
commit 36731ba6b3
7 changed files with 40 additions and 8 deletions

View file

@ -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(),
)