diff --git a/grammars.yml b/grammars.yml index a6060a20..44ac28ce 100644 --- a/grammars.yml +++ b/grammars.yml @@ -316,6 +316,8 @@ https://github.com/textmate/markdown.tmbundle: https://github.com/textmate/matlab.tmbundle: - source.matlab - source.octave +https://github.com/textmate/maven.tmbundle: +- text.xml.pom https://github.com/textmate/nemerle.tmbundle: - source.nemerle https://github.com/textmate/objective-c.tmbundle: diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index f9706e96..cc81d0dd 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1527,6 +1527,14 @@ Matlab: - .matlab - .m +Maven POM: + type: data + tm_scope: text.xml.pom + extensions: + - .pom.xml + filenames: + - pom.xml + Max: type: programming color: "#ce279c"