FileExtensionMetadata

The enumeration of file extensions and their associated metadata:

  • comment syntax

  • Anvil file icon resources file name

Author

Richard Arriaga

Entries

Link copied to clipboard

The Avail module (.avail) default comment syntax.

Link copied to clipboard

Comment support for bash files.

Link copied to clipboard

Comment support for Windows batch files.

Link copied to clipboard

Comment support for HTML files.

Link copied to clipboard

Comment support for HTML files alternate file extension, htm.

Link copied to clipboard

JSON does not support comments.

Link copied to clipboard

Markdown does not support comments.

Link copied to clipboard

Comment support for Python.

Link copied to clipboard

Comment support for XML files.

Link copied to clipboard

The system default for commenting unrecognized file extensions.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The BlockComment for the associated extension or null if BlockComments are not supported.

Link copied to clipboard

The file extension that represents the file type that this FileExtensionMetadata is associated with.

Link copied to clipboard

The name of the file type's associated icon located in the resources directory.

Link copied to clipboard

The LineComment for the associated extension or null if LineComments are not supported.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.