Skip to content

Commit 9313b5a

Browse files
authored
Merge pull request #6 from isidorostsa/patch-1
Add .h2 to the supported extensions
2 parents 91c7c9e + a512f6d commit 9313b5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cpp2/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
{
2121
"id": "cpp2",
2222
"extensions": [
23-
".cpp2"
23+
".cpp2",
24+
".h2"
2425
],
2526
"configuration": "./language-configuration.json"
2627
}

0 commit comments

Comments
 (0)