code-languages 1.34.0 → 1.35.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +24 -4
- package/dist/api.cjs +1241 -2
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +1241 -2
- package/dist/detect-slugs.cjs +20 -0
- package/dist/detect-slugs.d.cts +1 -1
- package/dist/detect-slugs.d.ts +1 -1
- package/dist/detect-slugs.js +20 -0
- package/dist/detect.cjs +1001 -2
- package/dist/detect.js +1001 -2
- package/dist/index.cjs +1261 -2
- package/dist/index.d.cts +1158 -219
- package/dist/index.d.ts +1158 -219
- package/dist/index.js +1262 -3
- package/dist/{language-registry-CaYtxJN8.d.cts → language-registry-Bz9o1rt_.d.cts} +60 -0
- package/dist/{language-registry-CaYtxJN8.d.ts → language-registry-Bz9o1rt_.d.ts} +60 -0
- package/dist/languages/ampl.cjs +52 -0
- package/dist/languages/ampl.d.cts +49 -0
- package/dist/languages/ampl.d.ts +49 -0
- package/dist/languages/ampl.js +50 -0
- package/dist/languages/bibtex.cjs +52 -0
- package/dist/languages/bibtex.d.cts +49 -0
- package/dist/languages/bibtex.d.ts +49 -0
- package/dist/languages/bibtex.js +50 -0
- package/dist/languages/brainfuck.cjs +52 -0
- package/dist/languages/brainfuck.d.cts +49 -0
- package/dist/languages/brainfuck.d.ts +49 -0
- package/dist/languages/brainfuck.js +50 -0
- package/dist/languages/capnproto.cjs +52 -0
- package/dist/languages/capnproto.d.cts +49 -0
- package/dist/languages/capnproto.d.ts +49 -0
- package/dist/languages/capnproto.js +50 -0
- package/dist/languages/cql.cjs +52 -0
- package/dist/languages/cql.d.cts +49 -0
- package/dist/languages/cql.d.ts +49 -0
- package/dist/languages/cql.js +50 -0
- package/dist/languages/dot.cjs +52 -0
- package/dist/languages/dot.d.cts +49 -0
- package/dist/languages/dot.d.ts +49 -0
- package/dist/languages/dot.js +50 -0
- package/dist/languages/editorconfig.cjs +51 -0
- package/dist/languages/editorconfig.d.cts +48 -0
- package/dist/languages/editorconfig.d.ts +48 -0
- package/dist/languages/editorconfig.js +49 -0
- package/dist/languages/fql.cjs +52 -0
- package/dist/languages/fql.d.cts +49 -0
- package/dist/languages/fql.d.ts +49 -0
- package/dist/languages/fql.js +50 -0
- package/dist/languages/gcode.cjs +52 -0
- package/dist/languages/gcode.d.cts +49 -0
- package/dist/languages/gcode.d.ts +49 -0
- package/dist/languages/gcode.js +50 -0
- package/dist/languages/gettext.cjs +52 -0
- package/dist/languages/gettext.d.cts +49 -0
- package/dist/languages/gettext.d.ts +49 -0
- package/dist/languages/gettext.js +50 -0
- package/dist/languages/gremlin.cjs +52 -0
- package/dist/languages/gremlin.d.cts +49 -0
- package/dist/languages/gremlin.d.ts +49 -0
- package/dist/languages/gremlin.js +50 -0
- package/dist/languages/jmespath.cjs +52 -0
- package/dist/languages/jmespath.d.cts +49 -0
- package/dist/languages/jmespath.d.ts +49 -0
- package/dist/languages/jmespath.js +50 -0
- package/dist/languages/jsonata.cjs +52 -0
- package/dist/languages/jsonata.d.cts +49 -0
- package/dist/languages/jsonata.d.ts +49 -0
- package/dist/languages/jsonata.js +50 -0
- package/dist/languages/kql.cjs +52 -0
- package/dist/languages/kql.d.cts +49 -0
- package/dist/languages/kql.d.ts +49 -0
- package/dist/languages/kql.js +50 -0
- package/dist/languages/less.cjs +1 -1
- package/dist/languages/less.js +1 -1
- package/dist/languages/linkerscript.cjs +52 -0
- package/dist/languages/linkerscript.d.cts +49 -0
- package/dist/languages/linkerscript.d.ts +49 -0
- package/dist/languages/linkerscript.js +50 -0
- package/dist/languages/luau.cjs +1 -1
- package/dist/languages/luau.js +1 -1
- package/dist/languages/n1ql.cjs +52 -0
- package/dist/languages/n1ql.d.cts +49 -0
- package/dist/languages/n1ql.d.ts +49 -0
- package/dist/languages/n1ql.js +50 -0
- package/dist/languages/plpgsql.cjs +52 -0
- package/dist/languages/plpgsql.d.cts +49 -0
- package/dist/languages/plpgsql.d.ts +49 -0
- package/dist/languages/plpgsql.js +50 -0
- package/dist/languages/qmake.cjs +52 -0
- package/dist/languages/qmake.d.cts +49 -0
- package/dist/languages/qmake.d.ts +49 -0
- package/dist/languages/qmake.js +50 -0
- package/dist/languages/soql.cjs +52 -0
- package/dist/languages/soql.d.cts +49 -0
- package/dist/languages/soql.d.ts +49 -0
- package/dist/languages/soql.js +50 -0
- package/dist/languages/spl.cjs +52 -0
- package/dist/languages/spl.d.cts +49 -0
- package/dist/languages/spl.d.ts +49 -0
- package/dist/languages/spl.js +50 -0
- package/package.json +101 -1
|
@@ -14,6 +14,9 @@ declare const languageIndex: readonly [{
|
|
|
14
14
|
}, {
|
|
15
15
|
readonly slug: "algol";
|
|
16
16
|
readonly extensions: readonly [".alg", ".algol"];
|
|
17
|
+
}, {
|
|
18
|
+
readonly slug: "ampl";
|
|
19
|
+
readonly extensions: readonly [".mod", ".dat", ".run"];
|
|
17
20
|
}, {
|
|
18
21
|
readonly slug: "ante";
|
|
19
22
|
readonly extensions: readonly [".ante"];
|
|
@@ -74,6 +77,9 @@ declare const languageIndex: readonly [{
|
|
|
74
77
|
}, {
|
|
75
78
|
readonly slug: "bicep";
|
|
76
79
|
readonly extensions: readonly [".bicep", ".bicepparam"];
|
|
80
|
+
}, {
|
|
81
|
+
readonly slug: "bibtex";
|
|
82
|
+
readonly extensions: readonly [".bib", ".bibtex"];
|
|
77
83
|
}, {
|
|
78
84
|
readonly slug: "blade";
|
|
79
85
|
readonly extensions: readonly [".blade.php"];
|
|
@@ -83,12 +89,18 @@ declare const languageIndex: readonly [{
|
|
|
83
89
|
}, {
|
|
84
90
|
readonly slug: "bqn";
|
|
85
91
|
readonly extensions: readonly [".bqn"];
|
|
92
|
+
}, {
|
|
93
|
+
readonly slug: "brainfuck";
|
|
94
|
+
readonly extensions: readonly [".bf", ".b"];
|
|
86
95
|
}, {
|
|
87
96
|
readonly slug: "c";
|
|
88
97
|
readonly extensions: readonly [".c", ".h"];
|
|
89
98
|
}, {
|
|
90
99
|
readonly slug: "cairo";
|
|
91
100
|
readonly extensions: readonly [".cairo"];
|
|
101
|
+
}, {
|
|
102
|
+
readonly slug: "capnproto";
|
|
103
|
+
readonly extensions: readonly [".capnp"];
|
|
92
104
|
}, {
|
|
93
105
|
readonly slug: "carbon";
|
|
94
106
|
readonly extensions: readonly [".carbon"];
|
|
@@ -122,6 +134,9 @@ declare const languageIndex: readonly [{
|
|
|
122
134
|
}, {
|
|
123
135
|
readonly slug: "crystal";
|
|
124
136
|
readonly extensions: readonly [".cr"];
|
|
137
|
+
}, {
|
|
138
|
+
readonly slug: "cql";
|
|
139
|
+
readonly extensions: readonly [".cql"];
|
|
125
140
|
}, {
|
|
126
141
|
readonly slug: "csharp";
|
|
127
142
|
readonly extensions: readonly [".cs", ".csx"];
|
|
@@ -161,9 +176,15 @@ declare const languageIndex: readonly [{
|
|
|
161
176
|
}, {
|
|
162
177
|
readonly slug: "dockerfile";
|
|
163
178
|
readonly extensions: readonly ["Dockerfile", ".dockerfile"];
|
|
179
|
+
}, {
|
|
180
|
+
readonly slug: "dot";
|
|
181
|
+
readonly extensions: readonly [".dot", ".gv"];
|
|
164
182
|
}, {
|
|
165
183
|
readonly slug: "earthly";
|
|
166
184
|
readonly extensions: readonly ["Earthfile"];
|
|
185
|
+
}, {
|
|
186
|
+
readonly slug: "editorconfig";
|
|
187
|
+
readonly extensions: readonly [".editorconfig"];
|
|
167
188
|
}, {
|
|
168
189
|
readonly slug: "eiffel";
|
|
169
190
|
readonly extensions: readonly [".e"];
|
|
@@ -206,6 +227,9 @@ declare const languageIndex: readonly [{
|
|
|
206
227
|
}, {
|
|
207
228
|
readonly slug: "freemarker";
|
|
208
229
|
readonly extensions: readonly [".ftl", ".ftlh", ".ftlx"];
|
|
230
|
+
}, {
|
|
231
|
+
readonly slug: "fql";
|
|
232
|
+
readonly extensions: readonly [".fql"];
|
|
209
233
|
}, {
|
|
210
234
|
readonly slug: "fsharp";
|
|
211
235
|
readonly extensions: readonly [".fs", ".fsi", ".fsx", ".fsscript"];
|
|
@@ -215,6 +239,12 @@ declare const languageIndex: readonly [{
|
|
|
215
239
|
}, {
|
|
216
240
|
readonly slug: "gdscript";
|
|
217
241
|
readonly extensions: readonly [".gd"];
|
|
242
|
+
}, {
|
|
243
|
+
readonly slug: "gcode";
|
|
244
|
+
readonly extensions: readonly [".gcode", ".gco", ".nc", ".cnc", ".tap"];
|
|
245
|
+
}, {
|
|
246
|
+
readonly slug: "gettext";
|
|
247
|
+
readonly extensions: readonly [".po", ".pot"];
|
|
218
248
|
}, {
|
|
219
249
|
readonly slug: "git";
|
|
220
250
|
readonly extensions: readonly [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"];
|
|
@@ -236,6 +266,9 @@ declare const languageIndex: readonly [{
|
|
|
236
266
|
}, {
|
|
237
267
|
readonly slug: "graphql";
|
|
238
268
|
readonly extensions: readonly [".graphql", ".gql", ".graphqls"];
|
|
269
|
+
}, {
|
|
270
|
+
readonly slug: "gremlin";
|
|
271
|
+
readonly extensions: readonly [".gremlin", ".grem"];
|
|
239
272
|
}, {
|
|
240
273
|
readonly slug: "groovy";
|
|
241
274
|
readonly extensions: readonly [".groovy", ".gvy", ".gy", ".gsh"];
|
|
@@ -299,12 +332,18 @@ declare const languageIndex: readonly [{
|
|
|
299
332
|
}, {
|
|
300
333
|
readonly slug: "jinja";
|
|
301
334
|
readonly extensions: readonly [".jinja", ".jinja2", ".j2"];
|
|
335
|
+
}, {
|
|
336
|
+
readonly slug: "jmespath";
|
|
337
|
+
readonly extensions: readonly [".jmespath", ".jp"];
|
|
302
338
|
}, {
|
|
303
339
|
readonly slug: "json";
|
|
304
340
|
readonly extensions: readonly [".json"];
|
|
305
341
|
}, {
|
|
306
342
|
readonly slug: "json5";
|
|
307
343
|
readonly extensions: readonly [".json5"];
|
|
344
|
+
}, {
|
|
345
|
+
readonly slug: "jsonata";
|
|
346
|
+
readonly extensions: readonly [".jsonata"];
|
|
308
347
|
}, {
|
|
309
348
|
readonly slug: "jsonc";
|
|
310
349
|
readonly extensions: readonly [".jsonc", ".code-workspace"];
|
|
@@ -332,6 +371,9 @@ declare const languageIndex: readonly [{
|
|
|
332
371
|
}, {
|
|
333
372
|
readonly slug: "kotlin";
|
|
334
373
|
readonly extensions: readonly [".kt", ".kts"];
|
|
374
|
+
}, {
|
|
375
|
+
readonly slug: "kql";
|
|
376
|
+
readonly extensions: readonly [".kql"];
|
|
335
377
|
}, {
|
|
336
378
|
readonly slug: "lean";
|
|
337
379
|
readonly extensions: readonly [".lean"];
|
|
@@ -344,6 +386,9 @@ declare const languageIndex: readonly [{
|
|
|
344
386
|
}, {
|
|
345
387
|
readonly slug: "liquid";
|
|
346
388
|
readonly extensions: readonly [".liquid"];
|
|
389
|
+
}, {
|
|
390
|
+
readonly slug: "linkerscript";
|
|
391
|
+
readonly extensions: readonly [".ld", ".lds", ".x"];
|
|
347
392
|
}, {
|
|
348
393
|
readonly slug: "lisp";
|
|
349
394
|
readonly extensions: readonly [".lisp", ".lsp", ".cl", ".asd"];
|
|
@@ -410,6 +455,9 @@ declare const languageIndex: readonly [{
|
|
|
410
455
|
}, {
|
|
411
456
|
readonly slug: "mustache";
|
|
412
457
|
readonly extensions: readonly [".mustache", ".mst"];
|
|
458
|
+
}, {
|
|
459
|
+
readonly slug: "n1ql";
|
|
460
|
+
readonly extensions: readonly [".n1ql"];
|
|
413
461
|
}, {
|
|
414
462
|
readonly slug: "nginx";
|
|
415
463
|
readonly extensions: readonly ["nginx.conf", ".nginx", ".conf"];
|
|
@@ -467,6 +515,9 @@ declare const languageIndex: readonly [{
|
|
|
467
515
|
}, {
|
|
468
516
|
readonly slug: "plantuml";
|
|
469
517
|
readonly extensions: readonly [".puml", ".plantuml", ".iuml"];
|
|
518
|
+
}, {
|
|
519
|
+
readonly slug: "plpgsql";
|
|
520
|
+
readonly extensions: readonly [".pgsql", ".plpgsql"];
|
|
470
521
|
}, {
|
|
471
522
|
readonly slug: "plsql";
|
|
472
523
|
readonly extensions: readonly [".pls", ".pks", ".pkb", ".plsql"];
|
|
@@ -500,6 +551,9 @@ declare const languageIndex: readonly [{
|
|
|
500
551
|
}, {
|
|
501
552
|
readonly slug: "qml";
|
|
502
553
|
readonly extensions: readonly [".qml", ".qmltypes", ".qmlproject"];
|
|
554
|
+
}, {
|
|
555
|
+
readonly slug: "qmake";
|
|
556
|
+
readonly extensions: readonly [".pri", ".prf"];
|
|
503
557
|
}, {
|
|
504
558
|
readonly slug: "qsharp";
|
|
505
559
|
readonly extensions: readonly [".qs"];
|
|
@@ -572,12 +626,18 @@ declare const languageIndex: readonly [{
|
|
|
572
626
|
}, {
|
|
573
627
|
readonly slug: "solidity";
|
|
574
628
|
readonly extensions: readonly [".sol"];
|
|
629
|
+
}, {
|
|
630
|
+
readonly slug: "soql";
|
|
631
|
+
readonly extensions: readonly [".soql"];
|
|
575
632
|
}, {
|
|
576
633
|
readonly slug: "sparql";
|
|
577
634
|
readonly extensions: readonly [".sparql", ".rq"];
|
|
578
635
|
}, {
|
|
579
636
|
readonly slug: "spark";
|
|
580
637
|
readonly extensions: readonly [".spark", ".adb", ".ads"];
|
|
638
|
+
}, {
|
|
639
|
+
readonly slug: "spl";
|
|
640
|
+
readonly extensions: readonly [".spl"];
|
|
581
641
|
}, {
|
|
582
642
|
readonly slug: "sql";
|
|
583
643
|
readonly extensions: readonly [".sql"];
|
|
@@ -14,6 +14,9 @@ declare const languageIndex: readonly [{
|
|
|
14
14
|
}, {
|
|
15
15
|
readonly slug: "algol";
|
|
16
16
|
readonly extensions: readonly [".alg", ".algol"];
|
|
17
|
+
}, {
|
|
18
|
+
readonly slug: "ampl";
|
|
19
|
+
readonly extensions: readonly [".mod", ".dat", ".run"];
|
|
17
20
|
}, {
|
|
18
21
|
readonly slug: "ante";
|
|
19
22
|
readonly extensions: readonly [".ante"];
|
|
@@ -74,6 +77,9 @@ declare const languageIndex: readonly [{
|
|
|
74
77
|
}, {
|
|
75
78
|
readonly slug: "bicep";
|
|
76
79
|
readonly extensions: readonly [".bicep", ".bicepparam"];
|
|
80
|
+
}, {
|
|
81
|
+
readonly slug: "bibtex";
|
|
82
|
+
readonly extensions: readonly [".bib", ".bibtex"];
|
|
77
83
|
}, {
|
|
78
84
|
readonly slug: "blade";
|
|
79
85
|
readonly extensions: readonly [".blade.php"];
|
|
@@ -83,12 +89,18 @@ declare const languageIndex: readonly [{
|
|
|
83
89
|
}, {
|
|
84
90
|
readonly slug: "bqn";
|
|
85
91
|
readonly extensions: readonly [".bqn"];
|
|
92
|
+
}, {
|
|
93
|
+
readonly slug: "brainfuck";
|
|
94
|
+
readonly extensions: readonly [".bf", ".b"];
|
|
86
95
|
}, {
|
|
87
96
|
readonly slug: "c";
|
|
88
97
|
readonly extensions: readonly [".c", ".h"];
|
|
89
98
|
}, {
|
|
90
99
|
readonly slug: "cairo";
|
|
91
100
|
readonly extensions: readonly [".cairo"];
|
|
101
|
+
}, {
|
|
102
|
+
readonly slug: "capnproto";
|
|
103
|
+
readonly extensions: readonly [".capnp"];
|
|
92
104
|
}, {
|
|
93
105
|
readonly slug: "carbon";
|
|
94
106
|
readonly extensions: readonly [".carbon"];
|
|
@@ -122,6 +134,9 @@ declare const languageIndex: readonly [{
|
|
|
122
134
|
}, {
|
|
123
135
|
readonly slug: "crystal";
|
|
124
136
|
readonly extensions: readonly [".cr"];
|
|
137
|
+
}, {
|
|
138
|
+
readonly slug: "cql";
|
|
139
|
+
readonly extensions: readonly [".cql"];
|
|
125
140
|
}, {
|
|
126
141
|
readonly slug: "csharp";
|
|
127
142
|
readonly extensions: readonly [".cs", ".csx"];
|
|
@@ -161,9 +176,15 @@ declare const languageIndex: readonly [{
|
|
|
161
176
|
}, {
|
|
162
177
|
readonly slug: "dockerfile";
|
|
163
178
|
readonly extensions: readonly ["Dockerfile", ".dockerfile"];
|
|
179
|
+
}, {
|
|
180
|
+
readonly slug: "dot";
|
|
181
|
+
readonly extensions: readonly [".dot", ".gv"];
|
|
164
182
|
}, {
|
|
165
183
|
readonly slug: "earthly";
|
|
166
184
|
readonly extensions: readonly ["Earthfile"];
|
|
185
|
+
}, {
|
|
186
|
+
readonly slug: "editorconfig";
|
|
187
|
+
readonly extensions: readonly [".editorconfig"];
|
|
167
188
|
}, {
|
|
168
189
|
readonly slug: "eiffel";
|
|
169
190
|
readonly extensions: readonly [".e"];
|
|
@@ -206,6 +227,9 @@ declare const languageIndex: readonly [{
|
|
|
206
227
|
}, {
|
|
207
228
|
readonly slug: "freemarker";
|
|
208
229
|
readonly extensions: readonly [".ftl", ".ftlh", ".ftlx"];
|
|
230
|
+
}, {
|
|
231
|
+
readonly slug: "fql";
|
|
232
|
+
readonly extensions: readonly [".fql"];
|
|
209
233
|
}, {
|
|
210
234
|
readonly slug: "fsharp";
|
|
211
235
|
readonly extensions: readonly [".fs", ".fsi", ".fsx", ".fsscript"];
|
|
@@ -215,6 +239,12 @@ declare const languageIndex: readonly [{
|
|
|
215
239
|
}, {
|
|
216
240
|
readonly slug: "gdscript";
|
|
217
241
|
readonly extensions: readonly [".gd"];
|
|
242
|
+
}, {
|
|
243
|
+
readonly slug: "gcode";
|
|
244
|
+
readonly extensions: readonly [".gcode", ".gco", ".nc", ".cnc", ".tap"];
|
|
245
|
+
}, {
|
|
246
|
+
readonly slug: "gettext";
|
|
247
|
+
readonly extensions: readonly [".po", ".pot"];
|
|
218
248
|
}, {
|
|
219
249
|
readonly slug: "git";
|
|
220
250
|
readonly extensions: readonly [".git", ".gitignore", ".gitattributes", ".gitmodules", ".gitkeep"];
|
|
@@ -236,6 +266,9 @@ declare const languageIndex: readonly [{
|
|
|
236
266
|
}, {
|
|
237
267
|
readonly slug: "graphql";
|
|
238
268
|
readonly extensions: readonly [".graphql", ".gql", ".graphqls"];
|
|
269
|
+
}, {
|
|
270
|
+
readonly slug: "gremlin";
|
|
271
|
+
readonly extensions: readonly [".gremlin", ".grem"];
|
|
239
272
|
}, {
|
|
240
273
|
readonly slug: "groovy";
|
|
241
274
|
readonly extensions: readonly [".groovy", ".gvy", ".gy", ".gsh"];
|
|
@@ -299,12 +332,18 @@ declare const languageIndex: readonly [{
|
|
|
299
332
|
}, {
|
|
300
333
|
readonly slug: "jinja";
|
|
301
334
|
readonly extensions: readonly [".jinja", ".jinja2", ".j2"];
|
|
335
|
+
}, {
|
|
336
|
+
readonly slug: "jmespath";
|
|
337
|
+
readonly extensions: readonly [".jmespath", ".jp"];
|
|
302
338
|
}, {
|
|
303
339
|
readonly slug: "json";
|
|
304
340
|
readonly extensions: readonly [".json"];
|
|
305
341
|
}, {
|
|
306
342
|
readonly slug: "json5";
|
|
307
343
|
readonly extensions: readonly [".json5"];
|
|
344
|
+
}, {
|
|
345
|
+
readonly slug: "jsonata";
|
|
346
|
+
readonly extensions: readonly [".jsonata"];
|
|
308
347
|
}, {
|
|
309
348
|
readonly slug: "jsonc";
|
|
310
349
|
readonly extensions: readonly [".jsonc", ".code-workspace"];
|
|
@@ -332,6 +371,9 @@ declare const languageIndex: readonly [{
|
|
|
332
371
|
}, {
|
|
333
372
|
readonly slug: "kotlin";
|
|
334
373
|
readonly extensions: readonly [".kt", ".kts"];
|
|
374
|
+
}, {
|
|
375
|
+
readonly slug: "kql";
|
|
376
|
+
readonly extensions: readonly [".kql"];
|
|
335
377
|
}, {
|
|
336
378
|
readonly slug: "lean";
|
|
337
379
|
readonly extensions: readonly [".lean"];
|
|
@@ -344,6 +386,9 @@ declare const languageIndex: readonly [{
|
|
|
344
386
|
}, {
|
|
345
387
|
readonly slug: "liquid";
|
|
346
388
|
readonly extensions: readonly [".liquid"];
|
|
389
|
+
}, {
|
|
390
|
+
readonly slug: "linkerscript";
|
|
391
|
+
readonly extensions: readonly [".ld", ".lds", ".x"];
|
|
347
392
|
}, {
|
|
348
393
|
readonly slug: "lisp";
|
|
349
394
|
readonly extensions: readonly [".lisp", ".lsp", ".cl", ".asd"];
|
|
@@ -410,6 +455,9 @@ declare const languageIndex: readonly [{
|
|
|
410
455
|
}, {
|
|
411
456
|
readonly slug: "mustache";
|
|
412
457
|
readonly extensions: readonly [".mustache", ".mst"];
|
|
458
|
+
}, {
|
|
459
|
+
readonly slug: "n1ql";
|
|
460
|
+
readonly extensions: readonly [".n1ql"];
|
|
413
461
|
}, {
|
|
414
462
|
readonly slug: "nginx";
|
|
415
463
|
readonly extensions: readonly ["nginx.conf", ".nginx", ".conf"];
|
|
@@ -467,6 +515,9 @@ declare const languageIndex: readonly [{
|
|
|
467
515
|
}, {
|
|
468
516
|
readonly slug: "plantuml";
|
|
469
517
|
readonly extensions: readonly [".puml", ".plantuml", ".iuml"];
|
|
518
|
+
}, {
|
|
519
|
+
readonly slug: "plpgsql";
|
|
520
|
+
readonly extensions: readonly [".pgsql", ".plpgsql"];
|
|
470
521
|
}, {
|
|
471
522
|
readonly slug: "plsql";
|
|
472
523
|
readonly extensions: readonly [".pls", ".pks", ".pkb", ".plsql"];
|
|
@@ -500,6 +551,9 @@ declare const languageIndex: readonly [{
|
|
|
500
551
|
}, {
|
|
501
552
|
readonly slug: "qml";
|
|
502
553
|
readonly extensions: readonly [".qml", ".qmltypes", ".qmlproject"];
|
|
554
|
+
}, {
|
|
555
|
+
readonly slug: "qmake";
|
|
556
|
+
readonly extensions: readonly [".pri", ".prf"];
|
|
503
557
|
}, {
|
|
504
558
|
readonly slug: "qsharp";
|
|
505
559
|
readonly extensions: readonly [".qs"];
|
|
@@ -572,12 +626,18 @@ declare const languageIndex: readonly [{
|
|
|
572
626
|
}, {
|
|
573
627
|
readonly slug: "solidity";
|
|
574
628
|
readonly extensions: readonly [".sol"];
|
|
629
|
+
}, {
|
|
630
|
+
readonly slug: "soql";
|
|
631
|
+
readonly extensions: readonly [".soql"];
|
|
575
632
|
}, {
|
|
576
633
|
readonly slug: "sparql";
|
|
577
634
|
readonly extensions: readonly [".sparql", ".rq"];
|
|
578
635
|
}, {
|
|
579
636
|
readonly slug: "spark";
|
|
580
637
|
readonly extensions: readonly [".spark", ".adb", ".ads"];
|
|
638
|
+
}, {
|
|
639
|
+
readonly slug: "spl";
|
|
640
|
+
readonly extensions: readonly [".spl"];
|
|
581
641
|
}, {
|
|
582
642
|
readonly slug: "sql";
|
|
583
643
|
readonly extensions: readonly [".sql"];
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/ampl.ts
|
|
4
|
+
var ampl = {
|
|
5
|
+
slug: "ampl",
|
|
6
|
+
publishedDate: "1985-01-01",
|
|
7
|
+
extensions: [".mod", ".dat", ".run"],
|
|
8
|
+
author: "Robert Fourer, David Gay, and Brian Kernighan",
|
|
9
|
+
website: "https://ampl.com",
|
|
10
|
+
paradigms: ["declarative", "mathematical modeling"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["AMPL"],
|
|
13
|
+
ecosystems: ["Optimization", "Operations research"]
|
|
14
|
+
},
|
|
15
|
+
version: "stable",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
|
|
17
|
+
color: "#1D4ED8",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "AMPL",
|
|
21
|
+
description: "A declarative language for describing optimization models and data for mathematical solvers.",
|
|
22
|
+
longDescription: "AMPL is a modeling language for linear, nonlinear, integer, and constraint optimization. It lets modelers express sets, parameters, variables, objectives, and constraints close to mathematical notation.\n\nThe language is widely used in operations research, logistics, energy planning, finance, and industrial scheduling. AMPL separates model structure from data and connects to many commercial and open source solvers."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "AMPL",
|
|
26
|
+
description: "Lenguaje declarativo para describir modelos y datos de optimizacion para solvers matematicos.",
|
|
27
|
+
longDescription: "AMPL es un lenguaje de modelado para optimizacion lineal, no lineal, entera y con restricciones. Permite expresar conjuntos, parametros, variables, objetivos y restricciones cerca de la notacion matematica.\n\nEl lenguaje se usa en investigacion de operaciones, logistica, planificacion energetica, finanzas y programacion industrial. AMPL separa la estructura del modelo de los datos y se conecta con muchos solvers comerciales y abiertos."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "AMPL",
|
|
31
|
+
description: "Linguaggio dichiarativo per descrivere modelli e dati di ottimizzazione per solver matematici.",
|
|
32
|
+
longDescription: "AMPL e un linguaggio di modellazione per ottimizzazione lineare, non lineare, intera e vincolata. Permette di esprimere insiemi, parametri, variabili, obiettivi e vincoli vicino alla notazione matematica.\n\nIl linguaggio e usato in ricerca operativa, logistica, pianificazione energetica, finanza e schedulazione industriale. AMPL separa la struttura del modello dai dati e si collega a molti solver commerciali e open source."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "AMPL",
|
|
36
|
+
description: "Langage declaratif pour decrire modeles et donnees d optimisation pour solveurs mathematiques.",
|
|
37
|
+
longDescription: "AMPL est un langage de modelisation pour l optimisation lineaire, non lineaire, entiere et sous contraintes. Il permet d exprimer ensembles, parametres, variables, objectifs et contraintes pres de la notation mathematique.\n\nLe langage est utilise en recherche operationnelle, logistique, planification energetique, finance et ordonnancement industriel. AMPL separe la structure du modele des donnees et se connecte a de nombreux solveurs commerciaux et ouverts."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "AMPL",
|
|
41
|
+
description: "Deklarative Sprache fur Optimierungsmodelle und Daten fur mathematische Solver.",
|
|
42
|
+
longDescription: "AMPL ist eine Modellierungssprache fur lineare, nichtlineare, ganzzahlige und eingeschrankte Optimierung. Sie beschreibt Mengen, Parameter, Variablen, Ziele und Nebenbedingungen nahe an mathematischer Notation.\n\nDie Sprache wird in Operations Research, Logistik, Energieplanung, Finanzwesen und industrieller Planung genutzt. AMPL trennt Modellstruktur von Daten und bindet viele kommerzielle und offene Solver an."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "AMPL",
|
|
46
|
+
description: "Linguagem declarativa para descrever modelos e dados de otimizacao para solvers matematicos.",
|
|
47
|
+
longDescription: "AMPL e uma linguagem de modelagem para otimizacao linear, nao linear, inteira e com restricoes. Ela permite expressar conjuntos, parametros, variaveis, objetivos e restricoes perto da notacao matematica.\n\nA linguagem e usada em pesquisa operacional, logistica, planejamento energetico, financas e escalonamento industrial. AMPL separa a estrutura do modelo dos dados e se conecta a muitos solvers comerciais e abertos."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.ampl = ampl;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const ampl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#1D4ED8";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { ampl };
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const ampl: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#1D4ED8";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { ampl };
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
// src/languages/ampl.ts
|
|
2
|
+
var ampl = {
|
|
3
|
+
slug: "ampl",
|
|
4
|
+
publishedDate: "1985-01-01",
|
|
5
|
+
extensions: [".mod", ".dat", ".run"],
|
|
6
|
+
author: "Robert Fourer, David Gay, and Brian Kernighan",
|
|
7
|
+
website: "https://ampl.com",
|
|
8
|
+
paradigms: ["declarative", "mathematical modeling"],
|
|
9
|
+
tooling: {
|
|
10
|
+
runtimes: ["AMPL"],
|
|
11
|
+
ecosystems: ["Optimization", "Operations research"]
|
|
12
|
+
},
|
|
13
|
+
version: "stable",
|
|
14
|
+
logo: "https://dummyimage.com/32x32/1D4ED8/ffffff.png&text=AM",
|
|
15
|
+
color: "#1D4ED8",
|
|
16
|
+
i18n: {
|
|
17
|
+
en: {
|
|
18
|
+
name: "AMPL",
|
|
19
|
+
description: "A declarative language for describing optimization models and data for mathematical solvers.",
|
|
20
|
+
longDescription: "AMPL is a modeling language for linear, nonlinear, integer, and constraint optimization. It lets modelers express sets, parameters, variables, objectives, and constraints close to mathematical notation.\n\nThe language is widely used in operations research, logistics, energy planning, finance, and industrial scheduling. AMPL separates model structure from data and connects to many commercial and open source solvers."
|
|
21
|
+
},
|
|
22
|
+
es: {
|
|
23
|
+
name: "AMPL",
|
|
24
|
+
description: "Lenguaje declarativo para describir modelos y datos de optimizacion para solvers matematicos.",
|
|
25
|
+
longDescription: "AMPL es un lenguaje de modelado para optimizacion lineal, no lineal, entera y con restricciones. Permite expresar conjuntos, parametros, variables, objetivos y restricciones cerca de la notacion matematica.\n\nEl lenguaje se usa en investigacion de operaciones, logistica, planificacion energetica, finanzas y programacion industrial. AMPL separa la estructura del modelo de los datos y se conecta con muchos solvers comerciales y abiertos."
|
|
26
|
+
},
|
|
27
|
+
it: {
|
|
28
|
+
name: "AMPL",
|
|
29
|
+
description: "Linguaggio dichiarativo per descrivere modelli e dati di ottimizzazione per solver matematici.",
|
|
30
|
+
longDescription: "AMPL e un linguaggio di modellazione per ottimizzazione lineare, non lineare, intera e vincolata. Permette di esprimere insiemi, parametri, variabili, obiettivi e vincoli vicino alla notazione matematica.\n\nIl linguaggio e usato in ricerca operativa, logistica, pianificazione energetica, finanza e schedulazione industriale. AMPL separa la struttura del modello dai dati e si collega a molti solver commerciali e open source."
|
|
31
|
+
},
|
|
32
|
+
fr: {
|
|
33
|
+
name: "AMPL",
|
|
34
|
+
description: "Langage declaratif pour decrire modeles et donnees d optimisation pour solveurs mathematiques.",
|
|
35
|
+
longDescription: "AMPL est un langage de modelisation pour l optimisation lineaire, non lineaire, entiere et sous contraintes. Il permet d exprimer ensembles, parametres, variables, objectifs et contraintes pres de la notation mathematique.\n\nLe langage est utilise en recherche operationnelle, logistique, planification energetique, finance et ordonnancement industriel. AMPL separe la structure du modele des donnees et se connecte a de nombreux solveurs commerciaux et ouverts."
|
|
36
|
+
},
|
|
37
|
+
de: {
|
|
38
|
+
name: "AMPL",
|
|
39
|
+
description: "Deklarative Sprache fur Optimierungsmodelle und Daten fur mathematische Solver.",
|
|
40
|
+
longDescription: "AMPL ist eine Modellierungssprache fur lineare, nichtlineare, ganzzahlige und eingeschrankte Optimierung. Sie beschreibt Mengen, Parameter, Variablen, Ziele und Nebenbedingungen nahe an mathematischer Notation.\n\nDie Sprache wird in Operations Research, Logistik, Energieplanung, Finanzwesen und industrieller Planung genutzt. AMPL trennt Modellstruktur von Daten und bindet viele kommerzielle und offene Solver an."
|
|
41
|
+
},
|
|
42
|
+
pt: {
|
|
43
|
+
name: "AMPL",
|
|
44
|
+
description: "Linguagem declarativa para descrever modelos e dados de otimizacao para solvers matematicos.",
|
|
45
|
+
longDescription: "AMPL e uma linguagem de modelagem para otimizacao linear, nao linear, inteira e com restricoes. Ela permite expressar conjuntos, parametros, variaveis, objetivos e restricoes perto da notacao matematica.\n\nA linguagem e usada em pesquisa operacional, logistica, planejamento energetico, financas e escalonamento industrial. AMPL separa a estrutura do modelo dos dados e se conecta a muitos solvers comerciais e abertos."
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
export { ampl };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
// src/languages/bibtex.ts
|
|
4
|
+
var bibtex = {
|
|
5
|
+
slug: "bibtex",
|
|
6
|
+
publishedDate: "1985-01-01",
|
|
7
|
+
extensions: [".bib", ".bibtex"],
|
|
8
|
+
author: "Oren Patashnik and Leslie Lamport",
|
|
9
|
+
website: "https://ctan.org/pkg/bibtex",
|
|
10
|
+
paradigms: ["data", "bibliography"],
|
|
11
|
+
tooling: {
|
|
12
|
+
runtimes: ["BibTeX", "Biber"],
|
|
13
|
+
ecosystems: ["TeX", "LaTeX", "Academic publishing"]
|
|
14
|
+
},
|
|
15
|
+
version: "stable",
|
|
16
|
+
logo: "https://dummyimage.com/32x32/2563EB/ffffff.png&text=Bi",
|
|
17
|
+
color: "#2563EB",
|
|
18
|
+
i18n: {
|
|
19
|
+
en: {
|
|
20
|
+
name: "BibTeX",
|
|
21
|
+
description: "A bibliography data format and toolchain used with TeX and LaTeX documents.",
|
|
22
|
+
longDescription: "BibTeX is both a bibliography processing program and a structured text format for citation records. Entries describe books, articles, proceedings, theses, and other sources with fields such as author, title, year, and publisher.\n\nIt is central to many TeX and LaTeX workflows, especially in academic publishing. BibTeX files can be edited by hand, exported by reference managers, and rendered through style files into formatted bibliographies."
|
|
23
|
+
},
|
|
24
|
+
es: {
|
|
25
|
+
name: "BibTeX",
|
|
26
|
+
description: "Formato de datos bibliograficos y herramienta usada con documentos TeX y LaTeX.",
|
|
27
|
+
longDescription: "BibTeX es un programa de procesamiento bibliografico y un formato de texto estructurado para registros de citas. Las entradas describen libros, articulos, actas, tesis y otras fuentes con campos como autor, titulo, ano y editorial.\n\nEs central en muchos flujos de TeX y LaTeX, sobre todo en publicacion academica. Los archivos BibTeX pueden editarse a mano, exportarse desde gestores de referencias y renderizarse con estilos como bibliografias formateadas."
|
|
28
|
+
},
|
|
29
|
+
it: {
|
|
30
|
+
name: "BibTeX",
|
|
31
|
+
description: "Formato di dati bibliografici e toolchain usati con documenti TeX e LaTeX.",
|
|
32
|
+
longDescription: "BibTeX e sia un programma di elaborazione bibliografica sia un formato testuale strutturato per record di citazioni. Le voci descrivono libri, articoli, atti, tesi e altre fonti con campi come autore, titolo, anno ed editore.\n\nE centrale in molti flussi TeX e LaTeX, specialmente nella pubblicazione accademica. I file BibTeX possono essere modificati a mano, esportati da gestori di riferimenti e resi tramite file di stile in bibliografie formattate."
|
|
33
|
+
},
|
|
34
|
+
fr: {
|
|
35
|
+
name: "BibTeX",
|
|
36
|
+
description: "Format de donnees bibliographiques et chaine d outils utilises avec TeX et LaTeX.",
|
|
37
|
+
longDescription: "BibTeX est a la fois un programme de traitement bibliographique et un format texte structure pour les citations. Les entrees decrivent livres, articles, actes, theses et autres sources avec des champs comme auteur, titre, annee et editeur.\n\nIl est central dans de nombreux flux TeX et LaTeX, surtout pour l edition academique. Les fichiers BibTeX peuvent etre modifies a la main, exportes par des gestionnaires de references et rendus via des styles en bibliographies formatees."
|
|
38
|
+
},
|
|
39
|
+
de: {
|
|
40
|
+
name: "BibTeX",
|
|
41
|
+
description: "Bibliografisches Datenformat und Werkzeugkette fur TeX- und LaTeX-Dokumente.",
|
|
42
|
+
longDescription: "BibTeX ist ein Bibliografieprogramm und ein strukturiertes Textformat fur Zitationsdaten. Eintrage beschreiben Bucher, Artikel, Tagungsbande, Arbeiten und andere Quellen mit Feldern wie Autor, Titel, Jahr und Verlag.\n\nEs ist zentral in vielen TeX- und LaTeX-Ablaufen, besonders im akademischen Publizieren. BibTeX-Dateien konnen von Hand gepflegt, aus Literaturverwaltungen exportiert und uber Stildateien zu formatierten Bibliografien gerendert werden."
|
|
43
|
+
},
|
|
44
|
+
pt: {
|
|
45
|
+
name: "BibTeX",
|
|
46
|
+
description: "Formato de dados bibliograficos e cadeia de ferramentas usada com TeX e LaTeX.",
|
|
47
|
+
longDescription: "BibTeX e ao mesmo tempo um programa de processamento bibliografico e um formato de texto estruturado para registros de citacao. As entradas descrevem livros, artigos, anais, teses e outras fontes com campos como autor, titulo, ano e editora.\n\nEle e central em muitos fluxos TeX e LaTeX, especialmente na publicacao academica. Arquivos BibTeX podem ser editados a mao, exportados por gerenciadores de referencias e renderizados por estilos em bibliografias formatadas."
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
exports.bibtex = bibtex;
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
declare const bibtex: {
|
|
2
|
+
slug: string;
|
|
3
|
+
publishedDate: string;
|
|
4
|
+
extensions: string[];
|
|
5
|
+
author: string;
|
|
6
|
+
website: string;
|
|
7
|
+
paradigms: string[];
|
|
8
|
+
tooling: {
|
|
9
|
+
runtimes: string[];
|
|
10
|
+
ecosystems: string[];
|
|
11
|
+
};
|
|
12
|
+
version: string;
|
|
13
|
+
logo: string;
|
|
14
|
+
color: "#2563EB";
|
|
15
|
+
i18n: {
|
|
16
|
+
en: {
|
|
17
|
+
name: string;
|
|
18
|
+
description: string;
|
|
19
|
+
longDescription: string;
|
|
20
|
+
};
|
|
21
|
+
es: {
|
|
22
|
+
name: string;
|
|
23
|
+
description: string;
|
|
24
|
+
longDescription: string;
|
|
25
|
+
};
|
|
26
|
+
it: {
|
|
27
|
+
name: string;
|
|
28
|
+
description: string;
|
|
29
|
+
longDescription: string;
|
|
30
|
+
};
|
|
31
|
+
fr: {
|
|
32
|
+
name: string;
|
|
33
|
+
description: string;
|
|
34
|
+
longDescription: string;
|
|
35
|
+
};
|
|
36
|
+
de: {
|
|
37
|
+
name: string;
|
|
38
|
+
description: string;
|
|
39
|
+
longDescription: string;
|
|
40
|
+
};
|
|
41
|
+
pt: {
|
|
42
|
+
name: string;
|
|
43
|
+
description: string;
|
|
44
|
+
longDescription: string;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
48
|
+
|
|
49
|
+
export { bibtex };
|