summaryrefslogtreecommitdiffstats
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 077aa63e00..81ce17415c 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -2373,6 +2373,9 @@ au BufNewFile,BufRead *.mts,*.cts setf typescript
" TypeScript with React
au BufNewFile,BufRead *.tsx setf typescriptreact
+" TypeSpec files
+au BufNewFile,BufRead *.tsp setf typespec
+
" Motif UIT/UIL files
au BufNewFile,BufRead *.uit,*.uil setf uil