mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 04:18:48 +00:00
Add TeX as detectable markup
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user