mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* lisp.syntax: Recognize the character sequences \" and \\ in
strings.
This commit is contained in:
parent
c0f14a906d
commit
5b02f5a27e
@ -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.
|
||||
|
@ -80,3 +80,5 @@ context ; \n brown
|
||||
# Strings
|
||||
|
||||
context " " green
|
||||
keyword \\" green
|
||||
keyword \\\\ green
|
||||
|
Loading…
Reference in New Issue
Block a user