Skip to content

Commit

Permalink
Remove SHJS syntax highlighter source code from the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
vadikom committed Sep 5, 2018
1 parent 525dcb8 commit f2263f7
Show file tree
Hide file tree
Showing 4 changed files with 119 additions and 134 deletions.
112 changes: 112 additions & 0 deletions src/libs/demo-assets/demo.css
Expand Up @@ -206,4 +206,116 @@ kbd {
#themes {
margin:2.5625em 24px 2em 24px;
}
}

/* Syntax highlighting */
pre.sh_sourceCode .sh_keyword {
color: #aa0d91;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_type {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_string {
color: #c80000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_regexp {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_specialchar {
color: #ff00ff;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_comment {
color: #007400;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_number {
color: #3200ff;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_preproc {
color: #008200;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_function {
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_url {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_date {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_time {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_file {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_ip {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_name {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_variable {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_oldfile {
color: #ff00ff;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_newfile {
color: #008000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_difflines {
color: #000000;
font-weight: bold;
font-style: normal;
}
pre.sh_sourceCode .sh_selector {
color: #000000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_property {
color: #c80000;
font-weight: normal;
font-style: normal;
}
pre.sh_sourceCode .sh_value {
color: #3200ff;
font-weight: normal;
font-style: normal;
}
110 changes: 0 additions & 110 deletions src/libs/demo-assets/shjs/shjs.css

This file was deleted.

0 comments on commit f2263f7

Please sign in to comment.