Skip to content

Commit

Permalink
lua: recognize scheme library definition files
Browse files Browse the repository at this point in the history
  • Loading branch information
ii8 committed Jan 27, 2018
1 parent 6455498 commit 8c63ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/plugins/filetype.lua
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ vis.ftdetect.filetypes = {
mime = { "text/x-scala" },
},
scheme = {
ext = { "%.sch$", "%.scm$" },
ext = { "%.sch$", "%.scm$", "%.sld$" },
},
smalltalk = {
ext = { "%.changes$", "%.st$", "%.sources$" },
Expand Down

0 comments on commit 8c63ad6

Please sign in to comment.