Optionalaliases?: string[]Alternative names for the language
Optionalcodemirror_The MIME type used by CodeMirror
Optionalcodemirror_The mode used by CodeMirror for syntax highlighting
Optionalcolor?: stringThe color associated with the language (usually a hex code example: '#000000')
Optionalextensions?: string[]File extensions associated with the language (always starts with a dot, e.g. ".js")
Optionalfilenames?: string[]Specific filenames associated with the language
Optionalgroup?: stringThe group the language belongs to (if any)
Optionalinterpreters?: string[]Interpreters used for the language
A unique identifier for the language
The name of the language (e.g. "JavaScript", "Python", "HTML")
Optionalsearchable?: booleanWhether the language is searchable
The TextMate scope used for syntax highlighting
The classification of the language (e.g., "programming", "markup", "data")
Optionalwrap?: booleanWhether the language should be wrapped (usually for prose languages)
The mode used by the Ace editor for syntax highlighting (e.g. "text", "html", "javascript")