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:
Christian Clason
2023-02-05 17:59:18 +01:00
committed by GitHub
parent 5c4b503d3c
commit 23e34fe534
2 changed files with 2 additions and 0 deletions

View File

@@ -191,6 +191,7 @@ local extension = {
qc = 'c',
cabal = 'cabal',
capnp = 'capnp',
cdc = 'cdc',
cdl = 'cdl',
toc = 'cdrtoc',
cfc = 'cf',