diff options
author | 2019-06-22 17:30:02 +0800 | |
---|---|---|
committer | 2019-06-22 17:30:02 +0800 | |
commit | b3e38ad58c87fd1ab927e27368cf3c836aa29041 (patch) | |
tree | 16f63c742b7ebef5f0798f36ef3efeaf1cd73812 /source/features/linkify-urls-in-code.tsx | |
parent | 7ab89acc0ca8c4b451f16badf0d9901ef35ef134 (diff) | |
download | refined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.tar.gz refined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.tar.zst refined-github-b3e38ad58c87fd1ab927e27368cf3c836aa29041.zip |
Meta: Dynamically add feature names to files (#2166)19.6.22.1940
Diffstat (limited to 'source/features/linkify-urls-in-code.tsx')
-rw-r--r-- | source/features/linkify-urls-in-code.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/features/linkify-urls-in-code.tsx b/source/features/linkify-urls-in-code.tsx index 83f661b1..5c639e27 100644 --- a/source/features/linkify-urls-in-code.tsx +++ b/source/features/linkify-urls-in-code.tsx @@ -81,7 +81,7 @@ function init(): false | void { } features.add({ - id: 'linkify-urls-in-code', + id: __featureName__, description: 'Make URLs in code clickable', include: [ features.hasCode |