Skip to content

Commit

Permalink
support identifying qml files as qml language
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesharris-garmin committed Feb 22, 2022
1 parent 3fb32cc commit 7e25930
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
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 7e25930

Please sign in to comment.