mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-04 17:01:38 -05:00
fixing pre/code.lisp issue in strings/comments
This commit is contained in:
parent
37c8c02e6b
commit
7a14f7df02
1 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ code.lisp .variable.global {color: #939;}
|
|||
code.lisp .variable.constant {color: #229;}
|
||||
code.lisp .nil {color: #f00;}
|
||||
|
||||
code.lisp .comment, pre .comment *, pre .comment .string {color: #aaa !important;}
|
||||
code.lisp .string, pre .string * {color: #d14 !important;}
|
||||
code.lisp .comment, code.lisp .comment *, code.lisp .comment .string {color: #aaa !important;}
|
||||
code.lisp .string, code.lisp .string * {color: #d14 !important;}
|
||||
|
|
Loading…
Add table
Reference in a new issue