Skip to content

Commit

Permalink
Merge pull request #285 from jamesharris-garmin/patch-1
Browse files Browse the repository at this point in the history
support identifying qml files as qml language
  • Loading branch information
asottile committed Feb 22, 2022
2 parents 3fb32cc + 7e25930 commit 79779ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Expand Up @@ -163,6 +163,7 @@
'pyx': {'text', 'cython'},
'pyz': {'binary', 'pyz'},
'pyzw': {'binary', 'pyz'},
'qml': {'text', 'qml'},
'r': {'text', 'r'},
'rake': {'text', 'ruby'},
'rb': {'text', 'ruby'},
Expand Down

0 comments on commit 79779ae

Please sign in to comment.