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.03k stars 1.01k forks source link

Add support for BrightScript #181

Closed mikestead closed 7 years ago

mikestead commented 7 years ago

This is the language used for Roku development

File extension .brs

Comments can be a line prefixed with REM or an apostrophe '

https://sdkdocs.roku.com/display/sdkdoc/Program+Statements#ProgramStatements-REM

There's some sample code on that same page.

AlDanial commented 7 years ago

Am happy to add this but will be a couple of weeks before I can get to any issues.

AlDanial commented 7 years ago

BrightScript added with commit abe9eb8

(btw, I'm the happy owner of a Roku device)

mikestead commented 7 years ago

@AlDanial Thanks for the update, and for cloc 👍