Skip to content
Snippets Groups Projects
Commit 9e65eb35 authored by Garen Torikian's avatar Garen Torikian
Browse files

:lipstick:

parent 76a13699
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -25,7 +25,7 @@ module Linguist
#
# Returns an array
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
 
# Internal: Create a new Language object
Loading
Loading
Loading
Loading
@@ -22,13 +22,30 @@
# Any additions or modifications (even trivial) should have corresponding
# test change in `test/test_blob.rb`.
#
# Please keep this list alphabetized.
# Please keep this list alphabetized. Capitalization comes before lower case.
 
ABAP:
type: programming
lexer: 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:
type: programming
lexer: ActionScript 3
Loading
Loading
@@ -84,23 +101,6 @@ AsciiDoc:
- .adoc
- .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:
type: programming
lexer: NASM
Loading
Loading
@@ -851,7 +851,7 @@ Max:
- .maxhelp
- .maxpat
 
Mediawiki:
MediaWiki:
type: markup
lexer: Text only
wrap: true
Loading
Loading
@@ -1129,6 +1129,13 @@ R:
lexer: S
primary_extension: .r
 
RDoc:
type: markup
lexer: Text only
ace_mode: rdoc
wrap: true
primary_extension: .rdoc
RHTML:
type: markup
group: HTML
Loading
Loading
@@ -1167,13 +1174,6 @@ Rebol:
Redcode:
primary_extension: .cw
 
RDoc:
type: markup
lexer: Text only
ace_mode: rdoc
wrap: true
primary_extension: .rdoc
Rouge:
type: programming
lexer: Clojure
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment