Add Creole

This commit is contained in:
Garen Torikian
2013-09-24 16:33:09 -07:00
parent 3c70fffb67
commit a716151c83
2 changed files with 7 additions and 1 deletions

View File

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

View File

@@ -307,6 +307,12 @@ Cpp-ObjDump:
- .c++objdump
- .cxx-objdump
Creole:
type: markup
lexer: Text only
wrap: true
primary_extension: .creole
Cucumber:
lexer: Gherkin
primary_extension: .feature