Skip to content

Commit

Permalink
add .k (kcl file type) to extensions.py
Browse files Browse the repository at this point in the history
  • Loading branch information
prahaladramji committed Oct 18, 2023
1 parent 6f935ca commit e3dca47
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 @@ -125,6 +125,7 @@
'jsonnet': {'text', 'jsonnet'},
'json5': {'text', 'json5'},
'jsx': {'text', 'jsx'},
'k': {'text', 'kcl'},
'key': {'text', 'pem'},
'kml': {'text', 'kml', 'xml'},
'kt': {'text', 'kotlin'},
Expand Down

0 comments on commit e3dca47

Please sign in to comment.