You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: nls.localize('vscode.extension.contributes.languages.id','ID of the language.'),
26
-
type: 'string'
27
-
},
28
-
aliases: {
29
-
description: nls.localize('vscode.extension.contributes.languages.aliases','Name aliases for the language.'),
30
-
type: 'array',
31
-
items: {
32
-
type: 'string'
33
-
}
34
-
},
35
-
extensions: {
36
-
description: nls.localize('vscode.extension.contributes.languages.extensions','File extensions associated to the language.'),
37
-
default: ['.foo'],
38
-
type: 'array',
39
-
items: {
40
-
type: 'string'
41
-
}
42
-
},
43
-
filenames: {
44
-
description: nls.localize('vscode.extension.contributes.languages.filenames','File names associated to the language.'),
45
-
type: 'array',
46
-
items: {
47
-
type: 'string'
48
-
}
49
-
},
50
-
filenamePatterns: {
51
-
description: nls.localize('vscode.extension.contributes.languages.filenamePatterns','File name glob patterns associated to the language.'),
52
-
type: 'array',
53
-
items: {
54
-
type: 'string'
55
-
}
56
-
},
57
-
mimetypes: {
58
-
description: nls.localize('vscode.extension.contributes.languages.mimetypes','Mime types associated to the language.'),
59
-
type: 'array',
60
-
items: {
61
-
type: 'string'
62
-
}
63
-
},
64
-
firstLine: {
65
-
description: nls.localize('vscode.extension.contributes.languages.firstLine','A regular expression matching the first line of a file of the language.'),
66
-
type: 'string'
67
-
},
68
-
configuration: {
69
-
description: nls.localize('vscode.extension.contributes.languages.configuration','A relative path to a file containing configuration options for the language.'),
description: nls.localize('vscode.extension.contributes.languages.id','ID of the language.'),
29
+
type: 'string'
30
+
},
31
+
aliases: {
32
+
description: nls.localize('vscode.extension.contributes.languages.aliases','Name aliases for the language.'),
33
+
type: 'array',
34
+
items: {
35
+
type: 'string'
36
+
}
37
+
},
38
+
extensions: {
39
+
description: nls.localize('vscode.extension.contributes.languages.extensions','File extensions associated to the language.'),
40
+
default: ['.foo'],
41
+
type: 'array',
42
+
items: {
43
+
type: 'string'
44
+
}
45
+
},
46
+
filenames: {
47
+
description: nls.localize('vscode.extension.contributes.languages.filenames','File names associated to the language.'),
48
+
type: 'array',
49
+
items: {
50
+
type: 'string'
51
+
}
52
+
},
53
+
filenamePatterns: {
54
+
description: nls.localize('vscode.extension.contributes.languages.filenamePatterns','File name glob patterns associated to the language.'),
55
+
type: 'array',
56
+
items: {
57
+
type: 'string'
58
+
}
59
+
},
60
+
mimetypes: {
61
+
description: nls.localize('vscode.extension.contributes.languages.mimetypes','Mime types associated to the language.'),
62
+
type: 'array',
63
+
items: {
64
+
type: 'string'
65
+
}
66
+
},
67
+
firstLine: {
68
+
description: nls.localize('vscode.extension.contributes.languages.firstLine','A regular expression matching the first line of a file of the language.'),
69
+
type: 'string'
70
+
},
71
+
configuration: {
72
+
description: nls.localize('vscode.extension.contributes.languages.configuration','A relative path to a file containing configuration options for the language.'),
0 commit comments