No changes
This commit is contained in:
parent
8680a02b13
commit
b6b398f5bf
17374 changed files with 2475441 additions and 0 deletions
8
modules/ftp/plugins/codepress/languages/javascript.css
Normal file
8
modules/ftp/plugins/codepress/languages/javascript.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
* CodePress color styles for JavaScript syntax highlighting
|
||||
*/
|
||||
|
||||
b {color:#7F0055;font-weight:bold;} /* reserved words */
|
||||
u {color:darkblue;font-weight:bold;} /* special words */
|
||||
i, i b, i s, i u {color:green;font-weight:normal;} /* comments */
|
||||
s, s b, s u {color:#2A00FF;font-weight:normal;} /* strings */
|
||||
Loading…
Add table
Add a link
Reference in a new issue