Problem: Icon filetype not recognized from the first line.
Solution: Add a check for the first line. (Doug Kearns)
elseif name =~ 'gforth\>'
set ft=forth
+ # Icon
+ elseif name =~ 'icon\>'
+ set ft=icon
+
endif
enddef
\ 'routeros': [['#!/path/rsc']],
\ 'fish': [['#!/path/fish']],
\ 'forth': [['#!/path/gforth']],
+ \ 'icon': [['#!/path/icon']],
\ }
" Various forms of "env" optional arguments.
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 5110,
/**/
5109,
/**/