diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-04 10:07:53 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-04 10:07:53 +0200 |
commit | c312d30231f136d2fbb32a2cfea554af5066e6b0 (patch) | |
tree | 572d5a3b5b26c9be1191b5af2505bbb19ea7f777 /tests | |
parent | b99ce6173fd8f17af57a9f60bd998a9d648ca238 (diff) | |
download | vim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.tar.gz vim-polyglot-c312d30231f136d2fbb32a2cfea554af5066e6b0.zip |
Fix detection of racket filetype, closes #720
Diffstat (limited to 'tests')
-rw-r--r-- | tests/extensions.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/extensions.vim b/tests/extensions.vim index eeafd496..ccfbca44 100644 --- a/tests/extensions.vim +++ b/tests/extensions.vim @@ -391,4 +391,6 @@ call TestExtension("conf", "auto.master", "") " https://github.com/sheerun/vim-polyglot/issues/579 call TestExtension("dart", "reminders.dart", "") +call TestExtension("racket", "empty.rkt", "") + filetype off |