adding support for aleph (http://www.swi-prolog.org/pack/list?p=aleph) .b, .f and .n file extensions

This commit is contained in:
Boštjan Gec 2019-06-12 14:39:16 +02:00
parent 2546932d69
commit f2ad8855cf

View File

@ -1,6 +1,6 @@
## Here is a prolog example. ## 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 "%" comment "%"
# Reset everything # Reset everything