Ignore:
Timestamp:
Aug 1, 2024, 11:00:58 PM (7 weeks ago)
Author:
chronos
Message:
  • Modified: Assembler syntax highlight.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/ByteArray/Forms/FormAssembler.lfm

    r50 r62  
    11object FormAssembler: TFormAssembler
    2   Left = 728
     2  Left = 727
    33  Height = 719
    4   Top = 384
     4  Top = 360
    55  Width = 1106
    66  Caption = 'Assembler'
     
    88  ClientWidth = 1106
    99  DesignTimePPI = 144
     10  OnCreate = FormCreate
     11  OnDestroy = FormDestroy
    1012  LCLVersion = '2.2.6.0'
    1113  inline SynEdit1: TSynEdit
     
    2830    RightGutter.Width = 0
    2931    RightGutter.MouseActions = <>
     32    Highlighter = SynAnySyn1
    3033    Keystrokes = <   
    3134      item
     
    513516  object SynAnySyn1: TSynAnySyn
    514517    Enabled = False
    515     Comments = []
     518    CommentAttri.Foreground = clGreen
     519    Comments = [csAsmStyle]
    516520    DetectPreprocessor = False
    517521    IdentifierChars = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ_abcdefghijklmnopqrstuvwxyz'
     522    KeyAttri.Foreground = clYellow
     523    NumberAttri.Foreground = clFuchsia
    518524    Markup = False
    519525    Entity = False
Note: See TracChangeset for help on using the changeset viewer.