fixing "comment in string" annoyances.

This commit is contained in:
Andrew Danger Lyon 2013-06-15 03:12:15 -05:00
parent 7ad9c90e16
commit 89f9f9c621
3 changed files with 3 additions and 0 deletions

View file

@ -25,3 +25,4 @@ code.lisp .comment,
code.lisp .comment *,
code.lisp .comment .string
code.lisp .comment .string * {color: #777 !important;}
code.lisp .string .comment {color: #b5bd88 !important;}

View file

@ -25,3 +25,4 @@ code.lisp .comment,
code.lisp .comment *,
code.lisp .comment .string
code.lisp .comment .string * {color: #aaa !important;}
code.lisp .string .comment {color: #d14 !important;}

View file

@ -25,3 +25,4 @@ code.lisp .comment,
code.lisp .comment *,
code.lisp .comment .string
code.lisp .comment .string * {color: #777 !important;}
code.lisp .string .comment {color: #db7d8e !important;}