Add support for shell scripts

Closes #51
This commit is contained in:
Alastair Mooney 2021-06-25 16:00:26 +01:00 committed by GitHub
parent f7ba9a8353
commit 50260a0713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -337,5 +337,14 @@
}
}
]
},
{
"language": "Shell",
"markers": [
{
"type": "line",
"pattern": "#"
}
]
}
]