Merge pull request #1605 from ralpheav/master

Coloring PHP and PM functions
This commit is contained in:
julceslauhub
2013-04-21 22:17:17 -07:00
2 changed files with 184 additions and 3 deletions

View File

@@ -76,6 +76,7 @@
.cm-s-default .cm-error {color: #f00;}
.cm-s-default .cm-qualifier {color: #555;}
.cm-s-default .cm-builtin {color: #30a;}
.cm-s-default .cm-PMbuiltin {color: white; background: #38A;}
.cm-s-default .cm-bracket {color: #997;}
.cm-s-default .cm-tag {color: #170;}
.cm-s-default .cm-attribute {color: #00c;}

File diff suppressed because one or more lines are too long