pulling .xsp, .form, .view from PR

Per comment in [PR 2438](https://github.com/github/linguist/pull/2438#issuecomment-120588670), pulling all but .xsp-config and .xsp.metadata for uniqueness and non-overlapping assignment based on file extension. This should be set / overridden in the `.gitattributes` file, [as demonstrated here](https://github.com/edm00se/AnAppOfIceAndFire/blob/master/.gitattributes), to assign the XPages language to the project files.
This commit is contained in:
Eric McCormick
2015-07-13 21:11:06 -05:00
parent 26a5325dc3
commit 8742de9a88

View File

@@ -3539,9 +3539,6 @@ XML:
XPages:
type: programming
extensions:
- .form
- .view
- .xsp
- .xsp-config
- .xsp.metadata
tm_scope: none