Skip to content

Commit

Permalink
fix; fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
zztrieuzz committed Jun 18, 2023
1 parent bda79b9 commit e8f7dd7
Show file tree
Hide file tree
Showing 3 changed files with 297 additions and 278 deletions.
2 changes: 1 addition & 1 deletion lua/nvim-autopairs.lua
Expand Up @@ -29,7 +29,7 @@ local default = {
enable_bracket_in_quote = true,
enable_abbr = false,
ts_config = {
lua = { 'string', 'source' },
lua = { 'string', 'source', 'string_content' },
javascript = { 'string', 'template_string' },
},
}
Expand Down

0 comments on commit e8f7dd7

Please sign in to comment.