Skip to content

Commit

Permalink
chore(vscode): jinja ext
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter committed May 15, 2024
1 parent 694104e commit 569328d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions home/apps/vscode.nix
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
"oven.bun-vscode"
"redhat.vscode-yaml"
"rust-lang.rust-analyzer"
"samuelcolvin.jinjahtml"
"sclu1034.justfile"
"svelte.svelte-vscode"
"tamasfe.even-better-toml"
Expand Down Expand Up @@ -153,6 +154,7 @@ in {

"files.associations" = {
"*.njk" = "nunjucks";
"*.tera" = "jinja-html";
};
"explorer.confirmDelete" = false;
"explorer.confirmDragAndDrop" = false;
Expand Down

0 comments on commit 569328d

Please sign in to comment.