home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1995 November
/
PCWK1195.iso
/
inne
/
podstawy
/
dos
/
nakladki
/
dn2_35a.exe
/
INSTALL
/
USER.ZIP
/
DN.HGL
< prev
next >
Wrap
Text File
|
1995-02-01
|
682b
|
53 lines
; Dos Navigator II Editor Syntax Highlight configuration file
FILES *.ASM
Comment ;
END
FILES *.CFG; *.EVT
CommentStart ;#$%
Comments_Only
END
FILES *.HGL
CommentStart ;
END
FILES *.SYS;*.BAT
CommentString REM ,::,
CommentStart ::
COMMENTS_ONLY
END
FILES *.BAS
CommentString REM ,
Comment '
END
FILES *.CPP;*.C;*.H;*.HPP
AutoBrackets Off
CommentString //
C_Comments
Macro 1
Mark 9
Print '{'^M^M
Goto 9
MoveDown
MoveDown
Print '}'
MoveUp
EndMacro
END
FILES *.PAS
Pas_Comments
Macro 1
Print 'begin'^M^M
Print 'end;'
WordLeft
MoveUp
EndMacro
END