Any syntax def for editing a windows INI file?

General questions about using TextPad

Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard

Post Reply
Larry

Any syntax def for editing a windows INI file?

Post by Larry »

Does anyone know if there any syntax defs for editing an MS windows95/98 INI file?


Thanks
Jörg Frech

Re: Any syntax def for editing a windows INI file?

Post by Jörg Frech »

Hi Larry,

I use
------------------------------------------------------------
C=1

[Syntax]
Namespace1 = 6
SingleComment = ;
SingleCommentAlt = =
StringStart = [
StringEnd = ]
------------------------------------------------------------
with blue colour for "Strings" and light grey colour (funny, light grey is darker than grey) for "Comments 2" (green and grey are too similar). This results in blue section names, black entry names, light grey entries, and green comments.

Jörg
Post Reply