Problem: WebAssembly Interface Type files are not recognized.
Solution: Add a pattern for WIT files. (Amaan Qureshi, closes #12173)
" 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
\ 'wget': ['.wgetrc', 'wgetrc'],
\ 'wget2': ['.wget2rc', 'wget2rc'],
\ 'winbatch': ['file.wbt'],
+ \ 'wit': ['file.wit'],
\ 'wml': ['file.wml'],
\ 'wsh': ['file.wsf', 'file.wsc'],
\ 'wsml': ['file.wsml'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1423,
/**/
1422,
/**/