From f87157d009b97436c9b4fe7419a54ab3a7c017ef Mon Sep 17 00:00:00 2001 From: Leo <13928879+leo9800@users.noreply.github.com> Date: Sun, 1 Dec 2024 11:15:17 +0800 Subject: [PATCH] Update syntax mapping for apache conf --- src/syntax_mapping/builtins/unix-family/50-apache.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/syntax_mapping/builtins/unix-family/50-apache.toml b/src/syntax_mapping/builtins/unix-family/50-apache.toml index dfb920f3..7394dafc 100644 --- a/src/syntax_mapping/builtins/unix-family/50-apache.toml +++ b/src/syntax_mapping/builtins/unix-family/50-apache.toml @@ -1,2 +1,2 @@ [mappings] -"Apache Conf" = ["/etc/apache2/**/*.conf", "/etc/apache2/sites-*/**/*"] +"Apache Conf" = ["/etc/apache2/**/*.conf", "/etc/apache2/sites-*/**/*", "/etc/httpd/conf/**/*.conf"]