From 0aac599e7a8614405fa146f822c95db149067417 Mon Sep 17 00:00:00 2001 From: Eric Gallager Date: Sun, 12 Nov 2023 17:02:17 -0500 Subject: [PATCH] Update languages.yml to recognize expect as a form of Tcl Closes github-linguist/linguist#6613 --- lib/linguist/languages.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 88c425287f..e043f12c59 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -6953,6 +6953,7 @@ Tcl: - ".tcl.in" - ".tm" - ".xdc" + - ".exp" aliases: - sdc - xdc @@ -6962,6 +6963,7 @@ Tcl: interpreters: - tclsh - wish + - expect tm_scope: source.tcl ace_mode: tcl codemirror_mode: tcl