From 18f0255fc3734c3fb794da7e38ef258c0fd2e9a1 Mon Sep 17 00:00:00 2001 From: Allan Blanchard <allan.blanchard@cea.fr> Date: Mon, 20 Jun 2022 08:22:22 +0200 Subject: [PATCH] Fix Header config for Prolog --- headers/header_config.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/headers/header_config.txt b/headers/header_config.txt index 9403843..a6b65de 100644 --- a/headers/header_config.txt +++ b/headers/header_config.txt @@ -4,6 +4,5 @@ # PROLOG # ########## | ".*\.pl" -> frame open: "%" line: "%" close: "%" -| ".*\.pl" -> skip match: "#!.*" -| ".*\.pl" -> skip match: ":- encoding.*" +| ".*\.pl" -> skip multiline_match: "#!.*" multiline_match: ":- encoding.*" | ".*\.slog" -> frame open: "%" line: "%" close: "%" -- GitLab