From 732d9935ed155daffc0408495994a51fa698ff7d Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Wed, 2 Jun 2021 06:04:48 -0500 Subject: [PATCH] feat: add dpp to the extensions --- grammars/d.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/grammars/d.json b/grammars/d.json index eb87695..30496b0 100644 --- a/grammars/d.json +++ b/grammars/d.json @@ -1,7 +1,8 @@ { "fileTypes": [ "d", - "di" + "di", + "dpp" ], "name": "D", "scopeName": "source.d",