Revert "Merge pull request #695 from github/detect-prose"

This reverts commit 80321272b1, reversing
changes made to 02500d3830.
This commit is contained in:
Ted Nyman
2013-10-28 11:21:56 -07:00
parent ce6a8aa671
commit 9f00b5478d
9 changed files with 2 additions and 515 deletions

View File

@@ -27,7 +27,7 @@ module Linguist
#
# Returns an array
def self.detectable_markup
["AsciiDoc", "CSS", "Creole", "Less", "Markdown", "MediaWiki", "Org", "RDoc", "Sass", "Textile", "reStructuredText"]
["CSS", "Less", "Sass"]
end
# Internal: Create a new Language object

View File

@@ -22,7 +22,7 @@
# Any additions or modifications (even trivial) should have corresponding
# test change in `test/test_blob.rb`.
#
# Please keep this list alphabetized. Capitalization comes before lower case.
# Please keep this list alphabetized.
ABAP:
type: programming
@@ -91,16 +91,6 @@ Arduino:
lexer: C++
primary_extension: .ino
AsciiDoc:
type: markup
lexer: Text only
ace_mode: asciidoc
wrap: true
primary_extension: .asciidoc
extensions:
- .adoc
- .asc
Assembly:
type: programming
lexer: NASM
@@ -307,12 +297,6 @@ Cpp-ObjDump:
- .c++objdump
- .cxx-objdump
Creole:
type: markup
lexer: Text only
wrap: true
primary_extension: .creole
Cucumber:
lexer: Gherkin
primary_extension: .feature
@@ -862,12 +846,6 @@ Max:
- .maxhelp
- .maxpat
MediaWiki:
type: markup
lexer: Text only
wrap: true
primary_extension: .mediawiki
MiniD: # Legacy
searchable: false
primary_extension: .minid # Dummy extension
@@ -997,12 +975,6 @@ OpenEdge ABL:
- abl
primary_extension: .p
Org:
type: markup
lexer: Text only
wrap: true
primary_extension: .org
PHP:
type: programming
ace_mode: php
@@ -1142,13 +1114,6 @@ R:
filenames:
- .Rprofile
RDoc:
type: markup
lexer: Text only
ace_mode: rdoc
wrap: true
primary_extension: .rdoc
RHTML:
type: markup
group: HTML