merge
This commit is contained in:
commit
de55b0f4aa
|
@ -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];
|
||||
|
||||
|
|
|
@ -22,7 +22,8 @@
|
|||
{
|
||||
"name": "bash",
|
||||
"aliases": [
|
||||
"bash"
|
||||
"bash",
|
||||
"sh"
|
||||
]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue