Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e90d1b4

Browse files
authored
Merge pull request #372 from Zipabout/MavenPOM
Add 'pom' for Maven pom.xml and *.pom files
2 parents fdab9f7 + 186e281 commit e90d1b4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

identify/extensions.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,7 @@
171171
'pm': {'text', 'perl'},
172172
'png': {'binary', 'image', 'png'},
173173
'po': {'text', 'pofile'},
174+
'pom': {'pom', 'text', 'xml'},
174175
'pp': {'text', 'puppet'},
175176
'prisma': {'text', 'prisma'},
176177
'properties': {'text', 'java-properties'},
@@ -345,6 +346,7 @@
345346
'Pipfile.lock': EXTENSIONS['json'],
346347
'PKGBUILD': {'text', 'bash', 'pkgbuild', 'alpm'},
347348
'poetry.lock': EXTENSIONS['toml'],
349+
'pom.xml': EXTENSIONS['pom'],
348350
'pylintrc': EXTENSIONS['ini'] | {'pylintrc'},
349351
'README': EXTENSIONS['txt'],
350352
'Rakefile': EXTENSIONS['rb'],

0 commit comments

Comments
 (0)