mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Add Creole
This commit is contained in:
@@ -25,7 +25,7 @@ module Linguist
|
|||||||
#
|
#
|
||||||
# Returns an array
|
# Returns an array
|
||||||
def self.detectable_markup
|
def self.detectable_markup
|
||||||
["CSS", "Less", "Sass", "Markdown", "Textile", "reStructuredText", "AsciiDoc", "RDoc", "Org"]
|
["CSS", "Less", "Sass", "Markdown", "Textile", "reStructuredText", "AsciiDoc", "RDoc", "Org", "Creole"]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Internal: Create a new Language object
|
# Internal: Create a new Language object
|
||||||
|
|||||||
@@ -307,6 +307,12 @@ Cpp-ObjDump:
|
|||||||
- .c++objdump
|
- .c++objdump
|
||||||
- .cxx-objdump
|
- .cxx-objdump
|
||||||
|
|
||||||
|
Creole:
|
||||||
|
type: markup
|
||||||
|
lexer: Text only
|
||||||
|
wrap: true
|
||||||
|
primary_extension: .creole
|
||||||
|
|
||||||
Cucumber:
|
Cucumber:
|
||||||
lexer: Gherkin
|
lexer: Gherkin
|
||||||
primary_extension: .feature
|
primary_extension: .feature
|
||||||
|
|||||||
Reference in New Issue
Block a user