boyter / scc

Sloc, Cloc and Code: scc is a very fast accurate code counter with complexity calculations and COCOMO estimates written in pure Go
MIT License
6.28k stars 250 forks source link

Add support for Textile #399

Closed shynur closed 11 months ago

shynur commented 11 months ago

Textile is a markup language (like Markdown).

See https://docs.github.com/en/repositories/working-with-files/using-files/working-with-non-code-files#rendering-differences-in-prose-documents and https://textile-lang.com.

Thanks in advance.

boyter commented 11 months ago

Thanks for the submission!