* lisp.syntax: Recognize the character sequences \" and \\ in

strings.
This commit is contained in:
Roland Illig 2005-08-21 15:00:57 +00:00
parent c0f14a906d
commit 5b02f5a27e
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2005-08-21 Roland Illig <roland.illig@gmx.de>
* lisp.syntax: Recognize the character sequences \" and \\ in
strings.
2005-07-27 Leonard den Ottolander <leonard den ottolander nl>
* syntax.syntax: Keyword brightblue on black background.

View File

@ -80,3 +80,5 @@ context ; \n brown
# Strings
context " " green
keyword \\" green
keyword \\\\ green