From 0d14833a9c76c51cc7417d8fd60bec9d92714b8e Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 31 Jul 1999 18:44:53 +0000 Subject: Further development work. Parser nearly finished [originally from svn r187] --- misc/buttress.sl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'misc') diff --git a/misc/buttress.sl b/misc/buttress.sl index 13efc03..0d7e207 100644 --- a/misc/buttress.sl +++ b/misc/buttress.sl @@ -1,4 +1,4 @@ -% The functions here are common to both TeX and LaTeX modes. +% Buttress mode for Jed. $1 = "Buttress"; create_syntax_table ($1); @@ -24,7 +24,7 @@ define_highlight_rule (".", "normal", $1); build_highlight_table ($1); #endif -% This hook identifies lines containing TeX comments as paragraph separator +% This hook identifies lines containing comments as paragraph separator define buttress_is_comment() { bol (); while (ffind ("\\\\#")) go_right (3); -- cgit v1.1