Merge branch 'teriyakisource-patch-2'

This commit is contained in:
Brian Seymour 2021-01-23 15:18:10 -06:00
commit ac760adbb9
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"
]
},
{