From f2ad8855cfdd0ba6b66ee2d4ee3cf6086a57ac01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bo=C5=A1tjan=20Gec?= Date: Wed, 12 Jun 2019 14:39:16 +0200 Subject: [PATCH] adding support for aleph (http://www.swi-prolog.org/pack/list?p=aleph) .b, .f and .n file extensions --- prolog.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prolog.nanorc b/prolog.nanorc index 21a8cc2..c6a2167 100644 --- a/prolog.nanorc +++ b/prolog.nanorc @@ -1,6 +1,6 @@ ## Here is a prolog example. -syntax "prolog" "\.pl" +syntax "prolog" "\.(pl|b|f|n)" # to add support also for aleph .b, .f and .n file extensions. comment "%" # Reset everything