From 9c2324186eed077b348f4b8e929a5c05bc32a6cb Mon Sep 17 00:00:00 2001 From: Amir Ahmad Date: Tue, 25 Oct 2022 18:25:42 +1100 Subject: [PATCH] Add .cue to extensions.py --- identify/extensions.py | 1 + 1 file changed, 1 insertion(+) diff --git a/identify/extensions.py b/identify/extensions.py index 2cab823..87c91e7 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -36,6 +36,7 @@ 'css': {'text', 'css'}, 'csv': {'text', 'csv'}, 'cu': {'text', 'cuda'}, + 'cue': {'text', 'cue'}, 'cuh': {'text', 'cuda'}, 'cxx': {'text', 'c++'}, 'cylc': {'text', 'cylc'},