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'},