Skip to content

Commit

Permalink
Add .yamlld and .jsonld extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
ioggstream authored and asottile committed Oct 25, 2022
1 parent 3a90716 commit b14babe
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', 'jsonld'},
'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', 'yamlld'},
'yang': {'text', 'yang'},
'yin': {'text', 'xml', 'yin'},
'yml': {'text', 'yaml'},
Expand Down

0 comments on commit b14babe

Please sign in to comment.