mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-07 20:08:48 +00:00
Add RDoc
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user