diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-22 09:36:24 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-05-22 09:36:24 +0000 |
| commit | 6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87 (patch) | |
| tree | fa3c3721e870b921d670a028458a739d74c932df | |
| parent | feat(tailwindcss): map elixir and heex ft to phoenix-heex #3854 (diff) | |
| download | nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar.gz nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar.bz2 nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar.lz nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar.xz nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.tar.zst nvim-lspconfig-6d8fff7dc91ae8164ae5fae23cb4c34caedfaa87.zip | |
docs: update configs.md
skip-checks: true
| -rw-r--r-- | doc/configs.md | 2 | ||||
| -rw-r--r-- | doc/configs.txt | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/doc/configs.md b/doc/configs.md index 56d411e1..8813a525 100644 --- a/doc/configs.md +++ b/doc/configs.md @@ -11251,7 +11251,9 @@ Default config: classAttributes = { "class", "className", "class:list", "classList", "ngClass" }, includeLanguages = { eelixir = "html-eex", + elixir = "phoenix-heex", eruby = "erb", + heex = "phoenix-heex", htmlangular = "html", templ = "html" }, diff --git a/doc/configs.txt b/doc/configs.txt index 0e5f9ebb..ff98062d 100644 --- a/doc/configs.txt +++ b/doc/configs.txt @@ -8290,7 +8290,9 @@ Default config: classAttributes = { "class", "className", "class:list", "classList", "ngClass" }, includeLanguages = { eelixir = "html-eex", + elixir = "phoenix-heex", eruby = "erb", + heex = "phoenix-heex", htmlangular = "html", templ = "html" }, |
