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

View File

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