summaryrefslogtreecommitdiffstats
path: root/autoload/polyglot/sleuth.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2021-06-04 10:07:53 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2021-06-04 10:07:53 +0200
commitc312d30231f136d2fbb32a2cfea554af5066e6b0 (patch)
tree572d5a3b5b26c9be1191b5af2505bbb19ea7f777 /autoload/polyglot/sleuth.vim
parentb99ce6173fd8f17af57a9f60bd998a9d648ca238 (diff)
downloadvim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.tar.gz
vim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.zip
Fix detection of racket filetype, closes #720
Diffstat (limited to 'autoload/polyglot/sleuth.vim')
-rw-r--r--autoload/polyglot/sleuth.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim
index 830a2318..4e5538ea 100644
--- a/autoload/polyglot/sleuth.vim
+++ b/autoload/polyglot/sleuth.vim
@@ -470,7 +470,7 @@ let s:globs = {
\ 'sather': '*.sa',
\ 'sbt': '*.sbt',
\ 'scala': '*.scala,*.kojo,*.sc',
- \ 'scheme': '*.scm,*.ss,*.rkt',
+ \ 'scheme': '*.scm,*.ss',
\ 'scilab': '*.sci,*.sce',
\ 'screen': '.screenrc,screenrc',
\ 'scss': '*.scss',