Skip to content

Commit

Permalink
add nelua support to lfautoinsert (rxi#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
vincens2005 authored Nov 8, 2022
1 parent 3c7fde4 commit 62f8740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/lfautoinsert.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ config.plugins.lfautoinsert = common.merge({ map = {
}
},
["lua"] = {
file_patterns = { "%.lua$" },
file_patterns = { "%.lua$", "%.nelua$" },
map = {
["%f[%w]do%s*\n"] = "end",
["%f[%w]then%s*\n"] = "end",
Expand Down

0 comments on commit 62f8740

Please sign in to comment.