diff options
author | Dawid Potocki <dawid@dawidpotocki.com> | 2020-11-17 15:58:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-17 16:58:46 +0100 |
commit | da18fe6851e95e146016f7abd2f799056e074cd9 (patch) | |
tree | 2e2213e98e0d50a0adb226cdbd432da9a34f3654 /autoload | |
parent | 4af1321588c7dcb718022226cb27ec325973c2f0 (diff) | |
download | vim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.tar.gz vim-polyglot-da18fe6851e95e146016f7abd2f799056e074cd9.zip |
Fix neovim :Tutor filetype detection (#631)
Diffstat (limited to 'autoload')
-rw-r--r-- | autoload/polyglot/sleuth.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/autoload/polyglot/sleuth.vim b/autoload/polyglot/sleuth.vim index a23a2ab5..ca4f0d5a 100644 --- a/autoload/polyglot/sleuth.vim +++ b/autoload/polyglot/sleuth.vim @@ -560,6 +560,7 @@ let s:globs = { \ 'tssop': '*.tssop', \ 'tt2': '*.tt2', \ 'tt2html': '*.tt2', + \ 'tutor': '*.tutor', \ 'typescript': '*.ts', \ 'typescriptreact': '*.tsx', \ 'uc': '*.uc', |