diff options
| -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" }, |
