Fix detection of racket filetype, closes #720

This commit is contained in:
Adam Stankiewicz
2021-06-04 10:07:53 +02:00
parent b99ce6173f
commit c312d30231
4 changed files with 5 additions and 3 deletions

View File

@@ -4585,7 +4585,7 @@ glob: "**/scheme.vim"
filetypes:
- name: scheme
patterns:
- pattern: "*.scm,*.ss,*.rkt"
- pattern: "*.scm,*.ss"
description: Scheme
---
name: screen