I am using -3 resizing on C# attributes using Codist's syntax rules. For files that are already open in the editor when Visual Studio launches, this styling does not apply until the file is closed and reopened.

Attributes are the only token I'm seeing this happen with. For example, I'm using +1 sizing for the region name and it's working fine on initial load. Excerpt from my Codist.styles file:
{
"Key": "preprocessor text",
"Bold": true,
"Italic": true,
"FontSize": 1.0,
"ForegroundColor": "#BFBF00"
},
{
"Key": "C#: Attribute notation",
"FontSize": -3.0
},
Using Codist 8.1.1.11207
I am using -3 resizing on C# attributes using Codist's syntax rules. For files that are already open in the editor when Visual Studio launches, this styling does not apply until the file is closed and reopened.
Attributes are the only token I'm seeing this happen with. For example, I'm using +1 sizing for the region name and it's working fine on initial load. Excerpt from my Codist.styles file:
Using Codist 8.1.1.11207