mirror of
https://github.com/neovim/neovim.git
synced 2025-09-16 08:18:17 +00:00
vim-patch:9.0.1281: Cadence files are not recognized (#22130)
Problem: Cadence files are not recognized.
Solution: Recognize Cadence files. (Janez Podhostnik, closes vim/vim#11951)
cb626a4692
Co-authored-by: Janez Podhostnik <janez.podhostnik@gmail.com>
This commit is contained in:
@@ -191,6 +191,7 @@ local extension = {
|
||||
qc = 'c',
|
||||
cabal = 'cabal',
|
||||
capnp = 'capnp',
|
||||
cdc = 'cdc',
|
||||
cdl = 'cdl',
|
||||
toc = 'cdrtoc',
|
||||
cfc = 'cf',
|
||||
|
Reference in New Issue
Block a user