Skip to content

Add support for SuperCollider code TODO scanning #183

@lnihlen

Description

@lnihlen

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions