Skip to content

Commit 894d7d5

Browse files
authored
Merge pull request #76 from vignesh0025/master
Add django-html support for the extension
2 parents 802e34e + fa6fb74 commit 894d7d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,7 @@ export function activate(context: vsc.ExtensionContext) {
177177

178178
const langs = [
179179
'html',
180+
'django-html',
180181
'laravel-blade',
181182
'razor',
182183
'vue',

0 commit comments

Comments
 (0)