diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2020-09-17 15:48:33 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2020-09-17 15:48:33 +0200 |
| commit | 2290224c844775d446fc8aaf3a98c0149d935875 (patch) | |
| tree | e79909c9602c314ff79bb58b2fdc8474ff6344bb /lua | |
| parent | 5d8f65f311d31638ce36d6e22fd006c20ea84f41 (diff) | |
| download | vis-2290224c844775d446fc8aaf3a98c0149d935875.tar.gz vis-2290224c844775d446fc8aaf3a98c0149d935875.tar.xz | |
filetype: use scheme lexer for racket files
Close #868
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/plugins/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/plugins/filetype.lua b/lua/plugins/filetype.lua index 3d3f003..048b35d 100644 --- a/lua/plugins/filetype.lua +++ b/lua/plugins/filetype.lua @@ -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$" }, |
