Skip to content

Commit

Permalink
Add astro filetype to basic rules (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonward87 committed Mar 19, 2024
1 parent c6139ca commit 797260f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/nvim-autopairs/rules/basic.lua
Expand Up @@ -75,6 +75,7 @@ local function setup(opt)
"vue",
"xml",
"rescript",
"astro",
}
):only_cr():use_regex(true),
}
Expand Down

0 comments on commit 797260f

Please sign in to comment.