[Info-vax] Notepad++ highlighting for DCL
Jairo Alves
jairo.ptbr at gmail.com
Wed Oct 30 07:59:08 EDT 2019
Hi everyone,
Do you guys use Notepad++ to edit DCL scripts?
I've had Notepad++ DCL highlighting for some time. I have made
a very rudimentary syntax highlighting. In case anyone is interested,
I'll leave it here.
<NotepadPlus>
<UserLang name="DCL" ext="COM " udlVersion="2.1">
<Settings>
<Global caseIgnored="yes" allowFoldOfComments="no" foldCompact="no" forcePureLC="0" decimalSeparator="0" />
<Prefix Keywords1="no" Keywords2="no" Keywords3="no" Keywords4="yes" Keywords5="no" Keywords6="no" Keywords7="no" Keywords8="no" />
</Settings>
<KeywordLists>
<Keywords name="Comments">00! 01 02 03! 04</Keywords>
<Keywords name="Numbers, prefix1"></Keywords>
<Keywords name="Numbers, prefix2"></Keywords>
<Keywords name="Numbers, extras1"></Keywords>
<Keywords name="Numbers, extras2"></Keywords>
<Keywords name="Numbers, suffix1"></Keywords>
<Keywords name="Numbers, suffix2"></Keywords>
<Keywords name="Numbers, range"></Keywords>
<Keywords name="Operators1">.EQ. .GE. .GT. .LE. .LT. .NE. .EQS. .GES. .GTS. .LES. .LTS. .NES. .NOT. .AND.</Keywords>
<Keywords name="Operators2">$</Keywords>
<Keywords name="Folders in code1, open"></Keywords>
<Keywords name="Folders in code1, middle"></Keywords>
<Keywords name="Folders in code1, close"></Keywords>
<Keywords name="Folders in code2, open"></Keywords>
<Keywords name="Folders in code2, middle"></Keywords>
<Keywords name="Folders in code2, close"></Keywords>
<Keywords name="Folders in comment, open"></Keywords>
<Keywords name="Folders in comment, middle"></Keywords>
<Keywords name="Folders in comment, close"></Keywords>
<Keywords name="Keywords1">IF ELSE ENDIF END ASSIGN CLOSE DEFINE INQUIRE OPEN PROMPT SET SUBMIT GOTO GOSUB ON ERROR WARNING CONTINUE READ VER VERIFY NOVER NOVERIFY</Keywords>
<Keywords name="Keywords2">THEN DEFAULT WR WRITE COPY COP DEL DELETE </Keywords>
<Keywords name="Keywords3">F$CONTEXT F$CSID F$CVSI F$CVTIME F$CVUI F$DEVICE F$DIRECTORY F$EDIT F$ELEMENT F$ENVIRONMENT F$EXTRACT F$FAO F$FILE_ATTRIBUTES F$GETDVI F$GETENV F$GETJPI F$GETQUI F$GETSYI F$IDENTIFIER F$INTEGER F$LENGTH F$LOCATE F$MESSAGE F$MODE F$PARSE F$PID F$PRIVILEGE F$PROCESS F$SEARCH F$SETPRV F$STRING F$TIME F$TRNLNM F$TYPE F$USER F$VERIFY</Keywords>
<Keywords name="Keywords4">SYS$INPUT SYS$LOGIN SYS$OUTPUT SYS$SYSTEM SYS$NET SYS$MANAGER SYS$LOGIN D$USER</Keywords>
<Keywords name="Keywords5"></Keywords>
<Keywords name="Keywords6"></Keywords>
<Keywords name="Keywords7"></Keywords>
<Keywords name="Keywords8"></Keywords>
<Keywords name="Delimiters">" ' ()</Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" fgColor="B5D7E0" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="COMMENTS" fgColor="C2C2C2" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="LINE COMMENTS" fgColor="C2C2C2" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="NUMBERS" fgColor="64E24A" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS1" fgColor="00FF80" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS2" fgColor="8080FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS3" fgColor="812020" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS4" fgColor="8080FF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS5" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS6" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS7" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="KEYWORDS8" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="OPERATORS" fgColor="8594AF" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="FOLDER IN CODE1" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN CODE2" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="FOLDER IN COMMENT" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" nesting="0" />
<WordsStyle name="DELIMITERS1" fgColor="008000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="2" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS2" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS3" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS4" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS5" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS6" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS7" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
<WordsStyle name="DELIMITERS8" fgColor="000000" bgColor="FFFFFF" colorStyle="1" fontName="" fontStyle="0" fontSize="" nesting="0" />
</Styles>
</UserLang>
</NotepadPlus>
More information about the Info-vax
mailing list