Class Set Definition File Syntax


Synopsis

special

Description

Marks a class as matching a special file.

DO NOT USE!

This feature is only present to support the built-in classes.

Example

// Match the volume header and alternate volume header

class "Volume Header" {
  match volume header
  match alternate volume header
  special
  locked
  color "Crayons:Cantaloupe"
}

See Also

class