mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 11:58:17 +00:00
vim-patch:9.0.1415: Crystal files are not recognized
Problem: Crystal files are not recognized.
Solution: Add a pattern for Crystal files. (Amaan Qureshi, closes vim/vim#12175)
7c4516fe93
Co-authored-by: Amaan Qureshi <amaanq12@gmail.com>
This commit is contained in:
@@ -265,6 +265,7 @@ local extension = {
|
||||
end,
|
||||
cql = 'cqlang',
|
||||
crm = 'crm',
|
||||
cr = 'crystal',
|
||||
csx = 'cs',
|
||||
cs = 'cs',
|
||||
csc = 'csc',
|
||||
|
Reference in New Issue
Block a user