mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
Add CodePress syntax highlighting to Theme and Plugin editors (first run), props beaulebens, see #9173
git-svn-id: https://develop.svn.wordpress.org/trunk@10614 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
10
wp-includes/js/codepress/languages/css.css
Normal file
10
wp-includes/js/codepress/languages/css.css
Normal file
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* CodePress color styles for CSS syntax highlighting
|
||||
*/
|
||||
|
||||
b, b a, b u {color:#000080;} /* tags, ids, classes */
|
||||
i, i b, i s, i a, i u {color:gray;} /* comments */
|
||||
s, s b {color:#a0a0dd;} /* parameters */
|
||||
a {color:#0000ff;} /* keys */
|
||||
u {color:red;} /* values */
|
||||
|
||||
Reference in New Issue
Block a user