Skip to content

Commit

Permalink
fix: support htmldjango in basic tag rule (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrett-ruth committed Sep 1, 2023
1 parent ae5b41c commit a52fc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-autopairs/rules/basic.lua
Expand Up @@ -53,6 +53,7 @@ local function setup(opt)
"^%s*</",
{
"html",
"htmldjango",
"php",
"typescript",
"typescriptreact",
Expand Down

0 comments on commit a52fc6e

Please sign in to comment.