From 691e93b23507cb0f5a8a61756781bd8b8f360abc Mon Sep 17 00:00:00 2001 From: "lvce-editor-helper-bot[bot]" <155071229+lvce-editor-helper-bot[bot]@users.noreply.github.com> Date: Tue, 13 Jan 2026 16:21:19 +0000 Subject: [PATCH] feature: add repository link to extension.json --- extension.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 8557fd2..28403c0 100644 --- a/extension.json +++ b/extension.json @@ -52,5 +52,6 @@ "firstLine": "^#!.*\\b(bash|fish|zsh|sh|ksh|dtksh|pdksh|mksh|ash|dash|yash|sh|csh|jcsh|tcsh|itcsh).*|^#\\s*-\\*-[^*]*mode:\\s*shell-script[^*]*-\\*-", "tokenize": "src/tokenizeShellScript.js" } - ] + ], + "repository": "https://github.com/lvce-editor/language-basics-shellscript" }