mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
💄
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -851,7 +851,7 @@ Max:
|
||||
- .maxhelp
|
||||
- .maxpat
|
||||
|
||||
Mediawiki:
|
||||
MediaWiki:
|
||||
type: markup
|
||||
lexer: Text only
|
||||
wrap: true
|
||||
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user