Skip to content

Commit

Permalink
馃悰 Fix file associations for django-html and django-txt
Browse files Browse the repository at this point in the history
Fixes #33
  • Loading branch information
batisteo committed Feb 9, 2022
1 parent b8a959c commit 150cf00
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@
"Django HTML",
"django"
],
"extensions": [
".html"
"filenamePatterns": [
"**/templates/**/*.html"
],
"firstLine": "{%",
"configuration": "./language-configuration.json"
Expand All @@ -99,8 +99,8 @@
"Django txt",
"django"
],
"extensions": [
".txt"
"filenamePatterns": [
"**/templates/**/*"
],
"firstLine": "{%",
"configuration": "./language-configuration.json"
Expand Down Expand Up @@ -175,4 +175,4 @@
}
}
}
}
}

0 comments on commit 150cf00

Please sign in to comment.