Update theme for error,rune types in Go #56515

This commit is contained in:
Ramya Achutha Rao 2018-08-15 17:18:23 -07:00
parent e85bca2699
commit 98d3a0b3f2
2 changed files with 4 additions and 0 deletions

View file

@ -27,6 +27,8 @@
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",

View file

@ -27,6 +27,8 @@
"storage.type.boolean.go",
"storage.type.string.go",
"storage.type.uintptr.go",
"storage.type.error.go",
"storage.type.rune.go",
"storage.type.cs",
"storage.type.generic.cs",
"storage.type.modifier.cs",