mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
vim-patch:9.0.1360: Cue files are not recognized (#22439)
Problem: Cue files are not recognized.
Solution: Add patterns for Cue files. (Amaan Qureshi, closes vim/vim#12067)
80c5b2c0f7
This commit is contained in:
@@ -276,6 +276,7 @@ local extension = {
|
||||
feature = 'cucumber',
|
||||
cuh = 'cuda',
|
||||
cu = 'cuda',
|
||||
cue = 'cue',
|
||||
pld = 'cupl',
|
||||
si = 'cuplsim',
|
||||
cyn = 'cynpp',
|
||||
|
||||
Reference in New Issue
Block a user