Skip to content

Commit

Permalink
Add support for several more filetypes
Browse files Browse the repository at this point in the history
Added:
* CoffeeScript: `.coffee.md` (github-linguist/linguist#4957)
* Lex:          `lexer.x`    (github-linguist/linguist#4952)
* NGINX:        `.nginx`     (github-linguist/linguist#4965)
* Ruby:         `.simplecov` (github-linguist/linguist#4976)
  • Loading branch information
Alhadis committed Sep 17, 2020
1 parent a048967 commit 56528ed
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).

### Added
- **New icons:** Apollo (`apollo.config.js`), For the Record (`.trm`), OpenEXR (`.exr`), OpenZFS (`vdev{0..9}`), rsync (`rsyncd.conf`), V-Ray (`.vrimg`), Wine (`.wine`), YAMLLint (`.yamllint`)
- **Support**: Config: Python (`poetry.lock`), GraphQL (`graphql.config.js`, `.graphqlrc{,.{json,js,yaml,yml}}`), Table of Contents (`.listing`), VimL (`.exrc`, `.nexrc`)
- **Support**: CoffeeScript (`.coffee.md`), Config: Python (`poetry.lock`), GraphQL (`graphql.config.js`, `.graphqlrc{,.{json,js,yaml,yml}}`), Lex (`lexer.x`), NGINX (`.nginx`), Ruby (`.simplecov`), Table of Contents (`.listing`), VimL (`.exrc`, `.nexrc`)
- Improved recognition for Unicode database files


Expand Down
5 changes: 4 additions & 1 deletion config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -1363,6 +1363,7 @@ fileIcons:
[".cjsx", "dark-maroon"]
[".coffee.ecr", "medium-cyan", priority: 2]
[".coffee.erb", "medium-red", priority: 2]
[".coffee.md", "medium-blue", priotity: 2]
[".litcoffee", "light-maroon", "litcoffee"]
[".iced", "medium-blue"]
]
Expand Down Expand Up @@ -3570,6 +3571,7 @@ fileIcons:
alias: "Flex"
match: [
[/\.l(ex)?$/i, "medium-cyan", "lex"]
[/^lexer\.x$/i, "medium-cyan", priority: 2]
[".flex", "dark-red"]
]

Expand Down Expand Up @@ -4355,7 +4357,7 @@ fileIcons:
priority: 2
match: [
[/^nginx(\.[-\w]+)*\.conf$/i, "dark-green"]
[".nginxconf", "medium-green", scope: "nginx", alias: "nginx configuration file"]
[/\.nginx(conf)?$/i, "medium-green", scope: "nginx", alias: "nginx configuration file"]
]

Nib:
Expand Down Expand Up @@ -5479,6 +5481,7 @@ fileIcons:
[/^\.?(irbrc|gemrc|pryrc|ruby-(gemset|version))$/i, "medium-red"]
[/^(Appraisals|(Rake|App|[bB]uild|Cap|Danger|Deliver|Fast|Guard|Jar|Maven|Pod|Puppet|Snap)file(\.lock)?)$/, "medium-red"]
[/\.(jbuilder|rbuild|rb[wx]|builder)$/i, "dark-red"]
[/^\.simplecov$/i, "medium-red"]
[/^rails$/, "medium-red"]
[".watchr", "dark-yellow"]
]
Expand Down
10 changes: 5 additions & 5 deletions lib/icons/.icondb.js
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ module.exports = [
["nextflow-icon",["dark-green","dark-green"],/^nextflow\.config$/i,2],
["nextjs-icon",["dark-grey","dark-grey"],/^next\.config\.[cm]?js$/i,2],
["nginx-icon",["dark-green","dark-green"],/^nginx(?:\.[-\w]+)*\.conf$/i,2],
["nginx-icon",["medium-green","medium-green"],/\.nginxconf$/i,2,false,,/\.nginx$/i,/^Nginx$|^nginx[\W_ \t]?c[0o]nfigurati[0o]n[\W_ \t]?file$/i],
["nginx-icon",["medium-green","medium-green"],/\.nginx(?:conf)?$/i,2,false,,/\.nginx$/i,/^Nginx$|^nginx[\W_ \t]?c[0o]nfigurati[0o]n[\W_ \t]?file$/i],
["nightwatch-icon",["dark-maroon","dark-maroon"],/^nightwatch\.conf(?:ig)?\.[cm]?js$/i,2],
["shuriken-icon",["dark-cyan","dark-cyan"],/\.ninja\.d$/i,2],
["nodemon-icon",["medium-green","medium-green"],/^nodemon\.json$|\.nodemonignore$/i,2],
Expand Down Expand Up @@ -641,8 +641,8 @@ module.exports = [
["codekit-icon",[null,null],/(?:^config)?\.codekit\d*$/i],
["coffee-icon",["medium-maroon","medium-maroon"],/\.coffee$/i,,false,/^coffee$/,/\.coffee$/i,/^C[0o]ffee[\W_ \t]?Script$|^Coffee(?:-Script)?$/i],
["coffee-icon",["dark-maroon","dark-maroon"],/\.cjsx$/i],
["coffee-icon",["medium-blue","medium-blue"],/\.coffee\.md$|\.iced$/i],
["coffee-icon",["light-maroon","light-maroon"],/\.litcoffee$/i,,false,/^litcoffee$/,/\.litcoffee$/i,/^C[0o]ffee[\W_ \t]?Script$|^litc[0o]ffee$/i],
["coffee-icon",["medium-blue","medium-blue"],/\.iced$/i],
["cf-icon",["light-cyan","light-cyan"],/\.cfc$/i,,false,,/\.cfscript$/i,/^C[0o]ld[\W_ \t]?Fusi[0o]n$|^(?:CFC|CFScript)$/i],
["cf-icon",["medium-cyan","medium-cyan"],/\.cfml?$/i,,false,,/\.cfml?$/i,/^C[0o]ld[\W_ \t]?Fusi[0o]n$|^(?:cfml?|ColdFusion\s*HTML)$/i],
["khronos-icon",["medium-orange","medium-orange"],/\.(?:dae|collada)$/i],
Expand Down Expand Up @@ -1123,7 +1123,7 @@ module.exports = [
["graph-icon",["medium-green","medium-green"],/\.hledger$/i],
["lektor-icon",["dark-purple","dark-purple"],/\.lr$/i],
["lektor-icon",["medium-orange","medium-orange"],/\.lektorproject$/i],
["lex-icon",["medium-cyan","medium-cyan"],/\.l(?:ex)?$/i,,false,/^lex$/,/\.lex$/i,/^lex$/i],
["lex-icon",["medium-cyan","medium-cyan"],/\.l(?:ex)?$|^lexer\.x$/i,,false,/^lex$/,/\.lex$/i,/^lex$/i],
["lex-icon",["dark-red","dark-red"],/\.flex$/i],
["lfe-icon",["dark-red","dark-red"],/\.lfe$/i],
["lightwave-icon",["medium-red","medium-red"],/\.lwo$/i],
Expand Down Expand Up @@ -1559,7 +1559,7 @@ module.exports = [
["rspec-icon",["medium-red","medium-red"],/\.rspec$/i],
["rss-icon",["medium-orange","medium-orange"],/\.rss$/i],
["rstudio-icon",["light-blue","light-blue"],/\.rproj$/i],
["ruby-icon",["medium-red","medium-red"],/\.(?:rb|ru|ruby|erb|gemspec|god|mspec|pluginspec|podspec|rabl|rake|opal)$|^\.?(?:irbrc|gemrc|pryrc|ruby-(?:gemset|version))$/i,,false,/(?:mac|j)?ruby|rake|rbx/,/\.ruby$/i,/^Ruby$|^(?:rbx?|rake|jruby|macruby)$/i],
["ruby-icon",["medium-red","medium-red"],/\.(?:rb|ru|ruby|erb|gemspec|god|mspec|pluginspec|podspec|rabl|rake|opal)$|^\.?(?:irbrc|gemrc|pryrc|ruby-(?:gemset|version))$|^\.simplecov$/i,,false,/(?:mac|j)?ruby|rake|rbx/,/\.ruby$/i,/^Ruby$|^(?:rbx?|rake|jruby|macruby)$/i],
["ruby-icon",["medium-red","medium-red"],/^(?:Appraisals|(?:Rake|App|[bB]uild|Cap|Danger|Deliver|Fast|Guard|Jar|Maven|Pod|Puppet|Snap)file(?:\.lock)?)$|^rails$/],
["ruby-icon",["dark-red","dark-red"],/\.(?:jbuilder|rbuild|rb[wx]|builder)$/i],
["ruby-icon",["dark-yellow","dark-yellow"],/\.watchr$/i],
Expand Down Expand Up @@ -1943,5 +1943,5 @@ module.exports = [
["book-icon",["dark-blue","dark-blue"],/^zork\d\.(?!pre$|pur$)[a-z]+$/,0],
["key-icon",["dark-blue","dark-blue"],/\.ssh[\/\\][^\/\\\s]+$/,0,true],
["v8-icon",["medium-blue","medium-blue"],/^(?:[dv]8|v8[-_.][^.]*|mksnapshot|mkpeephole)$/i,0]],
[[20,162,168,174,175,176,304,342,383,407,415,428,432,434,459,482,486,487,488,489,494,499,508,512,532,559,560,575,580,587,592,594,599,628,644,649,650,654,658,663,667,668,674,683,688,713,718,721,730,739,749,750,754,755,763,791,812,817,821,835,839,844,846,848,849,852,854,855,860,863,866,867,885,888,914,918,919,924,944,945,948,949,951,952,954,955,957,1002,1003,1006,1012,1029,1030,1031,1039,1042,1044,1057,1070,1072,1076,1085,1086,1094,1097,1101,1103,1110,1111,1132,1153,1160,1216,1218,1221,1234,1243,1251,1252,1264,1267,1271,1273,1276,1286,1287,1289,1304,1309,1310,1313,1353,1356,1369,1370,1371,1377,1382,1383,1395,1396,1410,1417,1419,1422,1425,1426,1429,1430,1433,1450,1453,1454,1457,1458,1481,1487,1497,1500,1505,1506,1512,1516,1521,1527,1528,1530,1532,1535,1550,1552,1555,1557,1564,1582,1585,1587,1610,1613,1617,1626,1641,1657,1665,1666,1667,1673,1703,1705,1709,1725,1737,1739,1757,1783,1787,1790,1794,1795,1834,1836,1839,1848,1850,1873,1878],[9,12,15,62,90,130,174,176,180,198,203,214,272,282,292,301,302,341,342,354,376,378,379,382,384,389,392,407,411,415,419,421,422,426,428,430,431,432,434,436,437,438,446,450,451,452,454,455,456,458,459,461,482,484,485,486,487,488,489,494,499,501,508,512,520,521,523,524,525,531,532,540,541,542,546,549,553,558,573,574,575,578,579,580,585,587,589,592,594,596,597,599,620,628,635,637,642,643,644,645,647,648,649,650,651,652,654,655,656,658,659,662,663,664,667,668,674,675,678,683,686,688,691,694,699,701,703,705,710,712,719,721,726,727,728,729,730,733,734,735,736,738,739,746,749,750,753,754,755,761,763,767,768,791,792,795,796,799,805,806,807,808,810,811,812,813,814,816,817,820,821,843,849,855,866,867,868,871,878,885,888,889,890,895,896,900,902,903,904,905,907,910,914,915,918,919,921,922,924,925,926,927,929,939,940,943,945,949,951,952,954,955,957,958,959,979,994,995,997,1000,1002,1004,1006,1007,1010,1012,1027,1029,1030,1031,1033,1034,1037,1038,1039,1041,1042,1043,1044,1045,1048,1051,1055,1057,1060,1061,1063,1064,1069,1070,1072,1076,1081,1085,1086,1091,1094,1097,1099,1101,1103,1110,1111,1121,1122,1123,1126,1132,1144,1153,1160,1161,1211,1216,1218,1220,1221,1225,1234,1235,1237,1239,1243,1249,1251,1258,1259,1260,1262,1264,1265,1266,1267,1271,1273,1274,1276,1279,1280,1281,1286,1287,1289,1297,1298,1299,1302,1304,1309,1310,1311,1313,1314,1315,1316,1317,1318,1320,1337,1345,1348,1349,1350,1351,1352,1354,1355,1356,1366,1369,1370,1371,1376,1377,1382,1385,1387,1393,1394,1395,1396,1398,1401,1410,1416,1417,1420,1421,1422,1425,1426,1428,1429,1430,1433,1440,1444,1445,1446,1447,1450,1453,1454,1457,1458,1467,1468,1473,1481,1487,1490,1495,1496,1497,1500,1501,1502,1505,1506,1512,1516,1519,1521,1524,1525,1526,1527,1528,1530,1532,1535,1538,1542,1550,1553,1555,1557,1558,1564,1567,1572,1573,1574,1575,1577,1578,1580,1582,1583,1585,1587,1599,1600,1609,1611,1612,1613,1617,1620,1622,1623,1626,1627,1628,1630,1641,1647,1649,1655,1657,1660,1662,1665,1666,1667,1673,1681,1682,1696,1697,1699,1700,1701,1702,1703,1704,1705,1707,1709,1718,1720,1725,1730,1734,1735,1737,1739,1757,1764,1782,1783,1784,1785,1787,1791,1794,1795,1797,1805,1806,1830,1831,1833,1834,1836,1839,1841,1843,1846,1848,1849,1850,1873,1875,1876,1877,1887],[0,10,11,16,87,288,303,328,329,356,362,363,364,365,367,369,373,374,539,629,630,631,632,687,689,690,1024,1507,1559,1670,1853,1854,1894],[2,9,12,15,62,90,130,174,176,180,198,203,214,272,282,292,301,302,328,341,342,354,376,378,379,382,384,389,392,407,411,415,419,421,422,426,428,430,431,432,434,436,437,438,446,450,451,452,454,455,456,458,459,461,482,484,485,486,487,488,489,494,499,501,508,512,520,521,523,524,525,531,532,540,541,542,546,549,553,558,559,560,573,574,575,578,579,580,585,587,589,592,594,596,597,599,620,621,624,628,633,635,637,642,643,644,645,647,648,649,650,651,652,654,655,656,658,659,662,663,664,667,668,673,674,675,677,678,679,683,686,688,691,694,699,701,703,705,710,712,719,721,726,727,728,729,730,733,734,735,736,738,739,746,749,750,753,754,755,761,763,767,768,786,791,792,795,796,799,805,806,807,808,810,811,812,813,814,816,817,820,821,834,835,839,842,843,844,846,848,849,852,853,854,855,856,859,860,863,866,867,868,871,878,885,888,889,890,895,896,900,902,903,904,905,907,910,914,915,918,919,921,922,924,925,926,927,929,939,940,943,944,945,946,948,949,951,952,954,955,957,958,959,979,994,995,997,1000,1002,1004,1006,1007,1010,1012,1027,1029,1030,1031,1033,1034,1037,1038,1039,1041,1042,1043,1044,1045,1048,1051,1055,1057,1060,1061,1063,1064,1069,1070,1072,1076,1081,1085,1086,1091,1094,1097,1099,1101,1103,1110,1111,1121,1122,1123,1126,1132,1144,1153,1160,1161,1211,1216,1218,1220,1221,1223,1224,1225,1234,1235,1237,1239,1243,1249,1251,1258,1259,1260,1262,1264,1265,1266,1267,1271,1273,1274,1276,1279,1280,1281,1286,1287,1289,1297,1298,1299,1302,1304,1309,1310,1311,1313,1314,1315,1316,1317,1318,1320,1337,1345,1348,1349,1350,1351,1352,1354,1355,1356,1366,1369,1370,1371,1376,1377,1382,1385,1387,1393,1394,1395,1396,1398,1401,1410,1416,1417,1420,1421,1422,1425,1426,1428,1429,1430,1433,1440,1444,1445,1446,1447,1450,1453,1454,1457,1458,1467,1468,1473,1481,1487,1490,1495,1496,1497,1500,1501,1502,1505,1506,1512,1516,1519,1521,1524,1525,1526,1527,1528,1530,1532,1535,1538,1542,1544,1550,1552,1553,1555,1557,1558,1564,1567,1572,1573,1574,1575,1577,1578,1580,1582,1583,1585,1587,1588,1599,1600,1609,1611,1612,1613,1617,1620,1622,1623,1626,1627,1628,1630,1641,1647,1649,1655,1657,1660,1662,1665,1666,1667,1673,1677,1681,1682,1696,1697,1699,1700,1701,1702,1703,1704,1705,1707,1709,1718,1720,1725,1730,1734,1735,1737,1739,1757,1764,1782,1783,1784,1785,1787,1791,1794,1795,1797,1805,1806,1830,1831,1833,1834,1836,1839,1841,1843,1846,1848,1849,1850,1853,1870,1873,1875,1876,1877,1887],[0,3,4,291,343,385,402,412,432,465,466,467,468,469,470,471,472,473,474,476,477,478,557,602,603,604,605,606,609,610,611,615,617,624,639,676,705,767,775,776,777,778,779,780,783,784,786,790,833,834,860,863,932,933,943,962,963,964,965,966,967,968,969,970,971,972,973,974,975,977,978,979,980,981,982,984,985,987,988,991,1180,1232,1256,1319,1342,1344,1368,1377,1382,1398,1401,1484,1486,1505,1566,1596,1668,1727,1728,1729,1731,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1758,1762,1791,1876,1888,1889]],
[[20,162,168,174,175,176,304,342,383,407,415,428,432,434,459,482,486,487,488,489,494,499,508,512,532,559,560,575,580,587,592,595,599,628,644,649,650,654,658,663,667,668,674,683,688,713,718,721,730,739,749,750,754,755,763,791,812,817,821,835,839,844,846,848,849,852,854,855,860,863,866,867,885,888,914,918,919,924,944,945,948,949,951,952,954,955,957,1002,1003,1006,1012,1029,1030,1031,1039,1042,1044,1057,1070,1072,1076,1085,1086,1094,1097,1101,1103,1110,1111,1132,1153,1160,1216,1218,1221,1234,1243,1251,1252,1264,1267,1271,1273,1276,1286,1287,1289,1304,1309,1310,1313,1353,1356,1369,1370,1371,1377,1382,1383,1395,1396,1410,1417,1419,1422,1425,1426,1429,1430,1433,1450,1453,1454,1457,1458,1481,1487,1497,1500,1505,1506,1512,1516,1521,1527,1528,1530,1532,1535,1550,1552,1555,1557,1564,1582,1585,1587,1610,1613,1617,1626,1641,1657,1665,1666,1667,1673,1703,1705,1709,1725,1737,1739,1757,1783,1787,1790,1794,1795,1834,1836,1839,1848,1850,1873,1878],[9,12,15,62,90,130,174,176,180,198,203,214,272,282,292,301,302,341,342,354,376,378,379,382,384,389,392,407,411,415,419,421,422,426,428,430,431,432,434,436,437,438,446,450,451,452,454,455,456,458,459,461,482,484,485,486,487,488,489,494,499,501,508,512,520,521,523,524,525,531,532,540,541,542,546,549,553,558,573,574,575,578,579,580,585,587,589,592,595,596,597,599,620,628,635,637,642,643,644,645,647,648,649,650,651,652,654,655,656,658,659,662,663,664,667,668,674,675,678,683,686,688,691,694,699,701,703,705,710,712,719,721,726,727,728,729,730,733,734,735,736,738,739,746,749,750,753,754,755,761,763,767,768,791,792,795,796,799,805,806,807,808,810,811,812,813,814,816,817,820,821,843,849,855,866,867,868,871,878,885,888,889,890,895,896,900,902,903,904,905,907,910,914,915,918,919,921,922,924,925,926,927,929,939,940,943,945,949,951,952,954,955,957,958,959,979,994,995,997,1000,1002,1004,1006,1007,1010,1012,1027,1029,1030,1031,1033,1034,1037,1038,1039,1041,1042,1043,1044,1045,1048,1051,1055,1057,1060,1061,1063,1064,1069,1070,1072,1076,1081,1085,1086,1091,1094,1097,1099,1101,1103,1110,1111,1121,1122,1123,1126,1132,1144,1153,1160,1161,1211,1216,1218,1220,1221,1225,1234,1235,1237,1239,1243,1249,1251,1258,1259,1260,1262,1264,1265,1266,1267,1271,1273,1274,1276,1279,1280,1281,1286,1287,1289,1297,1298,1299,1302,1304,1309,1310,1311,1313,1314,1315,1316,1317,1318,1320,1337,1345,1348,1349,1350,1351,1352,1354,1355,1356,1366,1369,1370,1371,1376,1377,1382,1385,1387,1393,1394,1395,1396,1398,1401,1410,1416,1417,1420,1421,1422,1425,1426,1428,1429,1430,1433,1440,1444,1445,1446,1447,1450,1453,1454,1457,1458,1467,1468,1473,1481,1487,1490,1495,1496,1497,1500,1501,1502,1505,1506,1512,1516,1519,1521,1524,1525,1526,1527,1528,1530,1532,1535,1538,1542,1550,1553,1555,1557,1558,1564,1567,1572,1573,1574,1575,1577,1578,1580,1582,1583,1585,1587,1599,1600,1609,1611,1612,1613,1617,1620,1622,1623,1626,1627,1628,1630,1641,1647,1649,1655,1657,1660,1662,1665,1666,1667,1673,1681,1682,1696,1697,1699,1700,1701,1702,1703,1704,1705,1707,1709,1718,1720,1725,1730,1734,1735,1737,1739,1757,1764,1782,1783,1784,1785,1787,1791,1794,1795,1797,1805,1806,1830,1831,1833,1834,1836,1839,1841,1843,1846,1848,1849,1850,1873,1875,1876,1877,1887],[0,10,11,16,87,288,303,328,329,356,362,363,364,365,367,369,373,374,539,629,630,631,632,687,689,690,1024,1507,1559,1670,1853,1854,1894],[2,9,12,15,62,90,130,174,176,180,198,203,214,272,282,292,301,302,328,341,342,354,376,378,379,382,384,389,392,407,411,415,419,421,422,426,428,430,431,432,434,436,437,438,446,450,451,452,454,455,456,458,459,461,482,484,485,486,487,488,489,494,499,501,508,512,520,521,523,524,525,531,532,540,541,542,546,549,553,558,559,560,573,574,575,578,579,580,585,587,589,592,595,596,597,599,620,621,624,628,633,635,637,642,643,644,645,647,648,649,650,651,652,654,655,656,658,659,662,663,664,667,668,673,674,675,677,678,679,683,686,688,691,694,699,701,703,705,710,712,719,721,726,727,728,729,730,733,734,735,736,738,739,746,749,750,753,754,755,761,763,767,768,786,791,792,795,796,799,805,806,807,808,810,811,812,813,814,816,817,820,821,834,835,839,842,843,844,846,848,849,852,853,854,855,856,859,860,863,866,867,868,871,878,885,888,889,890,895,896,900,902,903,904,905,907,910,914,915,918,919,921,922,924,925,926,927,929,939,940,943,944,945,946,948,949,951,952,954,955,957,958,959,979,994,995,997,1000,1002,1004,1006,1007,1010,1012,1027,1029,1030,1031,1033,1034,1037,1038,1039,1041,1042,1043,1044,1045,1048,1051,1055,1057,1060,1061,1063,1064,1069,1070,1072,1076,1081,1085,1086,1091,1094,1097,1099,1101,1103,1110,1111,1121,1122,1123,1126,1132,1144,1153,1160,1161,1211,1216,1218,1220,1221,1223,1224,1225,1234,1235,1237,1239,1243,1249,1251,1258,1259,1260,1262,1264,1265,1266,1267,1271,1273,1274,1276,1279,1280,1281,1286,1287,1289,1297,1298,1299,1302,1304,1309,1310,1311,1313,1314,1315,1316,1317,1318,1320,1337,1345,1348,1349,1350,1351,1352,1354,1355,1356,1366,1369,1370,1371,1376,1377,1382,1385,1387,1393,1394,1395,1396,1398,1401,1410,1416,1417,1420,1421,1422,1425,1426,1428,1429,1430,1433,1440,1444,1445,1446,1447,1450,1453,1454,1457,1458,1467,1468,1473,1481,1487,1490,1495,1496,1497,1500,1501,1502,1505,1506,1512,1516,1519,1521,1524,1525,1526,1527,1528,1530,1532,1535,1538,1542,1544,1550,1552,1553,1555,1557,1558,1564,1567,1572,1573,1574,1575,1577,1578,1580,1582,1583,1585,1587,1588,1599,1600,1609,1611,1612,1613,1617,1620,1622,1623,1626,1627,1628,1630,1641,1647,1649,1655,1657,1660,1662,1665,1666,1667,1673,1677,1681,1682,1696,1697,1699,1700,1701,1702,1703,1704,1705,1707,1709,1718,1720,1725,1730,1734,1735,1737,1739,1757,1764,1782,1783,1784,1785,1787,1791,1794,1795,1797,1805,1806,1830,1831,1833,1834,1836,1839,1841,1843,1846,1848,1849,1850,1853,1870,1873,1875,1876,1877,1887],[0,3,4,291,343,385,402,412,432,465,466,467,468,469,470,471,472,473,474,476,477,478,557,602,603,604,605,606,609,610,611,615,617,624,639,676,705,767,775,776,777,778,779,780,783,784,786,790,833,834,860,863,932,933,943,962,963,964,965,966,967,968,969,970,971,972,973,974,975,977,978,979,980,981,982,984,985,987,988,991,1180,1232,1256,1319,1342,1344,1368,1377,1382,1398,1401,1484,1486,1505,1566,1596,1668,1727,1728,1729,1731,1746,1747,1748,1749,1750,1751,1752,1753,1754,1755,1756,1758,1762,1791,1876,1888,1889]],
{binary:502,coffee:592,go:889,haskell:924,js:1012,perl:1371,python:1430,ruby:1512,rust:1516,executable:1550,coffeeTest:355,genericTest:356,goTest:357,haskellTest:358,jsTest:359,perlTest:1659,pythonTest:366,rubyTest:287,rustTest:370,tsTest:371,ts:1705}]];

0 comments on commit 56528ed

Please sign in to comment.