fix: improve C# highlight

Close #26
This commit is contained in:
Mattia Astorino 2017-05-16 21:57:56 +02:00
parent 1a927d6dc8
commit c72c314d7d
5 changed files with 20 additions and 10 deletions

View file

@ -160,8 +160,10 @@
"constant.language", "constant.language",
"support.constant", "support.constant",
"constant.character", "constant.character",
"constant.escape",
"variable.parameter", "variable.parameter",
"keyword.other.unit" "keyword.other.unit"
"keyword.other"
], ],
"settings": { "settings": {
"foreground": "{{variant.scheme.base.orange}}" "foreground": "{{variant.scheme.base.orange}}"
@ -186,8 +188,7 @@
{ {
"name": "Class, Support", "name": "Class, Support",
"scope": [ "scope": [
"entity.name.class", "entity.name",
"entity.name.type.class",
"support.type", "support.type",
"support.class", "support.class",
"support.orther.namespace.use.php", "support.orther.namespace.use.php",
@ -200,6 +201,15 @@
"foreground": "{{variant.scheme.base.yellow}}" "foreground": "{{variant.scheme.base.yellow}}"
} }
}, },
{
"name": "Entity Types",
"scope": [
"support.type"
],
"settings": {
"foreground": "{{variant.scheme.base.paleblue}}"
}
},
{ {
"name": "CSS Class and Support", "name": "CSS Class and Support",
"scope": [ "scope": [

View file

@ -186,8 +186,8 @@
{ {
"name": "Class, Support", "name": "Class, Support",
"scope": [ "scope": [
"entity.name.class", "entity.name",
"entity.name.type.class", "entity.name.type",
"support.type", "support.type",
"support.class", "support.class",
"support.orther.namespace.use.php", "support.orther.namespace.use.php",

View file

@ -186,8 +186,8 @@
{ {
"name": "Class, Support", "name": "Class, Support",
"scope": [ "scope": [
"entity.name.class", "entity.name",
"entity.name.type.class", "entity.name.type",
"support.type", "support.type",
"support.class", "support.class",
"support.orther.namespace.use.php", "support.orther.namespace.use.php",

View file

@ -186,8 +186,8 @@
{ {
"name": "Class, Support", "name": "Class, Support",
"scope": [ "scope": [
"entity.name.class", "entity.name",
"entity.name.type.class", "entity.name.type",
"support.type", "support.type",
"support.class", "support.class",
"support.orther.namespace.use.php", "support.orther.namespace.use.php",

View file

@ -186,8 +186,8 @@
{ {
"name": "Class, Support", "name": "Class, Support",
"scope": [ "scope": [
"entity.name.class", "entity.name",
"entity.name.type.class", "entity.name.type",
"support.type", "support.type",
"support.class", "support.class",
"support.orther.namespace.use.php", "support.orther.namespace.use.php",