Skip to content
This repository was archived by the owner on Oct 21, 2021. It is now read-only.

Fix typo in Razor Code tag name #51

Merged
merged 2 commits into from
Mar 7, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion vs2017/generator/SettingsTemplate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Item Name="Other Error" Foreground="$Magenta" Background="0x02000000" BoldFont="No"/>
<Item Name="Preprocessor Keyword" Foreground="$Orange" Background="0x02000000" BoldFont="No"/>
<Item Name="punctuation" Foreground="$PrimaryContent" Background="0x02000000" BoldFont="No"/>
<Item Name="Razor Code" Foreground="0x02000000" Background="$BgHighlight" BoldFont="No"/>
<Item Name="RazorCode" Foreground="0x02000000" Background="$BgHighlight" BoldFont="No"/>
<Item Name="Refactoring Background" Foreground="0x01000002" Background="$Highlight2" BoldFont="No"/>
<Item Name="Refactoring Current Field" Foreground="0x01000000" Background="$Highlight1" BoldFont="No"/>
<Item Name="Refactoring Dependent Field" Foreground="$Highlight1" Background="0x02000000" BoldFont="No"/>
Expand Down
4 changes: 2 additions & 2 deletions vs2017/solarized-dark.vssettings
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Item Name="Other Error" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="Preprocessor Keyword" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
<Item Name="punctuation" Foreground="0x00969483" Background="0x02000000" BoldFont="No"/>
<Item Name="Razor Code" Foreground="0x02000000" Background="0x00423607" BoldFont="No"/>
<Item Name="RazorCode" Foreground="0x02000000" Background="0x00423607" BoldFont="No"/>
<Item Name="Refactoring Background" Foreground="0x01000002" Background="0x00E3F6FD" BoldFont="No"/>
<Item Name="Refactoring Current Field" Foreground="0x01000000" Background="0x00D5E8EE" BoldFont="No"/>
<Item Name="Refactoring Dependent Field" Foreground="0x00D5E8EE" Background="0x02000000" BoldFont="No"/>
Expand Down Expand Up @@ -270,4 +270,4 @@
</Category>
</Category>
</UserSettings>

4 changes: 2 additions & 2 deletions vs2017/solarized-light.vssettings
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Item Name="Other Error" Foreground="0x008236D3" Background="0x02000000" BoldFont="No"/>
<Item Name="Preprocessor Keyword" Foreground="0x00164BCB" Background="0x02000000" BoldFont="No"/>
<Item Name="punctuation" Foreground="0x00837B65" Background="0x02000000" BoldFont="No"/>
<Item Name="Razor Code" Foreground="0x02000000" Background="0x00D5E8EE" BoldFont="No"/>
<Item Name="RazorCode" Foreground="0x02000000" Background="0x00D5E8EE" BoldFont="No"/>
<Item Name="Refactoring Background" Foreground="0x01000002" Background="0x00362B00" BoldFont="No"/>
<Item Name="Refactoring Current Field" Foreground="0x01000000" Background="0x00423607" BoldFont="No"/>
<Item Name="Refactoring Dependent Field" Foreground="0x00423607" Background="0x02000000" BoldFont="No"/>
Expand Down Expand Up @@ -270,4 +270,4 @@
</Category>
</Category>
</UserSettings>