update to highlight.js 9.0.0
This commit is contained in:
		@@ -1,6 +1,8 @@
 | 
				
			|||||||
/*
 | 
					/*
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
 | 
					Zenburn style from voldmar.ru (c) Vladimir Epifanov <voldmar@voldmar.ru>
 | 
				
			||||||
based on dark.css by Ivan Sagalaev
 | 
					based on dark.css by Ivan Sagalaev
 | 
				
			||||||
 | 
					
 | 
				
			||||||
*/
 | 
					*/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs {
 | 
					.hljs {
 | 
				
			||||||
@@ -9,107 +11,70 @@ based on dark.css by Ivan Sagalaev
 | 
				
			|||||||
  padding: 0.5em;
 | 
					  padding: 0.5em;
 | 
				
			||||||
  background: #3f3f3f;
 | 
					  background: #3f3f3f;
 | 
				
			||||||
  color: #dcdcdc;
 | 
					  color: #dcdcdc;
 | 
				
			||||||
  -webkit-text-size-adjust: none;
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-keyword,
 | 
					.hljs-keyword,
 | 
				
			||||||
.hljs-tag,
 | 
					.hljs-selector-tag,
 | 
				
			||||||
.css .hljs-class,
 | 
					.hljs-tag {
 | 
				
			||||||
.css .hljs-id,
 | 
					 | 
				
			||||||
.lisp .hljs-title,
 | 
					 | 
				
			||||||
.nginx .hljs-title,
 | 
					 | 
				
			||||||
.hljs-request,
 | 
					 | 
				
			||||||
.hljs-status,
 | 
					 | 
				
			||||||
.clojure .hljs-attribute {
 | 
					 | 
				
			||||||
  color: #e3ceab;
 | 
					  color: #e3ceab;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.django .hljs-template_tag,
 | 
					.hljs-template-tag {
 | 
				
			||||||
.django .hljs-variable,
 | 
					 | 
				
			||||||
.django .hljs-filter .hljs-argument {
 | 
					 | 
				
			||||||
  color: #dcdcdc;
 | 
					  color: #dcdcdc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-number,
 | 
					.hljs-number {
 | 
				
			||||||
.hljs-date {
 | 
					 | 
				
			||||||
  color: #8cd0d3;
 | 
					  color: #8cd0d3;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-envvar,
 | 
					 | 
				
			||||||
.dos .hljs-stream,
 | 
					 | 
				
			||||||
.hljs-variable,
 | 
					.hljs-variable,
 | 
				
			||||||
.apache .hljs-sqbracket,
 | 
					.hljs-template-variable,
 | 
				
			||||||
.hljs-name {
 | 
					.hljs-attribute {
 | 
				
			||||||
  color: #efdcbc;
 | 
					  color: #efdcbc;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-flow,
 | 
					.hljs-literal {
 | 
				
			||||||
.diff .hljs-change,
 | 
					 | 
				
			||||||
.python .exception,
 | 
					 | 
				
			||||||
.python .hljs-built_in,
 | 
					 | 
				
			||||||
.hljs-literal,
 | 
					 | 
				
			||||||
.tex .hljs-special {
 | 
					 | 
				
			||||||
  color: #efefaf;
 | 
					  color: #efefaf;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.diff .hljs-chunk,
 | 
					 | 
				
			||||||
.hljs-subst {
 | 
					.hljs-subst {
 | 
				
			||||||
  color: #8f8f8f;
 | 
					  color: #8f8f8f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-keyword,
 | 
					 | 
				
			||||||
.hljs-decorator,
 | 
					 | 
				
			||||||
.hljs-title,
 | 
					.hljs-title,
 | 
				
			||||||
.hljs-type,
 | 
					.hljs-name,
 | 
				
			||||||
.diff .hljs-header,
 | 
					.hljs-selector-id,
 | 
				
			||||||
.ruby .hljs-class .hljs-parent,
 | 
					.hljs-selector-class,
 | 
				
			||||||
.apache .hljs-tag,
 | 
					.hljs-section,
 | 
				
			||||||
.nginx .hljs-built_in,
 | 
					.hljs-type {
 | 
				
			||||||
.tex .hljs-command,
 | 
					 | 
				
			||||||
.hljs-prompt {
 | 
					 | 
				
			||||||
  color: #efef8f;
 | 
					  color: #efef8f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.dos .hljs-winutils,
 | 
					.hljs-symbol,
 | 
				
			||||||
.ruby .hljs-symbol,
 | 
					.hljs-bullet,
 | 
				
			||||||
.ruby .hljs-symbol .hljs-string,
 | 
					.hljs-link {
 | 
				
			||||||
.ruby .hljs-string {
 | 
					 | 
				
			||||||
  color: #dca3a3;
 | 
					  color: #dca3a3;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.diff .hljs-deletion,
 | 
					.hljs-deletion,
 | 
				
			||||||
.hljs-string,
 | 
					.hljs-string,
 | 
				
			||||||
.hljs-tag .hljs-value,
 | 
					 | 
				
			||||||
.hljs-preprocessor,
 | 
					 | 
				
			||||||
.hljs-pragma,
 | 
					 | 
				
			||||||
.hljs-built_in,
 | 
					.hljs-built_in,
 | 
				
			||||||
.smalltalk .hljs-class,
 | 
					.hljs-builtin-name {
 | 
				
			||||||
.smalltalk .hljs-localvars,
 | 
					 | 
				
			||||||
.smalltalk .hljs-array,
 | 
					 | 
				
			||||||
.css .hljs-rule .hljs-value,
 | 
					 | 
				
			||||||
.hljs-attr_selector,
 | 
					 | 
				
			||||||
.hljs-pseudo,
 | 
					 | 
				
			||||||
.apache .hljs-cbracket,
 | 
					 | 
				
			||||||
.tex .hljs-formula,
 | 
					 | 
				
			||||||
.coffeescript .hljs-attribute {
 | 
					 | 
				
			||||||
  color: #cc9393;
 | 
					  color: #cc9393;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.hljs-shebang,
 | 
					.hljs-addition,
 | 
				
			||||||
.diff .hljs-addition,
 | 
					 | 
				
			||||||
.hljs-comment,
 | 
					.hljs-comment,
 | 
				
			||||||
.hljs-annotation,
 | 
					.hljs-quote,
 | 
				
			||||||
.hljs-pi,
 | 
					.hljs-meta {
 | 
				
			||||||
.hljs-doctype {
 | 
					 | 
				
			||||||
  color: #7f9f7f;
 | 
					  color: #7f9f7f;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
.coffeescript .javascript,
 | 
					
 | 
				
			||||||
.javascript .xml,
 | 
					.hljs-emphasis {
 | 
				
			||||||
.tex .hljs-formula,
 | 
					  font-style: italic;
 | 
				
			||||||
.xml .javascript,
 | 
					}
 | 
				
			||||||
.xml .vbscript,
 | 
					
 | 
				
			||||||
.xml .css,
 | 
					.hljs-strong {
 | 
				
			||||||
.xml .hljs-cdata {
 | 
					  font-weight: bold;
 | 
				
			||||||
  opacity: 0.5;
 | 
					}
 | 
				
			||||||
}
 | 
					 | 
				
			||||||
 
 | 
				
			|||||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Reference in New Issue
	
	Block a user