From b9a872530c8ccc9549fc7acf91740b9a01ff2223 Mon Sep 17 00:00:00 2001 From: alstr Date: Tue, 30 Mar 2021 12:28:36 +0100 Subject: [PATCH] Update syntax.json --- syntax.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/syntax.json b/syntax.json index 9d91421..229d154 100644 --- a/syntax.json +++ b/syntax.json @@ -227,5 +227,14 @@ } } ] + }, + { + "language": "AutoHotKey", + "markers": [ + { + "type": "line", + "pattern": ";" + } + ] } ] \ No newline at end of file