From 3a88ed008a1e546ea3213f3fdb3f2a9725f5c847 Mon Sep 17 00:00:00 2001 From: Joseph Hanson Date: Wed, 21 Aug 2024 16:29:58 -0500 Subject: [PATCH] add nginx conf highligher/formatter --- nixos/modules/nixos/editor/vscode.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/nixos/editor/vscode.nix b/nixos/modules/nixos/editor/vscode.nix index f1d241d..7726a86 100644 --- a/nixos/modules/nixos/editor/vscode.nix +++ b/nixos/modules/nixos/editor/vscode.nix @@ -26,6 +26,7 @@ let "tyriar.sort-lines" "yzhang.markdown-all-in-one" "foxundermoon.shell-format" + "ahmadalli.vscode-nginx-conf" ]; # Nixpkgs Extensions. These are updated whenver they get around to it. vscodeNixpkgsExtensions = [