mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add TeX as detectable markup
This commit is contained in:
@@ -27,7 +27,7 @@ module Linguist
|
|||||||
#
|
#
|
||||||
# Returns an array
|
# Returns an array
|
||||||
def self.detectable_markup
|
def self.detectable_markup
|
||||||
["CSS", "Less", "Sass"]
|
["CSS", "Less", "Sass", "TeX"]
|
||||||
end
|
end
|
||||||
|
|
||||||
# Internal: Create a new Language object
|
# Internal: Create a new Language object
|
||||||
|
|||||||
Reference in New Issue
Block a user