Add AsciiDoc as an option

This commit is contained in:
Garen Torikian
2013-09-24 16:28:54 -07:00
parent a3a6c2f8b3
commit 5d35d18634
2 changed files with 11 additions and 1 deletions

View File

@@ -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"