Adding user styles to theme files

This commit is contained in:
Matt Pardee 2011-02-18 02:35:59 -08:00
commit 0a28309db5
5 changed files with 29 additions and 13 deletions

View file

@ -83,7 +83,9 @@ var supportedScopes = {
"variable": "variable",
"variable.language": "variable.language",
"meta.tag.sgml.doctype": "xml_pe"
"meta.tag.sgml.doctype": "xml_pe",
"collab.user1": "collab.user1"
};
function extractStyles(theme) {
@ -116,7 +118,7 @@ function extractStyles(theme) {
}
}
}
return colors;
};