From b7b6ec0bfacfb7cdf2620bb8f771209b14bbb6ff Mon Sep 17 00:00:00 2001 From: Christopher Dehner Date: Mon, 28 Aug 2023 14:42:52 -0400 Subject: [PATCH] feat: add VBA line marker --- syntax.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/syntax.json b/syntax.json index 978c116..f5509f2 100644 --- a/syntax.json +++ b/syntax.json @@ -732,5 +732,14 @@ } } ] + }, + { + "language": "VBA", + "markers": [ + { + "type": "line", + "pattern": "'" + } + ] } ]