Skip to content

Commit

Permalink
Merge pull request #442 from KORraNpl/add-xctestplan-filetype
Browse files Browse the repository at this point in the history
Add xctestplan file type
  • Loading branch information
asottile authored Feb 10, 2024
2 parents e90a0b9 + 7bdc800 commit 3544de9
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 @@ -272,6 +272,7 @@
'wsgi': {'text', 'wsgi', 'python'},
'xhtml': {'text', 'xml', 'html', 'xhtml'},
'xacro': {'text', 'xml', 'urdf', 'xacro'},
'xctestplan': {'text', 'json'},
'xml': {'text', 'xml'},
'xq': {'text', 'xquery'},
'xql': {'text', 'xquery'},
Expand Down

0 comments on commit 3544de9

Please sign in to comment.