Skip to content

Commit

Permalink
fix: nix syntax highlighting (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
nekowinston authored Oct 1, 2023
1 parent 489f639 commit 051cb23
Show file tree
Hide file tree
Showing 2 changed files with 13 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

- Improve Nix syntax highlighting

### Security

## 2.2.0 - 2023-06-07
Expand Down
11 changes: 11 additions & 0 deletions generateFlavours/template.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1842,6 +1842,17 @@
<option name="FOREGROUND" value="{{peach}}"/>
</value>
</option>
<option name="NIX_BUILTIN">
<value>
<option name="FOREGROUND" value="{{red}}" />
<option name="FONT_TYPE" value="2" />
</value>
</option>
<option name="NIX_IDENTIFIER">
<value>
<option name="FOREGROUND" value="{{blue}}" />
</value>
</option>
<option name="NOT_TOP_FRAME_ATTRIBUTES">
<value>
<option name="BACKGROUND" value="{{surface0}}"/>
Expand Down

0 comments on commit 051cb23

Please sign in to comment.