Skip to content

Commit

Permalink
Fix: #334. Add .yamlld and .jsonld extensions.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioggstream committed Oct 4, 2022
1 parent 82d146b commit 28fd976
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identify/extensions.py
Expand Up @@ -106,6 +106,7 @@
'jpg': {'binary', 'image', 'jpeg'},
'js': {'text', 'javascript'},
'json': {'text', 'json'},
'jsonld': {'text', 'json'},
'jsonnet': {'text', 'jsonnet'},
'json5': {'text', 'json5'},
'jsx': {'text', 'jsx'},
Expand Down Expand Up @@ -251,6 +252,7 @@
'xsd': {'text', 'xml', 'xsd'},
'xsl': {'text', 'xml', 'xsl'},
'yaml': {'text', 'yaml'},
'yamlld': {'text', 'yaml'},
'yang': {'text', 'yang'},
'yin': {'text', 'xml', 'yin'},
'yml': {'text', 'yaml'},
Expand Down

0 comments on commit 28fd976

Please sign in to comment.