Skip to content

Commit

Permalink
feat: Make references in Go comments distinguishable
Browse files Browse the repository at this point in the history
  • Loading branch information
kkrypt0nn committed Oct 2, 2023
1 parent 051cb23 commit 8509491
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
### Fixed

- Improve Nix syntax highlighting
- (Go): Make references in comments distinguishable

### Security

Expand Down
6 changes: 6 additions & 0 deletions generateFlavours/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1120,6 +1120,12 @@
<option name="FOREGROUND" value="{{mauve}}"/>
</value>
</option>
<option name="GO_COMMENT_REFERENCE">
<value>
<option name="FOREGROUND" value="{{overlay2}}"/>
<option name="FONT_TYPE" value="2"/>
</value>
</option>
<option name="GO_EXPORTED_FUNCTION_CALL" baseAttributes="DEFAULT_FUNCTION_CALL"/>
<option name="GO_LOCAL_FUNCTION_CALL" baseAttributes="DEFAULT_FUNCTION_CALL"/>
<option name="GO_COMMENT_REFERENCE" baseAttributes="DEFAULT_LINE_COMMENT"/>
Expand Down

0 comments on commit 8509491

Please sign in to comment.