mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
vim-patch:9.1.0253: filetype: typespec files are not recognized
Problem: filetype: typespec files are not recognized
Solution: Detect '*.tsp' files as typespec
(Hilmar Wiegand)
Specs is at https://typespec.io/
closes: vim/vim#14392
6c9f4f98f1
Co-authored-by: Hilmar Wiegand <me@hwgnd.de>
This commit is contained in:
@@ -1052,6 +1052,7 @@ local extension = {
|
||||
mts = 'typescript',
|
||||
cts = 'typescript',
|
||||
tsx = 'typescriptreact',
|
||||
tsp = 'typespec',
|
||||
uc = 'uc',
|
||||
uit = 'uil',
|
||||
uil = 'uil',
|
||||
|
||||
Reference in New Issue
Block a user