Skip to content

Commit

Permalink
fix: set scala predefined types to yellow (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
disordered authored Oct 18, 2024
1 parent 646ea7c commit 270eaff
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

### Fixed

- (Scala): Make predefined types (Int, Double, etc) distinguishable from unused

### Security

## 3.3.4 - 2024-10-10
Expand Down
5 changes: 5 additions & 0 deletions generateFlavours/editor.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2818,6 +2818,11 @@
<option name="SWIFT_SHEBANG_COMMENT" baseAttributes="DEFAULT_LINE_COMMENT"/>
<option name="Scala Immutable Collection" baseAttributes="DEFAULT_IDENTIFIER"/>
<option name="Scala Mutable Collection" baseAttributes="DEFAULT_IDENTIFIER"/>
<option name="Scala Predefined types">
<value>
<option name="FOREGROUND" value="{{yellow}}" />
</value>
</option>
<option name="Scala Type Alias" baseAttributes="TYPE_PARAMETER_NAME_ATTRIBUTES"/>
<option name="Scala Type parameter" baseAttributes="TYPE_PARAMETER_NAME_ATTRIBUTES"/>
<option name="Static method access" baseAttributes="STATIC_METHOD_ATTRIBUTES"/>
Expand Down

0 comments on commit 270eaff

Please sign in to comment.