Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for SuperCollider code TODO scanning #183

Open
lnihlen opened this issue Jun 19, 2022 · 0 comments
Open

Add support for SuperCollider code TODO scanning #183

lnihlen opened this issue Jun 19, 2022 · 0 comments
Labels
good first issue Good for newcomers

Comments

@lnihlen
Copy link

lnihlen commented Jun 19, 2022

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.

@preslavmihaylov preslavmihaylov added the good first issue Good for newcomers label Sep 12, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants