cgag / loc

Count lines of code quickly.
MIT License
2.29k stars 126 forks source link

Add PowerShell script support #89

Closed yvt closed 5 years ago

yvt commented 6 years ago

It'd be awesome if we could see the PowerShell script support added to this program!

PowerShell scripts are identifiable by the file extension .ps1. They have a block comment syntax (<# blah blah #>) in addition to the line comment syntax (# blah blah) commonly seen in many scripting languages.