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

Add AsciiDoc as an option

parent a3a6c2f8
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
["CSS", "Less", "Sass", "Markdown", "Textile", "reStructuredText"]
["CSS", "Less", "Sass", "Markdown", "Textile", "reStructuredText", "AsciiDoc"]
end
 
# Internal: Create a new Language object
Loading
Loading
Loading
Loading
@@ -74,6 +74,16 @@ Arduino:
lexer: C++
primary_extension: .ino
 
AsciiDoc:
type: markup
lexer: Text only
ace_mode: asciidoc
wrap: true
primary_extension: .asciidoc
extensions:
- .adoc
- .asc
ASP:
type: programming
color: "#6a40fd"
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