diff --git a/identify/extensions.py b/identify/extensions.py index 585d214..06b70a3 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -22,6 +22,7 @@ 'c++m': {'text', 'c++'}, 'cc': {'text', 'c++'}, 'ccm': {'text', 'c++'}, + 'cff': {'text', 'yaml'}, 'cfg': {'text'}, 'chs': {'text', 'c2hs'}, 'cjs': {'text', 'javascript'},