Does anyone know if there any syntax defs for editing an MS windows95/98 INI file?
Thanks
Any syntax def for editing a windows INI file?
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
Re: Any syntax def for editing a windows INI file?
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
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