Optional
aliases?: string[]Alternative names for the language
Optional
codemirror_The MIME type used by CodeMirror
Optional
codemirror_The mode used by CodeMirror for syntax highlighting
Optional
color?: stringThe color associated with the language (usually a hex code example: '#000000')
Optional
extensions?: string[]File extensions associated with the language (always starts with a dot, e.g. ".js")
Optional
filenames?: string[]Specific filenames associated with the language
Optional
group?: stringThe group the language belongs to (if any)
Optional
interpreters?: string[]Interpreters used for the language
A unique identifier for the language
The name of the language (e.g. "JavaScript", "Python", "HTML")
Optional
searchable?: booleanWhether the language is searchable
The TextMate scope used for syntax highlighting
The classification of the language (e.g., "programming", "markup", "data")
Optional
wrap?: 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")