From 5dfd9f788ceb3c59421ca572d101c489fbde4296 Mon Sep 17 00:00:00 2001 From: jh8 <45502182+jh8@users.noreply.github.com> Date: Thu, 7 May 2026 13:00:35 +0800 Subject: [PATCH] Add cts and mts as TypeScript file extensions --- identify/extensions.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/identify/extensions.py b/identify/extensions.py index f877350..02aac6d 100644 --- a/identify/extensions.py +++ b/identify/extensions.py @@ -50,6 +50,7 @@ 'css': {'text', 'css'}, 'csv': {'text', 'csv'}, 'csx': {'text', 'c#', 'c#script'}, + 'cts': {'text', 'ts'}, 'cu': {'text', 'cuda'}, 'cue': {'text', 'cue'}, 'cuh': {'text', 'cuda'}, @@ -183,6 +184,7 @@ 'modulemap': {'text', 'modulemap'}, 'mscx': {'text', 'xml', 'musescore'}, 'mscz': {'binary', 'zip', 'musescore'}, + 'mts': {'text', 'ts'}, 'mustache': {'text', 'mustache'}, 'myst': {'text', 'myst'}, 'ngdoc': {'text', 'ngdoc'},