Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes #12175)
" needs to be inspected.
au BufNewFile,BufRead *.cql setf cqlang
+" Crystal
+au BufNewFile,BufRead *.cr setf crystal
+
" CSV Files
au BufNewFile,BufRead *.csv setf csv
\ 'cqlang': ['file.cql'],
\ 'crm': ['file.crm'],
\ 'crontab': ['crontab', 'crontab.file', '/etc/cron.d/file', 'any/etc/cron.d/file'],
+ \ 'crystal': ['file.cr'],
\ 'cs': ['file.cs', 'file.csx'],
\ 'csc': ['file.csc'],
\ 'csdl': ['file.csdl'],
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1415,
/**/
1414,
/**/