Skip to content

Commit

Permalink
filetype: use scheme lexer for racket files
Browse files Browse the repository at this point in the history
  • Loading branch information
martanne committed Sep 17, 2020
1 parent 5d8f65f commit 2290224
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 @@ -363,7 +363,7 @@ vis.ftdetect.filetypes = {
mime = { "text/x-scala" },
},
scheme = {
ext = { "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" },
ext = { "%.rkt$", "%.sch$", "%.scm$", "%.sld$", "%.sls$", "%.ss$" },
},
smalltalk = {
ext = { "%.changes$", "%.st$", "%.sources$" },
Expand Down

0 comments on commit 2290224

Please sign in to comment.