mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-04 17:01:38 -05:00
fixing "comment in string" annoyances.
This commit is contained in:
parent
7ad9c90e16
commit
89f9f9c621
3 changed files with 3 additions and 0 deletions
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
|
@ -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;}
|
||||
|
|
Loading…
Add table
Reference in a new issue