Skip to content

Commit

Permalink
Merge pull request #275 from thibaudcolas/patch-2
Browse files Browse the repository at this point in the history
Add `.njk` extension for Nunjucks templates
  • Loading branch information
asottile authored Feb 1, 2022
2 parents 751a08f + 5680141 commit 48a1b58
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 @@ -131,6 +131,7 @@
'nims': {'text', 'nim'},
'nimble': {'text', 'nimble'},
'nix': {'text', 'nix'},
'njk': {'text', 'nunjucks'},
'otf': {'binary', 'otf'},
'p12': {'binary', 'p12'},
'patch': {'text', 'diff'},
Expand Down

0 comments on commit 48a1b58

Please sign in to comment.