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

View file

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

View file

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

View file

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

View file

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