ILanguageExtensionPoint interface
A monaco language extension point. See https://github.com/Microsoft/monaco-editor/blob/master/monaco.d.ts
Properties
aliases | |
configuration | |
extensions | |
filename |
|
filenames | |
first |
|
id | |
mimetypes |
Property Details
aliases
aliases?: string[]
Property Value
string[]
configuration
configuration?: string
Property Value
string
extensions
extensions?: string[]
Property Value
string[]
filenamePatterns
filenamePatterns?: string[]
Property Value
string[]
filenames
filenames?: string[]
Property Value
string[]
firstLine
firstLine?: string
Property Value
string
id
id: string
Property Value
string
mimetypes
mimetypes?: string[]
Property Value
string[]