From 6c048c8e5ff814f522d7e16f5503acdb818282ec Mon Sep 17 00:00:00 2001 From: ketmar Date: Wed, 18 Apr 2012 18:15:22 +0300 Subject: [PATCH] cosmetix in MC syntax and jambase --- defaults/Jambase | 2 +- mc/jambase.syntax | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/defaults/Jambase b/defaults/Jambase index 3843337..a69ed43 100644 --- a/defaults/Jambase +++ b/defaults/Jambase @@ -216,4 +216,4 @@ check-setup-windoze ; # # Now include the user's Jamfile. # -include $(JAMFILE) ; +softinclude $(JAMFILE) ; diff --git a/mc/jambase.syntax b/mc/jambase.syntax index 4f657df..cfd2c00 100644 --- a/mc/jambase.syntax +++ b/mc/jambase.syntax @@ -56,6 +56,7 @@ context default keyword whole switch white keyword whole case white keyword whole include brightred + keyword whole softinclude cyan keyword whole rule brightmagenta keyword whole actions brightmagenta keyword whole on brightcyan -- 2.11.4.GIT