Skip to content

Commit

Permalink
Merge pull request #325 from ColemanTom/add_julia_file_extension
Browse files Browse the repository at this point in the history
Add julie file extension - 'jl'
  • Loading branch information
asottile committed Sep 6, 2022
2 parents 46be6b9 + 965c0c0 commit ae38e88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -97,6 +97,7 @@
'jenkinsfile': {'text', 'groovy', 'jenkins'},
'jinja': {'text', 'jinja'},
'jinja2': {'text', 'jinja'},
'jl': {'text', 'julia'},
'jpeg': {'binary', 'image', 'jpeg'},
'jpg': {'binary', 'image', 'jpeg'},
'js': {'text', 'javascript'},
Expand Down

0 comments on commit ae38e88

Please sign in to comment.