yoeo / guesslang

Detect the programming language of a source code
https://guesslang.readthedocs.io
MIT License
798 stars 114 forks source link

Support Tcl scripts? #78

Open qwertychouskie opened 3 months ago

qwertychouskie commented 3 months ago

MacPorts Portfiles have this at the top of every file:

# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4

Other Tcl scripts may start with this line:

#!/usr/bin/tclsh