Ignore:
Timestamp:
Jun 2, 2023, 11:18:38 PM (12 months ago)
Author:
chronos
Message:
  • Modified: Removed explicit mode directive.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UBFHighlighter.pas

    r125 r144  
    4747
    4848*)
    49 
    50 {$mode objfpc}{$H+}
    5149
    5250interface
     
    142140
    143141  // Ensure the HL reacts to changes in the attributes. Do this once, if all attributes are created
    144   SetAttributesOnChange(@DefHighlightChange);
     142  SetAttributesOnChange(DefHighlightChange);
    145143end;
    146144
Note: See TracChangeset for help on using the changeset viewer.