Skip to content

Commit

Permalink
feat(html): added htmlangular filetype
Browse files Browse the repository at this point in the history
htmlangular filetype was recently introduced in neovim.

Related PRs:
- neovim/neovim#29633
- neovim/neovim#29646
  • Loading branch information
L2jLiga authored and windwp committed Jul 23, 2024
1 parent 78a4507 commit e38c5d8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lua/nvim-autopairs/rules/basic.lua
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ local function setup(opt)
"^%s*</",
{
"html",
"htmlangular",
"htmldjango",
"php",
"blade",
Expand All @@ -77,7 +78,7 @@ local function setup(opt)
"vue",
"xml",
"rescript",
"astro",
"astro",
}
):only_cr():use_regex(true),
}
Expand Down

0 comments on commit e38c5d8

Please sign in to comment.