AlDanial / cloc

cloc counts blank lines, comment lines, and physical lines of source code in many programming languages.
GNU General Public License v2.0
19.75k stars 1.02k forks source link

Added support for Templ #845

Closed Aerek-Yasa closed 4 months ago

Aerek-Yasa commented 4 months ago

In this fork, support for the templ language was added. Information on the templ language can be found here. The github repository for the templ language can be found here.

The file why_this_directory_exists.txt, found here, mentions the following:

Updates are applied to this stripped down version of cloc only for packaged releases). During development, this version is not maintained. Do not supply pull requests for this file! Only update the cloc in the parent directory.

This was ignored in this fork, because accepted pull requests ignore it at as well. This can be seen here and here.

~Aerek

AlDanial commented 4 months ago

Looks terrific, thanks!