Skip to content

Commit

Permalink
Add mappings for Cubit, draw.io, LINQPad and xmake
Browse files Browse the repository at this point in the history
  • Loading branch information
Alhadis committed Jul 24, 2020
1 parent 679a362 commit 2703d91
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
[Unpublished]
----------------------
### Added
- **New icons:** Fabric (`fabric.mod.json`), LGTM (`lgtm.yml`), Q\# (`.qs`)
- **New icons:** Cubit (`cubit{,s}` directories), draw.io (`*.{drawio,dio}.{png,svg}`, `.drawio.*`), Fabric (`fabric.mod.json`), LGTM (`lgtm.yml`), LINQPad (`.linq`), Q\# (`.qs`), xmake (`xmake.lua`)
- **Support:** Config: JS (`.eshost-config.json`, `.eshost.json`), Dependabot (`dependabot.yml`), Fortran (`.pfo`), Husky (`.huskyrc.yml`, `.huskyrc.yaml`), OpenVMS (`.cld`, `.com`), Qt (`installscript.qs`, `toolchain_installscript.qs`), Vercel (`.vercelignore`, `vercel.json`)

### Changed
Expand Down
28 changes: 28 additions & 0 deletions config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,8 @@ RESERVED FOR FUTURE USE
mime: A MIME Content-Type string of the form detailed in RFC 2231 §5.
url: A link to a canonical reference, product homepage, or relevant pull-request.
uses: A loosely-defined "parent" from which to inherit properties not defined by the entry. Intended to
address the longstanding problem of config/case-specific icons being replaced by a less qualified
icon. For example, the file "app-test.js" should display the `test-js` icon even when it contains
Expand Down Expand Up @@ -149,6 +151,11 @@ directoryIcons:
[/^\.cpanplus$/i, "dark-blue"]
]

Cubit:
icon: "cubit"
match: /^cubits?$/i
colour: "medium-cyan"

CVS:
icon: "cvs"
match: /^CVS$/
Expand Down Expand Up @@ -1957,6 +1964,13 @@ fileIcons:
match: /^dragula(\.min)?\.([cm]?js|css)$/i
colour: "dark-purple"

"draw.io":
icon: "drawio"
match: /^\.drawio($|\.)|\.d(raw)?io(\.png|\.svg)?$/i
colour: "medium-orange"
priority: 2
url: "https://drawio-app.com/"

Drone:
icon: "drone"
priority: 2
Expand Down Expand Up @@ -3520,6 +3534,13 @@ fileIcons:
[/\.alias$/, "medium-blue", priority: 3, alias: "macOS alias", signature: /^book\0{4}mark\0{4}/]
]

LINQPad:
icon: "linqpad"
match: ".linq"
colour: "dark-pink"
url: "https://www.linqpad.net/"
uses: "C#"

Lisp:
icon: "lisp"
match: [
Expand Down Expand Up @@ -6721,6 +6742,13 @@ fileIcons:
[/\.mode\dv3$/i, "medium-red"]
]

xmake:
icon: "xmake"
match: /^xmake\.lua$/i
colour: "medium-green"
priority: 2
url: "https://xmake.io/"

Xojo:
icon: "xojo"
match: [
Expand Down
8 changes: 6 additions & 2 deletions lib/icons/.icondb.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ module.exports = [
["circleci-icon",[null,null],/^\.circleci$/],
["cpan-icon",["medium-blue","medium-blue"],/^\.cpan$/i],
["cpan-icon",["dark-blue","dark-blue"],/^\.cpanplus$/i],
["cubit-icon",["medium-cyan","medium-cyan"],/^cubits?$/i],
["cvs-icon",["medium-orange","medium-orange"],/^CVS$/],
["deno-icon",["dark-purple","dark-purple"],/\.deno$/i],
["dependabot-icon",["medium-blue","medium-blue"],/\.dependabot$/i],
Expand Down Expand Up @@ -139,6 +140,7 @@ module.exports = [
["docz-icon",["medium-orange","dark-orange"],/(?:^|\.)docz(?:rc)?(?:\.config)?\.json$/i,2],
["dojo-icon",["light-red","light-red"],/^dojo\.[cm]?js$/i,2],
["dragula-icon",["dark-purple","dark-purple"],/^dragula(?:\.min)?\.(?:[cm]?js|css)$/i,2],
["drawio-icon",["medium-orange","medium-orange"],/^\.drawio(?:$|\.)|\.d(?:raw)?io(?:\.png|\.svg)?$/i,2],
["drone-icon",["medium-cyan","medium-cyan"],/\.drone\.ya?ml$/i,2],
["electron-icon",["dark-blue","dark-blue"],/\.compilerc(?:\.json)?$/i,2],
["ember-icon",["medium-red","medium-red"],/^ember(?:\.|(?:-[^.]+)?-(?:\d+\.)+(?:debug\.)?)[cm]?js$/i,2],
Expand Down Expand Up @@ -348,6 +350,7 @@ module.exports = [
["webpack-icon",["medium-blue","medium-blue"],/(?:^|\.)webpack(?:file)?(?=\.|$).*\.(?:[jt]sx?|[cm]js|json|(?:lit)?coffee)$/i,2],
["wercker-icon",["medium-purple","medium-purple"],/^wercker\.ya?ml$/i,2],
["workbox-icon",["medium-orange","medium-orange"],/^workbox-config\.[cm]?js$/i,2],
["xmake-icon",["medium-green","medium-green"],/^xmake\.lua$/i,2],
["yaml-icon",["medium-orange","medium-orange"],/\.ya?ml\.mysql$/i,2],
["yaml-icon",["dark-green","dark-green"],/\.ya?ml\.sed$/i,2],
["yandex-icon",["medium-red","medium-red"],/^\.yaspellerrc(?:$|\.)|^\.yaspeller\.json$/i,2],
Expand Down Expand Up @@ -1107,6 +1110,7 @@ module.exports = [
["lilypond-icon",["medium-green","medium-green"],/\.ly$/i,,false,,/\.(?:At)?lilypond/i,/^Lily\s*Pond$/i],
["lilypond-icon",["dark-green","dark-green"],/\.ily$/i],
["link-icon",["dark-blue","dark-blue"],/\.url$/i],
["linqpad-icon",["dark-pink","dark-pink"],/\.linq$/i],
["lisp-icon",["dark-red","dark-red"],/\.lisp$/i,,false,/^lisp$/,/\.lisp$/i,/^lisp$/i],
["lisp-icon",["medium-red","medium-red"],/\.lsp$/i,,false,/^newlisp$/,/\.newlisp$/i,/^Lisp$|^newlisp$/i],
["lisp-icon",["medium-maroon","medium-maroon"],/\.nl$/i],
Expand Down Expand Up @@ -1912,5 +1916,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]],
[[154,165,166,167,292,328,367,391,399,412,416,418,443,466,470,471,472,473,478,479,480,481,486,495,499,518,545,546,561,566,573,578,580,585,614,630,635,636,640,644,649,653,654,660,669,674,699,704,707,716,725,735,736,740,741,749,777,796,801,805,819,823,828,830,832,833,836,838,839,844,847,850,851,869,872,894,898,899,904,924,925,928,929,931,932,934,935,937,983,984,987,993,1010,1011,1012,1020,1023,1025,1038,1049,1051,1055,1063,1064,1072,1075,1079,1081,1088,1089,1110,1131,1138,1194,1196,1199,1212,1221,1229,1230,1242,1245,1249,1251,1254,1264,1265,1267,1282,1287,1288,1291,1329,1332,1345,1346,1347,1353,1358,1359,1371,1372,1386,1393,1395,1398,1401,1402,1405,1406,1409,1426,1429,1430,1433,1434,1457,1463,1473,1476,1480,1481,1487,1491,1496,1502,1503,1505,1507,1510,1525,1527,1530,1532,1539,1557,1560,1562,1585,1588,1592,1601,1615,1638,1639,1640,1646,1676,1678,1682,1697,1709,1711,1729,1755,1759,1762,1766,1767,1806,1808,1811,1820,1822,1845,1850],[9,12,15,60,88,125,165,167,171,189,194,204,262,272,281,290,327,328,360,362,363,366,368,373,376,391,395,399,403,405,406,410,412,414,415,416,418,420,421,422,430,434,435,436,438,439,440,442,443,445,466,468,469,470,471,472,473,478,479,480,481,486,488,495,499,507,508,510,511,517,518,526,527,528,532,535,539,544,559,560,561,564,565,566,571,573,575,578,580,582,583,585,606,614,621,623,628,629,630,631,633,634,635,636,637,638,640,641,642,644,645,648,649,650,653,654,660,661,664,669,672,674,677,680,685,687,689,691,696,698,705,707,712,713,714,715,716,719,720,721,722,724,725,732,735,736,739,740,741,747,749,753,754,777,778,780,781,784,790,791,792,793,795,796,797,798,800,801,804,805,827,833,839,850,851,852,855,862,869,872,873,874,879,880,884,887,890,894,895,898,899,901,902,904,905,906,907,909,919,920,923,925,929,931,932,934,935,937,938,939,960,975,976,978,981,983,985,987,988,991,993,1008,1010,1011,1012,1014,1015,1018,1019,1020,1022,1023,1024,1025,1026,1029,1032,1036,1038,1041,1043,1044,1049,1051,1055,1060,1063,1064,1069,1072,1075,1077,1079,1081,1088,1089,1099,1100,1101,1104,1110,1122,1131,1138,1139,1189,1194,1196,1198,1199,1203,1212,1213,1215,1217,1221,1227,1229,1236,1237,1238,1240,1242,1243,1244,1245,1249,1251,1252,1254,1257,1258,1259,1264,1265,1267,1275,1276,1277,1280,1282,1287,1288,1289,1291,1292,1293,1294,1295,1296,1297,1314,1321,1324,1325,1326,1327,1328,1330,1331,1332,1342,1345,1346,1347,1352,1353,1358,1361,1363,1369,1370,1371,1372,1374,1377,1386,1392,1393,1396,1397,1398,1401,1402,1404,1405,1406,1409,1416,1420,1421,1422,1423,1426,1429,1430,1433,1434,1443,1444,1449,1457,1463,1466,1471,1472,1473,1476,1477,1478,1480,1481,1487,1491,1494,1496,1499,1500,1501,1502,1503,1505,1507,1510,1513,1517,1525,1528,1530,1532,1533,1539,1542,1547,1548,1549,1550,1552,1553,1555,1557,1558,1560,1562,1574,1575,1584,1586,1587,1588,1592,1595,1597,1598,1601,1602,1603,1605,1615,1621,1623,1629,1633,1635,1638,1639,1640,1646,1654,1655,1669,1670,1672,1673,1674,1675,1676,1677,1678,1680,1682,1691,1693,1697,1702,1706,1707,1709,1711,1729,1736,1754,1755,1756,1757,1759,1763,1766,1767,1769,1777,1778,1802,1803,1805,1806,1808,1811,1813,1815,1818,1820,1821,1822,1845,1847,1848,1849,1859],[0,10,11,16,85,278,291,314,315,340,346,347,348,349,351,353,357,358,525,615,616,617,618,673,675,676,1005,1482,1534,1643,1825,1826,1866],[2,9,12,15,60,88,125,165,167,171,189,194,204,262,272,281,290,314,327,328,360,362,363,366,368,373,376,391,395,399,403,405,406,410,412,414,415,416,418,420,421,422,430,434,435,436,438,439,440,442,443,445,466,468,469,470,471,472,473,478,479,480,481,486,488,495,499,507,508,510,511,517,518,526,527,528,532,535,539,544,545,546,559,560,561,564,565,566,571,573,575,578,580,582,583,585,606,607,610,614,619,621,623,628,629,630,631,633,634,635,636,637,638,640,641,642,644,645,648,649,650,653,654,659,660,661,663,664,665,669,672,674,677,680,685,687,689,691,696,698,705,707,712,713,714,715,716,719,720,721,722,724,725,732,735,736,739,740,741,747,749,753,754,772,777,778,780,781,784,790,791,792,793,795,796,797,798,800,801,804,805,818,819,823,826,827,828,830,832,833,836,837,838,839,840,843,844,847,850,851,852,855,862,869,872,873,874,879,880,884,887,890,894,895,898,899,901,902,904,905,906,907,909,919,920,923,924,925,926,928,929,931,932,934,935,937,938,939,960,975,976,978,981,983,985,987,988,991,993,1008,1010,1011,1012,1014,1015,1018,1019,1020,1022,1023,1024,1025,1026,1029,1032,1036,1038,1041,1043,1044,1049,1051,1055,1060,1063,1064,1069,1072,1075,1077,1079,1081,1088,1089,1099,1100,1101,1104,1110,1122,1131,1138,1139,1189,1194,1196,1198,1199,1201,1202,1203,1212,1213,1215,1217,1221,1227,1229,1236,1237,1238,1240,1242,1243,1244,1245,1249,1251,1252,1254,1257,1258,1259,1264,1265,1267,1275,1276,1277,1280,1282,1287,1288,1289,1291,1292,1293,1294,1295,1296,1297,1314,1321,1324,1325,1326,1327,1328,1330,1331,1332,1342,1345,1346,1347,1352,1353,1358,1361,1363,1369,1370,1371,1372,1374,1377,1386,1392,1393,1396,1397,1398,1401,1402,1404,1405,1406,1409,1416,1420,1421,1422,1423,1426,1429,1430,1433,1434,1443,1444,1449,1457,1463,1466,1471,1472,1473,1476,1477,1478,1480,1481,1487,1491,1494,1496,1499,1500,1501,1502,1503,1505,1507,1510,1513,1517,1519,1525,1527,1528,1530,1532,1533,1539,1542,1547,1548,1549,1550,1552,1553,1555,1557,1558,1560,1562,1563,1574,1575,1584,1586,1587,1588,1592,1595,1597,1598,1601,1602,1603,1605,1615,1621,1623,1629,1633,1635,1638,1639,1640,1646,1650,1654,1655,1669,1670,1672,1673,1674,1675,1676,1677,1678,1680,1682,1691,1693,1697,1702,1706,1707,1709,1711,1729,1736,1754,1755,1756,1757,1759,1763,1766,1767,1769,1777,1778,1802,1803,1805,1806,1808,1811,1813,1815,1818,1820,1821,1822,1825,1842,1845,1847,1848,1849,1859],[0,3,4,280,329,369,386,396,416,449,450,451,452,453,454,455,456,457,458,460,461,462,543,588,589,590,591,592,595,596,597,601,603,610,625,662,691,753,761,762,763,764,765,766,769,770,772,776,817,818,844,847,912,913,923,942,943,944,945,946,947,948,949,950,951,952,953,954,955,957,958,959,960,961,962,963,965,966,968,969,972,1158,1210,1234,1320,1344,1353,1358,1374,1377,1460,1462,1480,1541,1571,1641,1699,1700,1701,1703,1718,1719,1720,1721,1722,1723,1724,1725,1726,1727,1728,1730,1734,1763,1848,1860,1861]],
{binary:489,coffee:578,go:873,haskell:904,js:993,perl:1347,python:1406,ruby:1487,rust:1491,executable:1525,coffeeTest:339,genericTest:340,goTest:341,haskellTest:342,jsTest:343,perlTest:1632,pythonTest:350,rubyTest:277,rustTest:354,tsTest:355,ts:1678}]];
[[155,166,167,168,293,330,369,393,401,414,418,420,445,468,472,473,474,475,480,481,482,483,488,497,501,520,547,548,563,568,575,580,582,587,616,632,637,638,642,646,651,655,656,662,671,676,701,706,709,718,727,737,738,742,743,751,779,798,803,807,821,825,830,832,834,835,838,840,841,846,849,852,853,871,874,896,900,901,906,926,927,930,931,933,934,936,937,939,985,986,989,995,1012,1013,1014,1022,1025,1027,1040,1051,1053,1057,1066,1067,1075,1078,1082,1084,1091,1092,1113,1134,1141,1197,1199,1202,1215,1224,1232,1233,1245,1248,1252,1254,1257,1267,1268,1270,1285,1290,1291,1294,1332,1335,1348,1349,1350,1356,1361,1362,1374,1375,1389,1396,1398,1401,1404,1405,1408,1409,1412,1429,1432,1433,1436,1437,1460,1466,1476,1479,1483,1484,1490,1494,1499,1505,1506,1508,1510,1513,1528,1530,1533,1535,1542,1560,1563,1565,1588,1591,1595,1604,1618,1641,1642,1643,1649,1679,1681,1685,1700,1712,1714,1732,1758,1762,1765,1769,1770,1809,1811,1814,1823,1825,1848,1853],[9,12,15,60,88,126,166,168,172,190,195,205,263,273,282,291,329,330,362,364,365,368,370,375,378,393,397,401,405,407,408,412,414,416,417,418,420,422,423,424,432,436,437,438,440,441,442,444,445,447,468,470,471,472,473,474,475,480,481,482,483,488,490,497,501,509,510,512,513,519,520,528,529,530,534,537,541,546,561,562,563,566,567,568,573,575,577,580,582,584,585,587,608,616,623,625,630,631,632,633,635,636,637,638,639,640,642,643,644,646,647,650,651,652,655,656,662,663,666,671,674,676,679,682,687,689,691,693,698,700,707,709,714,715,716,717,718,721,722,723,724,726,727,734,737,738,741,742,743,749,751,755,756,779,780,782,783,786,792,793,794,795,797,798,799,800,802,803,806,807,829,835,841,852,853,854,857,864,871,874,875,876,881,882,886,889,892,896,897,900,901,903,904,906,907,908,909,911,921,922,925,927,931,933,934,936,937,939,940,941,962,977,978,980,983,985,987,989,990,993,995,1010,1012,1013,1014,1016,1017,1020,1021,1022,1024,1025,1026,1027,1028,1031,1034,1038,1040,1043,1045,1046,1051,1053,1057,1062,1066,1067,1072,1075,1078,1080,1082,1084,1091,1092,1102,1103,1104,1107,1113,1125,1134,1141,1142,1192,1197,1199,1201,1202,1206,1215,1216,1218,1220,1224,1230,1232,1239,1240,1241,1243,1245,1246,1247,1248,1252,1254,1255,1257,1260,1261,1262,1267,1268,1270,1278,1279,1280,1283,1285,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1317,1324,1327,1328,1329,1330,1331,1333,1334,1335,1345,1348,1349,1350,1355,1356,1361,1364,1366,1372,1373,1374,1375,1377,1380,1389,1395,1396,1399,1400,1401,1404,1405,1407,1408,1409,1412,1419,1423,1424,1425,1426,1429,1432,1433,1436,1437,1446,1447,1452,1460,1466,1469,1474,1475,1476,1479,1480,1481,1483,1484,1490,1494,1497,1499,1502,1503,1504,1505,1506,1508,1510,1513,1516,1520,1528,1531,1533,1535,1536,1542,1545,1550,1551,1552,1553,1555,1556,1558,1560,1561,1563,1565,1577,1578,1587,1589,1590,1591,1595,1598,1600,1601,1604,1605,1606,1608,1618,1624,1626,1632,1636,1638,1641,1642,1643,1649,1657,1658,1672,1673,1675,1676,1677,1678,1679,1680,1681,1683,1685,1694,1696,1700,1705,1709,1710,1712,1714,1732,1739,1757,1758,1759,1760,1762,1766,1769,1770,1772,1780,1781,1805,1806,1808,1809,1811,1814,1816,1818,1821,1823,1824,1825,1848,1850,1851,1852,1862],[0,10,11,16,85,279,292,316,317,342,348,349,350,351,353,355,359,360,527,617,618,619,620,675,677,678,1007,1485,1537,1646,1828,1829,1869],[2,9,12,15,60,88,126,166,168,172,190,195,205,263,273,282,291,316,329,330,362,364,365,368,370,375,378,393,397,401,405,407,408,412,414,416,417,418,420,422,423,424,432,436,437,438,440,441,442,444,445,447,468,470,471,472,473,474,475,480,481,482,483,488,490,497,501,509,510,512,513,519,520,528,529,530,534,537,541,546,547,548,561,562,563,566,567,568,573,575,577,580,582,584,585,587,608,609,612,616,621,623,625,630,631,632,633,635,636,637,638,639,640,642,643,644,646,647,650,651,652,655,656,661,662,663,665,666,667,671,674,676,679,682,687,689,691,693,698,700,707,709,714,715,716,717,718,721,722,723,724,726,727,734,737,738,741,742,743,749,751,755,756,774,779,780,782,783,786,792,793,794,795,797,798,799,800,802,803,806,807,820,821,825,828,829,830,832,834,835,838,839,840,841,842,845,846,849,852,853,854,857,864,871,874,875,876,881,882,886,889,892,896,897,900,901,903,904,906,907,908,909,911,921,922,925,926,927,928,930,931,933,934,936,937,939,940,941,962,977,978,980,983,985,987,989,990,993,995,1010,1012,1013,1014,1016,1017,1020,1021,1022,1024,1025,1026,1027,1028,1031,1034,1038,1040,1043,1045,1046,1051,1053,1057,1062,1066,1067,1072,1075,1078,1080,1082,1084,1091,1092,1102,1103,1104,1107,1113,1125,1134,1141,1142,1192,1197,1199,1201,1202,1204,1205,1206,1215,1216,1218,1220,1224,1230,1232,1239,1240,1241,1243,1245,1246,1247,1248,1252,1254,1255,1257,1260,1261,1262,1267,1268,1270,1278,1279,1280,1283,1285,1290,1291,1292,1294,1295,1296,1297,1298,1299,1300,1317,1324,1327,1328,1329,1330,1331,1333,1334,1335,1345,1348,1349,1350,1355,1356,1361,1364,1366,1372,1373,1374,1375,1377,1380,1389,1395,1396,1399,1400,1401,1404,1405,1407,1408,1409,1412,1419,1423,1424,1425,1426,1429,1432,1433,1436,1437,1446,1447,1452,1460,1466,1469,1474,1475,1476,1479,1480,1481,1483,1484,1490,1494,1497,1499,1502,1503,1504,1505,1506,1508,1510,1513,1516,1520,1522,1528,1530,1531,1533,1535,1536,1542,1545,1550,1551,1552,1553,1555,1556,1558,1560,1561,1563,1565,1566,1577,1578,1587,1589,1590,1591,1595,1598,1600,1601,1604,1605,1606,1608,1618,1624,1626,1632,1636,1638,1641,1642,1643,1649,1653,1657,1658,1672,1673,1675,1676,1677,1678,1679,1680,1681,1683,1685,1694,1696,1700,1705,1709,1710,1712,1714,1732,1739,1757,1758,1759,1760,1762,1766,1769,1770,1772,1780,1781,1805,1806,1808,1809,1811,1814,1816,1818,1821,1823,1824,1825,1828,1845,1848,1850,1851,1852,1862],[0,3,4,281,331,371,388,398,418,451,452,453,454,455,456,457,458,459,460,462,463,464,545,590,591,592,593,594,597,598,599,603,605,612,627,664,693,755,763,764,765,766,767,768,771,772,774,778,819,820,846,849,914,915,925,944,945,946,947,948,949,950,951,952,953,954,955,956,957,959,960,961,962,963,964,965,967,968,970,971,974,1161,1213,1237,1323,1347,1356,1361,1377,1380,1463,1465,1483,1544,1574,1644,1702,1703,1704,1706,1721,1722,1723,1724,1725,1726,1727,1728,1729,1730,1731,1733,1737,1766,1851,1863,1864]],
{binary:491,coffee:580,go:875,haskell:906,js:995,perl:1350,python:1409,ruby:1490,rust:1494,executable:1528,coffeeTest:341,genericTest:342,goTest:343,haskellTest:344,jsTest:345,perlTest:1635,pythonTest:352,rubyTest:278,rustTest:356,tsTest:357,ts:1681}]];
4 changes: 4 additions & 0 deletions styles/icons.less
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@
.crystal-icon:before { .fi; content: "\e902"; top: 2px; left: 1px; }
.csound-icon:before { .fi; content: "\e9f0"; top: 2px; }
.csscript-icon:before { .fi; content: "\e9e2"; top: 2px; }
.cubit-icon:before { .fi; content: "\eb92"; top: 2px; font-size: 16px; }
.cuneiform-icon:before { .fi; content: "\eb76"; top: 2px; }
.cucumber-icon:before { .fi; content: "\f02b"; top: 3px; }
.curl-icon:before { .fi; content: "/"; top: 3px; font-size: 16px; }
Expand Down Expand Up @@ -393,6 +394,7 @@
.dotjs-icon:before { .fi; content: "\eb0b"; top: 2px; font-size: 16px; }
.doxygen-icon:before { .fi; content: "\e928"; top: 1px; font-size: 13px; }
.dragula-icon:before { .fi; content: "\1f44c";top: 3px; font-size: 17px; }
.drawio-icon:before { .fi; content: "\eb93"; top: 2px; }
.drone-icon:before { .fi; content: "\ea3d"; top: 2px; }
.dyalog-icon:before { .fi; content: "\e90c"; top: 1px; font-size: 14px; left: 1px; }
.dylib-icon:before { .fi; content: "\ea15"; top: 2px; }
Expand Down Expand Up @@ -562,6 +564,7 @@
.lightwave-icon:before { .fi; content: "\e9fb"; top: 2px; }
.lilypond-icon:before { .fi; content: "\1f4ae";top: 2px; font-size: 16px; }
.lime-icon:before { .fi; content: "\ea36"; top: 2px; font-size: 16px; }
.linqpad-icon:before { .fi; content: "\1d6cc";top: 2px; }
.lisp-icon:before { .fi; content: "\e908"; top: 3px; font-size: 17px; }
.llvm-icon:before { .fi; content: "\e91d"; top: 3px; font-size: 17px; }
.logtalk-icon:before { .fi; content: "\e98d"; top: 2px; .sharpen; }
Expand Down Expand Up @@ -915,6 +918,7 @@
.wurst-icon:before { .fi; content: "\1f32d";top: 2px; font-size: 16px; }
.xamarin-icon:before { .fi; content: "\ea77"; top: 2px; }
.x10-icon:before { .fi; content: "\2169"; top: 2px; }
.xmake-icon:before { .fi; content: "\eb94"; top: 3px; }
.xmos-icon:before { .fi; content: "X"; top: 1px; font-size: 14px; }
.xojo-icon:before { .fi; content: "\e9af"; top: 2px; }
.xpages-icon:before { .fi; content: "\e9c5"; top: 2px; }
Expand Down

0 comments on commit 2703d91

Please sign in to comment.