From 5b02f5a27e9f7a263621fe3d77382ac95716dc70 Mon Sep 17 00:00:00 2001 From: Roland Illig Date: Sun, 21 Aug 2005 15:00:57 +0000 Subject: [PATCH] * lisp.syntax: Recognize the character sequences \" and \\ in strings. --- syntax/ChangeLog | 5 +++++ syntax/lisp.syntax | 2 ++ 2 files changed, 7 insertions(+) diff --git a/syntax/ChangeLog b/syntax/ChangeLog index 36b7b43f3..0e2159d76 100644 --- a/syntax/ChangeLog +++ b/syntax/ChangeLog @@ -1,3 +1,8 @@ +2005-08-21 Roland Illig + + * lisp.syntax: Recognize the character sequences \" and \\ in + strings. + 2005-07-27 Leonard den Ottolander * syntax.syntax: Keyword brightblue on black background. diff --git a/syntax/lisp.syntax b/syntax/lisp.syntax index 801d5091c..b59bc4be9 100644 --- a/syntax/lisp.syntax +++ b/syntax/lisp.syntax @@ -80,3 +80,5 @@ context ; \n brown # Strings context " " green + keyword \\" green + keyword \\\\ green