mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +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',
|
||||
|
@@ -140,6 +140,7 @@ let s:filename_checks = {
|
||||
\ 'csv': ['file.csv'],
|
||||
\ 'cucumber': ['file.feature'],
|
||||
\ 'cuda': ['file.cu', 'file.cuh'],
|
||||
\ 'cue': ['file.cue'],
|
||||
\ 'cupl': ['file.pld'],
|
||||
\ 'cuplsim': ['file.si'],
|
||||
\ 'cvs': ['cvs123'],
|
||||
|
Reference in New Issue
Block a user