From 35e979d9e30c9be938c7073fa45bed2a1d03bae6 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sat, 18 Nov 2023 07:36:31 +0000 Subject: Update regexes based on https://github.com/hannibal002/Skyhanni/commit/0f697f3a14452aaa64fe817a376899d5f5d3f4da --- constants/regexes.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 constants/regexes.json diff --git a/constants/regexes.json b/constants/regexes.json new file mode 100644 index 0000000..281583a --- /dev/null +++ b/constants/regexes.json @@ -0,0 +1,6 @@ +{ + "sourceLabel": "0f697f3", + "regexes": { + "harp.inventory": "^Harp" + } +} \ No newline at end of file -- cgit