preslavmihaylov / todocheck

A static code analyser for annotated TODO comments
MIT License
422 stars 42 forks source link

Add support for SuperCollider code TODO scanning #183

Open lnihlen opened 2 years ago

lnihlen commented 2 years ago

The SuperCollider programming language uses C-style // single line comments and /* */ block comments, with the only possible wrinkle being that it allows block comment nesting, meaning the expression:

/* Outer block
  /* Inner block */
 */ 

Is valid SuperCollider code. SuperCollider uses the .sc and .scd file extensions.