Code: Select all
Structure Struct
List ListName.s()
EndStructure
Struct.Struct
;/ This does not color the element name as expected
Struct\ListName.s()

Code: Select all
Structure Struct
List ListName.s()
EndStructure
Struct.Struct
;/ This does not color the element name as expected
Struct\ListName.s()