special

Synopsis

special

Description

Warning

Do not use this keyword!

This feature is used in the built-in class set; it is documented here so that anyone reading that class set understands what it is for and that it should not be used in class sets written by end users.

Marks a class as matching a special file.

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