diff --git a/identify/extensions.py b/identify/extensions.py index 04382fb..19897e7 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -38,6 +38,7 @@ 'cu': {'text', 'cuda'}, 'cuh': {'text', 'cuda'}, 'cxx': {'text', 'c++'}, + 'cylc': {'text', 'cylc'}, 'dart': {'text', 'dart'}, 'def': {'text', 'def'}, 'dll': {'binary'},