diff options
Diffstat (limited to 'src/config.json')
-rw-r--r-- | src/config.json | 5 |
1 files changed, 3 insertions, 2 deletions
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 +} |