forked from aniani/vim
patch 9.0.1423: WebAssembly Interface Type files are not recognized
Problem: WebAssembly Interface Type files are not recognized. Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173)
This commit is contained in:
committed by
Bram Moolenaar
parent
d0639d717b
commit
890c772036
@@ -2345,6 +2345,9 @@ au BufNewFile,BufRead *.vue setf vue
|
||||
" WebAssembly
|
||||
au BufNewFile,BufRead *.wast,*.wat setf wast
|
||||
|
||||
" WebAssembly Interface Type (WIT)
|
||||
au BufNewFile,BufRead *.wit setf wit
|
||||
|
||||
" Webmacro
|
||||
au BufNewFile,BufRead *.wm setf webmacro
|
||||
|
||||
|
||||
Reference in New Issue
Block a user