Type alias ProgrammingLanguageMeta
ProgrammingLanguageMeta: { codeMirrorKey: string; compilePattern: string; executable: string; executableVersion: string; fileExtension: string[]; hasBuildFile: boolean; label: string; mime: string; monacoKey: string; runPattern: string; templateSourceCode: string; value: ProgrammingLanguage; } Type declaration
codeMirrorKey: string
compilePattern: string
executable: string
executableVersion: string
fileExtension: string[]
hasBuildFile: boolean
label: string
mime: string
monacoKey: string
runPattern: string
templateSourceCode: string