Merge pull request #2448 from jackieh/enhance-syntax-highlighting
Enhance syntax highlighting
This commit is contained in:
commit
684bb78897
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
||||||
.hljs-variable,
|
.hljs-variable,
|
||||||
.hljs-template-variable,
|
.hljs-template-variable,
|
||||||
.hljs-attribute,
|
.hljs-attribute,
|
||||||
|
.hljs-attr,
|
||||||
.hljs-tag,
|
.hljs-tag,
|
||||||
.hljs-name,
|
.hljs-name,
|
||||||
.hljs-regexp,
|
.hljs-regexp,
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
/* Tomorrow Red */
|
/* Tomorrow Red */
|
||||||
.hljs-variable,
|
.hljs-variable,
|
||||||
.hljs-attribute,
|
.hljs-attribute,
|
||||||
|
.hljs-attr,
|
||||||
.hljs-tag,
|
.hljs-tag,
|
||||||
.hljs-regexp,
|
.hljs-regexp,
|
||||||
.ruby .hljs-constant,
|
.ruby .hljs-constant,
|
||||||
|
|
@ -54,6 +55,7 @@
|
||||||
|
|
||||||
/* Tomorrow Aqua */
|
/* Tomorrow Aqua */
|
||||||
.hljs-title,
|
.hljs-title,
|
||||||
|
.hljs-section,
|
||||||
.css .hljs-hexcolor {
|
.css .hljs-hexcolor {
|
||||||
color: #8abeb7;
|
color: #8abeb7;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue