mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Revert "Merge pull request #695 from github/detect-prose"
This reverts commit80321272b1, reversing changes made to02500d3830.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user