Fix neovim :Tutor filetype detection (#631)

This commit is contained in:
Dawid Potocki
2020-11-17 15:58:46 +00:00
committed by GitHub
parent 4af1321588
commit da18fe6851
5 changed files with 14 additions and 1 deletions

View File

@@ -560,6 +560,7 @@ let s:globs = {
\ 'tssop': '*.tssop',
\ 'tt2': '*.tt2',
\ 'tt2html': '*.tt2',
\ 'tutor': '*.tutor',
\ 'typescript': '*.ts',
\ 'typescriptreact': '*.tsx',
\ 'uc': '*.uc',