Skip to content

Commit

Permalink
Merge pull request #326 from ColemanTom/add_cylc_file_extension
Browse files Browse the repository at this point in the history
Add Cylc configs file extension
  • Loading branch information
asottile committed Sep 6, 2022
2 parents 207d5f7 + 75cb1ae commit 46be6b9
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 46be6b9

Please sign in to comment.