This commit is contained in:
Garen Torikian
2013-09-24 16:30:02 -07:00
parent 5d35d18634
commit a0a879a3a3
2 changed files with 8 additions and 1 deletions

View File

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

View File

@@ -1149,6 +1149,13 @@ Rebol:
Redcode: Redcode:
primary_extension: .cw primary_extension: .cw
RDoc:
type: markup
lexer: Text only
ace_mode: rdoc
wrap: true
primary_extension: .rdoc
Rouge: Rouge:
type: programming type: programming
lexer: Clojure lexer: Clojure