mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 01:57:57 +02:00
Merged revision(s) 49091 #7780f32ee7 from trunk:
SynEdit: Highlight colon in lfm. Issue #0028112 ........ git-svn-id: branches/fixes_1_4@49102 -
This commit is contained in:
parent
bcd96aa4f2
commit
1b7f6b9ab6
@ -250,7 +250,7 @@ begin
|
||||
#10: fProcTable[I] := @LFProc;
|
||||
#0: fProcTable[I] := @NullProc;
|
||||
'0'..'9': fProcTable[I] := @NumberProc;
|
||||
'(', ')', '/', '=', '<', '>', '.', ',', '[', ']':
|
||||
'(', ')', '/', '=', '<', '>', '.', ',', '[', ']', ':':
|
||||
fProcTable[I] := @SymbolProc;
|
||||
#1..#9, #11, #12, #14..#32: fProcTable[I] := @SpaceProc;
|
||||
#39: fProcTable[I] := @StringProc;
|
||||
|
Loading…
Reference in New Issue
Block a user