UNPKG

9.24 kBJavaScriptView Raw
1export const languages = [
2 {
3 "name": "Alpine Abuild",
4 "since": "0.1.0",
5 "parsers": [
6 "sh"
7 ],
8 "group": "Shell",
9 "aliases": [
10 "abuild",
11 "apkbuild"
12 ],
13 "filenames": [
14 "APKBUILD"
15 ],
16 "tmScope": "source.shell",
17 "aceMode": "sh",
18 "codemirrorMode": "shell",
19 "codemirrorMimeType": "text/x-sh",
20 "linguistLanguageId": 14,
21 "vscodeLanguageIds": [
22 "shellscript"
23 ]
24 },
25 {
26 "name": "CODEOWNERS",
27 "since": "0.1.0",
28 "parsers": [
29 "sh"
30 ],
31 "filenames": [
32 "CODEOWNERS"
33 ],
34 "tmScope": "text.codeowners",
35 "aceMode": "gitignore",
36 "linguistLanguageId": 321684729,
37 "vscodeLanguageIds": [
38 "gitignore"
39 ]
40 },
41 {
42 "name": "Dockerfile",
43 "since": "0.1.0",
44 "parsers": [
45 "sh"
46 ],
47 "aliases": [
48 "Containerfile"
49 ],
50 "extensions": [
51 ".dockerfile"
52 ],
53 "filenames": [
54 "Containerfile",
55 "Dockerfile"
56 ],
57 "tmScope": "source.dockerfile",
58 "aceMode": "dockerfile",
59 "codemirrorMode": "dockerfile",
60 "codemirrorMimeType": "text/x-dockerfile",
61 "linguistLanguageId": 89,
62 "vscodeLanguageIds": [
63 "dockerfile"
64 ]
65 },
66 {
67 "name": "Gentoo Ebuild",
68 "since": "0.1.0",
69 "parsers": [
70 "sh"
71 ],
72 "group": "Shell",
73 "extensions": [
74 ".ebuild"
75 ],
76 "tmScope": "source.shell",
77 "aceMode": "sh",
78 "codemirrorMode": "shell",
79 "codemirrorMimeType": "text/x-sh",
80 "linguistLanguageId": 127,
81 "vscodeLanguageIds": [
82 "shellscript"
83 ]
84 },
85 {
86 "name": "Gentoo Eclass",
87 "since": "0.1.0",
88 "parsers": [
89 "sh"
90 ],
91 "group": "Shell",
92 "extensions": [
93 ".eclass"
94 ],
95 "tmScope": "source.shell",
96 "aceMode": "sh",
97 "codemirrorMode": "shell",
98 "codemirrorMimeType": "text/x-sh",
99 "linguistLanguageId": 128,
100 "vscodeLanguageIds": [
101 "shellscript"
102 ]
103 },
104 {
105 "name": "Git Attributes",
106 "since": "0.1.0",
107 "parsers": [
108 "sh"
109 ],
110 "group": "INI",
111 "aliases": [
112 "gitattributes"
113 ],
114 "filenames": [
115 ".gitattributes"
116 ],
117 "tmScope": "source.gitattributes",
118 "aceMode": "gitignore",
119 "codemirrorMode": "shell",
120 "codemirrorMimeType": "text/x-sh",
121 "linguistLanguageId": 956324166,
122 "vscodeLanguageIds": [
123 "gitignore"
124 ]
125 },
126 {
127 "name": "Ignore List",
128 "since": "0.1.0",
129 "parsers": [
130 "sh"
131 ],
132 "group": "INI",
133 "aliases": [
134 "ignore",
135 "gitignore",
136 "git-ignore"
137 ],
138 "extensions": [
139 ".gitignore"
140 ],
141 "filenames": [
142 ".atomignore",
143 ".babelignore",
144 ".bzrignore",
145 ".coffeelintignore",
146 ".cvsignore",
147 ".dockerignore",
148 ".eleventyignore",
149 ".eslintignore",
150 ".gitignore",
151 ".markdownlintignore",
152 ".nodemonignore",
153 ".npmignore",
154 ".prettierignore",
155 ".stylelintignore",
156 ".vercelignore",
157 ".vscodeignore",
158 "gitignore-global",
159 "gitignore_global"
160 ],
161 "tmScope": "source.gitignore",
162 "aceMode": "gitignore",
163 "codemirrorMode": "shell",
164 "codemirrorMimeType": "text/x-sh",
165 "linguistLanguageId": 74444240,
166 "vscodeLanguageIds": [
167 "gitignore"
168 ]
169 },
170 {
171 "name": "Java Properties",
172 "since": "0.1.0",
173 "parsers": [
174 "sh"
175 ],
176 "extensions": [
177 ".properties"
178 ],
179 "tmScope": "source.java-properties",
180 "aceMode": "properties",
181 "codemirrorMode": "properties",
182 "codemirrorMimeType": "text/x-properties",
183 "linguistLanguageId": 519377561,
184 "vscodeLanguageIds": [
185 "properties"
186 ]
187 },
188 {
189 "name": "OpenRC runscript",
190 "since": "0.1.0",
191 "parsers": [
192 "sh"
193 ],
194 "group": "Shell",
195 "aliases": [
196 "openrc"
197 ],
198 "interpreters": [
199 "openrc-run"
200 ],
201 "tmScope": "source.shell",
202 "aceMode": "sh",
203 "codemirrorMode": "shell",
204 "codemirrorMimeType": "text/x-sh",
205 "linguistLanguageId": 265,
206 "vscodeLanguageIds": [
207 "shellscript"
208 ]
209 },
210 {
211 "name": "Shell",
212 "since": "0.1.0",
213 "parsers": [
214 "sh"
215 ],
216 "aliases": [
217 "sh",
218 "shell-script",
219 "bash",
220 "zsh"
221 ],
222 "extensions": [
223 ".sh",
224 ".bash",
225 ".bats",
226 ".cgi",
227 ".command",
228 ".env",
229 ".fcgi",
230 ".ksh",
231 ".sh.in",
232 ".tmux",
233 ".tool",
234 ".zsh",
235 ".zsh-theme"
236 ],
237 "filenames": [
238 ".bash_aliases",
239 ".bash_history",
240 ".bash_logout",
241 ".bash_profile",
242 ".bashrc",
243 ".cshrc",
244 ".env",
245 ".env.example",
246 ".flaskenv",
247 ".kshrc",
248 ".login",
249 ".profile",
250 ".zlogin",
251 ".zlogout",
252 ".zprofile",
253 ".zshenv",
254 ".zshrc",
255 "9fs",
256 "PKGBUILD",
257 "bash_aliases",
258 "bash_logout",
259 "bash_profile",
260 "bashrc",
261 "cshrc",
262 "gradlew",
263 "kshrc",
264 "login",
265 "man",
266 "profile",
267 "zlogin",
268 "zlogout",
269 "zprofile",
270 "zshenv",
271 "zshrc"
272 ],
273 "interpreters": [
274 "ash",
275 "bash",
276 "dash",
277 "ksh",
278 "mksh",
279 "pdksh",
280 "rc",
281 "sh",
282 "zsh"
283 ],
284 "tmScope": "source.shell",
285 "aceMode": "sh",
286 "codemirrorMode": "shell",
287 "codemirrorMimeType": "text/x-sh",
288 "linguistLanguageId": 346,
289 "vscodeLanguageIds": [
290 "shellscript"
291 ]
292 },
293 {
294 "name": "ShellSession",
295 "since": "0.1.0",
296 "parsers": [
297 "sh"
298 ],
299 "aliases": [
300 "bash session",
301 "console"
302 ],
303 "extensions": [
304 ".sh-session"
305 ],
306 "tmScope": "text.shell-session",
307 "aceMode": "sh",
308 "codemirrorMode": "shell",
309 "codemirrorMimeType": "text/x-sh",
310 "linguistLanguageId": 347,
311 "vscodeLanguageIds": [
312 "shellscript"
313 ]
314 },
315 {
316 "name": "Tcsh",
317 "since": "0.1.0",
318 "parsers": [
319 "sh"
320 ],
321 "group": "Shell",
322 "extensions": [
323 ".tcsh",
324 ".csh"
325 ],
326 "interpreters": [
327 "tcsh",
328 "csh"
329 ],
330 "tmScope": "source.shell",
331 "aceMode": "sh",
332 "codemirrorMode": "shell",
333 "codemirrorMimeType": "text/x-sh",
334 "linguistLanguageId": 368,
335 "vscodeLanguageIds": [
336 "shellscript"
337 ]
338 },
339 {
340 "name": "TextMate Properties",
341 "since": "0.1.0",
342 "parsers": [
343 "sh"
344 ],
345 "aliases": [
346 "tm-properties"
347 ],
348 "filenames": [
349 ".tm_properties"
350 ],
351 "tmScope": "source.tm-properties",
352 "aceMode": "properties",
353 "codemirrorMode": "properties",
354 "codemirrorMimeType": "text/x-properties",
355 "linguistLanguageId": 981795023,
356 "vscodeLanguageIds": [
357 "properties"
358 ]
359 },
360 {
361 "name": "JvmOptions",
362 "since": "0.1.0",
363 "parsers": [
364 "sh"
365 ],
366 "extensions": [
367 ".vmoptions"
368 ],
369 "filenames": [
370 "jvm.options"
371 ],
372 "vscodeLanguageIds": [
373 "jvmoptions"
374 ]
375 },
376 {
377 "name": "hosts",
378 "since": "0.1.0",
379 "parsers": [
380 "sh"
381 ],
382 "filenames": [
383 "hosts"
384 ],
385 "vscodeLanguageIds": [
386 "hosts"
387 ]
388 },
389 {
390 "name": "dotenv",
391 "since": "0.1.0",
392 "parsers": [
393 "sh"
394 ],
395 "extensions": [
396 ".env"
397 ],
398 "filenames": [
399 ".env.*"
400 ],
401 "vscodeLanguageIds": [
402 "dotenv"
403 ]
404 }
405];
406//# sourceMappingURL=languages.js.map
\No newline at end of file