From 93ea50479d4b2baa615e6629b3ec5ccfc315ea53 Mon Sep 17 00:00:00 2001 From: sfolje0 Date: Wed, 12 Jun 2019 14:43:48 +0200 Subject: [PATCH] Delete prolog.nanorc --- prolog.nanorc | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 prolog.nanorc diff --git a/prolog.nanorc b/prolog.nanorc deleted file mode 100644 index c6a2167..0000000 --- a/prolog.nanorc +++ /dev/null @@ -1,35 +0,0 @@ -## Here is a prolog example. - -syntax "prolog" "\.(pl|b|f|n)" # to add support also for aleph .b, .f and .n file extensions. -comment "%" - -# Reset everything -color normal ".*" - -# Integers and floats -color yellow "(^| |=)[0-9]+\.?[0-9]*" - -# Variables -color red "(^|[[:blank:]]|\(|,)[A-Z]+" -color red "(^|[[:blank:]]|\(|,)_[0-9a-zA-Z_]+($|[[:blank:]]|,|\))" - -# Anonymous variable '_' -color yellow "(^|[[:blank:]]|\(|,)_($|[[:blank:]]|,|\))" - -# Functions -color cyan "(^|[[:blank:]])\w+\(" -color normal "\(|\)|\[|\]|,|=|\\=" - -# Atoms -color green start="\"" end="\"" -color green start="'" end="'" - -# Comments -color white "(^|[[:blank:]])%.*$" -color white start="/\*" end="\*/" - -# Reminders -color black,yellow "(BUG|DEBUG|FIXME|IDEA|NOTE|REVIEW|TEMP|TODO|WARNING|XXX)" - -# Spaces in front of tabs -color ,red " + +"