Skip to content

Commit

Permalink
Merge pull request #429 from NavneethJayendran/add-avro-file-extension
Browse files Browse the repository at this point in the history
feat: identify `.avsc` as Avro schema
  • Loading branch information
asottile committed Nov 18, 2023
2 parents 987c5b4 + 7bfc77e commit ca5a737
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 @@ -7,6 +7,7 @@
'apinotes': {'text', 'apinotes'},
'asar': {'binary', 'asar'},
'avif': {'binary', 'image', 'avif'},
'avsc': {'text', 'avro-schema'},
'bash': {'text', 'shell', 'bash'},
'bat': {'text', 'batch'},
'bats': {'text', 'shell', 'bash', 'bats'},
Expand Down

0 comments on commit ca5a737

Please sign in to comment.