aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2020-09-17 15:48:33 +0200
committerMarc André Tanner <mat@brain-dump.org>2020-09-17 15:48:33 +0200
commit2290224c844775d446fc8aaf3a98c0149d935875 (patch)
treee79909c9602c314ff79bb58b2fdc8474ff6344bb
parent5d8f65f311d31638ce36d6e22fd006c20ea84f41 (diff)
downloadvis-2290224c844775d446fc8aaf3a98c0149d935875.tar.gz
vis-2290224c844775d446fc8aaf3a98c0149d935875.tar.xz
filetype: use scheme lexer for racket files
Close #868
-rw-r--r--lua/plugins/filetype.lua2
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$" },