This commit is contained in:
Garen Torikian
2013-09-24 21:36:23 -07:00
parent 76a1369932
commit 9e65eb35e7
2 changed files with 27 additions and 27 deletions

View File

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

View File

@@ -22,13 +22,30 @@
# Any additions or modifications (even trivial) should have corresponding # Any additions or modifications (even trivial) should have corresponding
# test change in `test/test_blob.rb`. # test change in `test/test_blob.rb`.
# #
# Please keep this list alphabetized. # Please keep this list alphabetized. Capitalization comes before lower case.
ABAP: ABAP:
type: programming type: programming
lexer: ABAP lexer: ABAP
primary_extension: .abap primary_extension: .abap
ASP:
type: programming
color: "#6a40fd"
lexer: aspx-vb
search_term: aspx-vb
aliases:
- aspx
- aspx-vb
primary_extension: .asp
extensions:
- .asax
- .ascx
- .ashx
- .asmx
- .aspx
- .axd
ActionScript: ActionScript:
type: programming type: programming
lexer: ActionScript 3 lexer: ActionScript 3
@@ -84,23 +101,6 @@ AsciiDoc:
- .adoc - .adoc
- .asc - .asc
ASP:
type: programming
color: "#6a40fd"
lexer: aspx-vb
search_term: aspx-vb
aliases:
- aspx
- aspx-vb
primary_extension: .asp
extensions:
- .asax
- .ascx
- .ashx
- .asmx
- .aspx
- .axd
Assembly: Assembly:
type: programming type: programming
lexer: NASM lexer: NASM
@@ -851,7 +851,7 @@ Max:
- .maxhelp - .maxhelp
- .maxpat - .maxpat
Mediawiki: MediaWiki:
type: markup type: markup
lexer: Text only lexer: Text only
wrap: true wrap: true
@@ -1129,6 +1129,13 @@ R:
lexer: S lexer: S
primary_extension: .r primary_extension: .r
RDoc:
type: markup
lexer: Text only
ace_mode: rdoc
wrap: true
primary_extension: .rdoc
RHTML: RHTML:
type: markup type: markup
group: HTML group: HTML
@@ -1167,13 +1174,6 @@ 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