forked from notepad-plus-plus/userDefinedLanguages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
3GL_byDrezzzz.xml
37 lines (37 loc) · 3.44 KB
/
3GL_byDrezzzz.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<NotepadPlus>
<UserLang name="GL" ext="4">
<Settings>
<Global caseIgnored="yes" />
<TreatAsSymbol comment="no" commentLine="yes" />
<Prefix words1="no" words2="no" words3="no" words4="no" />
</Settings>
<KeywordLists>
<Keywords name="Delimiters">"00"00</Keywords>
<Keywords name="Folder+">{</Keywords>
<Keywords name="Folder-">}</Keywords>
<Keywords name="Operators">- ! # % & ( ) * / ? @ [ \ ] ^ + < = ></Keywords>
<Keywords name="Comment">1 2 0|</Keywords>
<Keywords name="Words1">switch function if throw else while exit then endif not return case on for endfor static extern</Keywords>
<Keywords name="Words2">str$ seq.puts seq.open seq.close open dte$ print.const val sql.break num.to.date$ sql.close sql.open num.to.date num.str commit.transaction abort.transaction db.retry.point format len lval strip$ compnr switch get put pos argv$ bc$ bg$ bs$ chr$ cp$ edit$ etol ltoe end exp int isdigit isspace kill log lpow max min pos rpos round sqrt sprintf$ tan tanh trim$ utc db.update getenv$ switch.to.company compnr.check EDIT$ ISDIGIT CONCAT$ LEN STRING.SET$ EXPR.COMPILE EXPR.FREE L.EXPR D.EXPR S.EXPR$ db.insert db.delete</Keywords>
<Keywords name="Words3">between and unref setunref group specification continue select insert from where refers refered having order by set with row break _compnr UPDATE</Keywords>
<Keywords name="Words4">true false string long double table domain based fixed mb str SELECTEMPTY SELECTERROR SELECTDO ENDSELECT </Keywords>
</KeywordLists>
<Styles>
<WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="OPERATOR" styleID="3" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="KEYWORD1" styleID="5" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="KEYWORD2" styleID="6" fgColor="0000FF" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="KEYWORD3" styleID="7" fgColor="FF8000" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="KEYWORD4" styleID="8" fgColor="00FF00" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="2" />
<WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="1" />
<WordsStyle name="DELIMINER1" styleID="14" fgColor="808080" bgColor="FFFFFF" fontName="" fontStyle="2" />
<WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="DELIMINER2" styleID="17" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
<WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
</Styles>
</UserLang>
</NotepadPlus>