From 8742de9a88b881340fcfa23cc94b5886d5575a21 Mon Sep 17 00:00:00 2001 From: Eric McCormick Date: Mon, 13 Jul 2015 21:11:06 -0500 Subject: [PATCH] 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. --- lib/linguist/languages.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 832e1e7e..23b85226 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3539,9 +3539,6 @@ XML: XPages: type: programming extensions: - - .form - - .view - - .xsp - .xsp-config - .xsp.metadata tm_scope: none