From c14959937aed113b4e434cccfd175c47bb0a8e21 Mon Sep 17 00:00:00 2001 From: Brad Cornes Date: Tue, 6 Aug 2019 19:43:11 +0100 Subject: [PATCH] add django support (#58) --- src/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/index.ts b/src/index.ts index abc662c..c03521f 100644 --- a/src/index.ts +++ b/src/index.ts @@ -39,6 +39,7 @@ export const JS_LANGUAGES: string[] = [ ] export const HTML_LANGUAGES: string[] = [ 'blade', + 'django-html', 'edge', 'ejs', 'erb',