flosse / sloc

simple tool to count SLOC (source lines of code)
MIT License
943 stars 84 forks source link

Add Ren'Py support in sloc #119

Closed LemmaEOF closed 3 years ago

LemmaEOF commented 3 years ago

Adds support for Ren'Py, a Python-based visual novel engine. Syntax is identical to Python regarding sloc.

Adds a separate module export for rpy to note Ren'Py DSL statements which support inline comments. Also removes an illegal ; from the Python spec.

flosse commented 3 years ago

thx!