From be702a3734d353b2bb7f12c3f17cf1155d4a9731 Mon Sep 17 00:00:00 2001 From: Timo Sand Date: Sun, 11 Oct 2020 21:31:19 +0200 Subject: [PATCH] Add recognition of .hpp files --- manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 5020473..1dac2f4 100644 --- a/manifest.json +++ b/manifest.json @@ -327,7 +327,9 @@ ], "matches":[ "*://*/*.h", - "*://*/*.h?*" + "*://*/*.h?*", + "*://*/*.hpp", + "*://*/*.hpp?*" ], "run_at":"document_end" },