From 50260a0713c44c8bd263023c6df31d1306f5f848 Mon Sep 17 00:00:00 2001 From: Alastair Mooney Date: Fri, 25 Jun 2021 16:00:26 +0100 Subject: [PATCH] Add support for shell scripts Closes #51 --- syntax.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/syntax.json b/syntax.json index 426dd35..cee06a6 100644 --- a/syntax.json +++ b/syntax.json @@ -337,5 +337,14 @@ } } ] + }, + { + "language": "Shell", + "markers": [ + { + "type": "line", + "pattern": "#" + } + ] } ]