forked from aniani/vim
patch 9.1.0532: filetype: Cedar files not recognized
Problem: filetype: Cedar files not recognized
Solution: Detect '*.cedar' files as cedar filetype
(Riley Bruins)
References: https://github.com/cedar-policy
closes: #15148
Signed-off-by: Riley Bruins <ribru17@hotmail.com>
Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
6a4afb1efc
commit
15addb24dd
@@ -142,6 +142,7 @@ def s:GetFilenameChecks(): dict<list<string>>
|
||||
cdl: ['file.cdl'],
|
||||
cdrdaoconf: ['/etc/cdrdao.conf', '/etc/defaults/cdrdao', '/etc/default/cdrdao', '.cdrdao', 'any/etc/cdrdao.conf', 'any/etc/default/cdrdao', 'any/etc/defaults/cdrdao'],
|
||||
cdrtoc: ['file.toc'],
|
||||
cedar: ['file.cedar'],
|
||||
cf: ['file.cfm', 'file.cfi', 'file.cfc'],
|
||||
cfengine: ['cfengine.conf'],
|
||||
cfg: ['file.hgrc', 'filehgrc', 'hgrc', 'some-hgrc'],
|
||||
|
||||
@@ -704,6 +704,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
532,
|
||||
/**/
|
||||
531,
|
||||
/**/
|
||||
|
||||
Reference in New Issue
Block a user