From d25f5bf1e001fe2bc8ebe59ea0ee2d24fcf4846a Mon Sep 17 00:00:00 2001 From: Bradley Reynolds Date: Sat, 9 Nov 2024 08:59:17 -0600 Subject: [PATCH] Add syntax highlighting to NGINX config files --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..377b956a --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Add syntax highlighting to NGINX config files +nginx.*.conf linguist-language=Nginx