Christian Lopez
Results
1
comments of
Christian Lopez
That did not help much at least visually. I am using a custom textMateRules color palette in vscode's settings.json ``` { "scope": [ // Operators "keyword.operator.go", "keyword.operator.arithmetic.go", "keyword.operator.comparison.go" ], "settings":...