Skip to content

Commit

Permalink
Merge pull request #372 from Zipabout/MavenPOM
Browse files Browse the repository at this point in the history
Add 'pom' for Maven pom.xml and *.pom files
  • Loading branch information
asottile authored Mar 8, 2023
2 parents fdab9f7 + 186e281 commit e90d1b4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions identify/extensions.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@
'pm': {'text', 'perl'},
'png': {'binary', 'image', 'png'},
'po': {'text', 'pofile'},
'pom': {'pom', 'text', 'xml'},
'pp': {'text', 'puppet'},
'prisma': {'text', 'prisma'},
'properties': {'text', 'java-properties'},
Expand Down Expand Up @@ -345,6 +346,7 @@
'Pipfile.lock': EXTENSIONS['json'],
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
'poetry.lock': EXTENSIONS['toml'],
'pom.xml': EXTENSIONS['pom'],
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
'README': EXTENSIONS['txt'],
'Rakefile': EXTENSIONS['rb'],
Expand Down

0 comments on commit e90d1b4

Please sign in to comment.