Skip to content

Commit

Permalink
Merge pull request #359 from evfinkn/main
Browse files Browse the repository at this point in the history
Add .pug to extensions.py
  • Loading branch information
asottile committed Jan 3, 2023
2 parents 06ca9ff + 44d116a commit 6c8960f
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 @@ -168,6 +168,7 @@
'properties': {'text', 'java-properties'},
'proto': {'text', 'proto'},
'ps1': {'text', 'powershell'},
'pug': {'text', 'pug'},
'puml': {'text', 'plantuml'},
'purs': {'text', 'purescript'},
'pxd': {'text', 'cython'},
Expand Down

0 comments on commit 6c8960f

Please sign in to comment.