Add TeX as detectable markup

This commit is contained in:
Ted Nyman
2013-11-06 20:17:47 -08:00
parent fc44af9343
commit 8b8123a3c1

View File

@@ -27,7 +27,7 @@ module Linguist
#
# Returns an array
def self.detectable_markup
["CSS", "Less", "Sass"]
["CSS", "Less", "Sass", "TeX"]
end
# Internal: Create a new Language object