Skip to content

Commit

Permalink
Add rule for operator keywords in Go
Browse files Browse the repository at this point in the history
  • Loading branch information
jwortmann committed May 18, 2023
1 parent 5843339 commit 9ee9623
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Brackets Dark.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,11 @@
"foreground": "var(punctuation)"
},
// Go specific rules
{
"name": "Go operator keyword",
"scope": "source.go keyword.operator.type",
"foreground": "var(operator_keyword)"
},
{
"name": "Go user-defined type",
"scope": "source.go storage.type",
Expand Down
5 changes: 5 additions & 0 deletions Brackets Light.sublime-color-scheme
Original file line number Diff line number Diff line change
Expand Up @@ -798,6 +798,11 @@
"foreground": "var(punctuation)"
},
// Go specific rules
{
"name": "Go operator keyword",
"scope": "source.go keyword.operator.type",
"foreground": "var(operator_keyword)"
},
{
"name": "Go user-defined type",
"scope": "source.go storage.type",
Expand Down

0 comments on commit 9ee9623

Please sign in to comment.