From a512f6dc4fac71a5acb8fe1d3d3a6afed51c38f9 Mon Sep 17 00:00:00 2001 From: Isidoros Date: Wed, 29 May 2024 23:13:20 -0500 Subject: [PATCH] Add .h2 to the supported extensions Maybe .hpp2 files should be added instead, or both? --- cpp2/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cpp2/package.json b/cpp2/package.json index 1c8a702..9fe3238 100644 --- a/cpp2/package.json +++ b/cpp2/package.json @@ -20,7 +20,8 @@ { "id": "cpp2", "extensions": [ - ".cpp2" + ".cpp2", + ".h2" ], "configuration": "./language-configuration.json" }