This commit is contained in:
Garen Torikian
2013-09-24 16:32:02 -07:00
parent a0a879a3a3
commit 3c70fffb67
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -974,6 +974,12 @@ OpenEdge ABL:
- abl
primary_extension: .p
Org:
type: markup
lexer: Text only
wrap: true
primary_extension: .org
PHP:
type: programming
ace_mode: php