Skip to content

Commit

Permalink
Add Cylc configs file extension
Browse files Browse the repository at this point in the history
Cylc is a workflow tool and they have recently moved to use
the `.cylc` file extension as their standard to ensure it is unique.
  • Loading branch information
ColemanTom committed Sep 6, 2022
1 parent b1585a7 commit 75cb1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -38,6 +38,7 @@
'cu': {'text', 'cuda'},
'cuh': {'text', 'cuda'},
'cxx': {'text', 'c++'},
'cylc': {'text', 'cylc'},
'dart': {'text', 'dart'},
'def': {'text', 'def'},
'dll': {'binary'},
Expand Down

0 comments on commit 75cb1ae

Please sign in to comment.