Skip to content

Commit

Permalink
Add support for 10.2 Tokyo
Browse files Browse the repository at this point in the history
  • Loading branch information
superswanman committed Dec 14, 2017
1 parent a04789a commit fc861e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/UItaConfig.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*
Ita IDE Plugin
Copyright (c) 2014-2016 Lyna
Copyright (c) 2014-2017 Lyna
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down
4 changes: 3 additions & 1 deletion src/UItaMain.pas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(*
Ita IDE Plugin
Copyright (c) 2014-2016 Lyna
Copyright (c) 2014-2017 Lyna
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
Expand Down Expand Up @@ -98,6 +98,7 @@ implementation
{$IFDEF VER290}'coreide220.bpl'{$ENDIF} // XE8
{$IFDEF VER300}'coreide230.bpl'{$ENDIF} // 10 Seattle
{$IFDEF VER310}'coreide240.bpl'{$ENDIF} // 10.1 Berlin
{$IFDEF VER320}'coreide250.bpl'{$ENDIF} // 10.2 Tokyo
;

HighlightRegKey =
Expand All @@ -110,6 +111,7 @@ implementation
{$IFDEF VER290}'\Software\Embarcadero\BDS\16.0\Editor\Highlight\'{$ENDIF} // XE8
{$IFDEF VER300}'\Software\Embarcadero\BDS\17.0\Editor\Highlight\'{$ENDIF} // 10 Seattle
{$IFDEF VER310}'\Software\Embarcadero\BDS\18.0\Editor\Highlight\'{$ENDIF} // 10.1 Berlin
{$IFDEF VER320}'\Software\Embarcadero\BDS\19.0\Editor\Highlight\'{$ENDIF} // 10.2 Tokyo
;
HighlightRegName = 'Background Color New';

Expand Down

0 comments on commit fc861e4

Please sign in to comment.