Keywords and Storage.types have the same color in Dark theme for Go. Fixes #41822

This commit is contained in:
Martin Aeschlimann
2018-01-22 11:26:26 +01:00
parent 0be4f4ec9d
commit 8500a2ec53
4 changed files with 132 additions and 0 deletions

View File

@@ -22,6 +22,11 @@
"support.type",
"entity.name.type",
"entity.name.class",
"storage.type.numeric.go",
"storage.type.byte.go",
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",