Adding user styles to theme files
This commit is contained in:
parent
f6f4dda67f
commit
0a28309db5
5 changed files with 29 additions and 13 deletions
|
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue