From b1eec4f2755d3396f1d9181d33d5739563005d43 Mon Sep 17 00:00:00 2001 From: NoPlagiarism <37241775+NoPlagiarism@users.noreply.github.com> Date: Sat, 15 Jul 2023 18:49:17 +0500 Subject: [GotHub] Add GitHub gists support --- src/config.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/config.json') diff --git a/src/config.json b/src/config.json index 36d8b86f..6e97b26e 100644 --- a/src/config.json +++ b/src/config.json @@ -708,7 +708,8 @@ } }, "targets": [ - "^https?:\\/{2}github\\.com\\/" + "^https?:\\/{2}github\\.com\\/", + "^https?:\\/{2}gist.github\\.com\\/[^\\/]+\\/[^\\/]+\\/?" ], "name": "GitHub", "options": { @@ -886,4 +887,4 @@ "url": "https://www.wolframalpha.com" } } -} \ No newline at end of file +} -- cgit 1.4.1