Skip to content

Commit

Permalink
Add libsonnet extension as jsonnet
Browse files Browse the repository at this point in the history
Per https://jsonnet.org/learning/tutorial.html:
"Files designed for import by convention end with .libsonnet"
  • Loading branch information
filipposc5 committed Aug 24, 2020
1 parent bcf64eb commit 4cb804e
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 @@ -91,6 +91,7 @@
'kt': {'text', 'kotlin'},
'less': {'text', 'less'},
'lhs': {'text', 'literate-haskell'},
'libsonnet': {'text', 'jsonnet'},
'lidr': {'text', 'idris'},
'lua': {'text', 'lua'},
'm': {'text', 'c', 'objective-c'},
Expand Down

0 comments on commit 4cb804e

Please sign in to comment.