This commit is contained in:
Brian Seymour 2021-01-23 15:18:05 -06:00
commit de55b0f4aa
2 changed files with 3 additions and 2 deletions

View File

@ -14,7 +14,7 @@ const languages = require('../../shared/languages.json');
for (const section of sections) {
const lines = section.trim().split('\n');
if (lines.length >= 2) {
const language = lines[0];

View File

@ -22,7 +22,8 @@
{
"name": "bash",
"aliases": [
"bash"
"bash",
"sh"
]
},
{