Problem: FIRRTL files are not recognized.
Solution: Add a pattern for FIRRTL files. (Amaan Qureshi, closes #11931)
" Fetchmail RC file
au BufNewFile,BufRead .fetchmailrc setf fetchmail
+" FIRRTL - Flexible Internal Representation for RTL
+au BufNewFile,BufRead *.fir setf firrtl
+
" Fish shell
au BufNewFile,BufRead *.fish setf fish
\ 'fennel': ['file.fnl'],
\ 'fetchmail': ['.fetchmailrc'],
\ 'fgl': ['file.4gl', 'file.4gh', 'file.m4gl'],
+ \ 'firrtl': ['file.fir'],
\ 'fish': ['file.fish'],
\ 'focexec': ['file.fex', 'file.focexec'],
\ 'form': ['file.frm'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1274,
/**/
1273,
/**/