diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-12 01:55:13 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-12 01:55:13 (GMT) |
commit | f76b77ae90d52f98969ce76e9a5ea548a31b329f (patch) | |
tree | 89e1e7100984e48508bbf1e816bb1850de771e35 /contrib | |
parent | e58ffa958be2c23b9931b82fa5587bc8f0fdd5b3 (diff) |
notepad++ syntax highlighting byt tjhowse
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/OpenSCAD.xml | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/contrib/OpenSCAD.xml b/contrib/OpenSCAD.xml new file mode 100644 index 0000000..7c6cf76 --- /dev/null +++ b/contrib/OpenSCAD.xml @@ -0,0 +1,36 @@ +<NotepadPlus>
+ <UserLang name="OpenSCAD" ext="scad">
+ <Settings>
+ <Global caseIgnored="yes" />
+ <TreatAsSymbol comment="yes" commentLine="yes" />
+ <Prefix words1="yes" words2="yes" words3="no" words4="no" />
+ </Settings>
+ <KeywordLists>
+ <Keywords name="Delimiters">000000</Keywords>
+ <Keywords name="Folder+">{</Keywords>
+ <Keywords name="Folder-">}</Keywords>
+ <Keywords name="Operators"># % ( ) ; [ ] < ></Keywords>
+ <Keywords name="Comment"> 1/* 2*/ 0//</Keywords>
+ <Keywords name="Words1">abs acos asin atan atan ceil cos exp floor ln log lookup max min pow rands round sign sin sqrt tan str scale rotate translate mirror multmatrix color minkowski hull union difference intersection render echo use include module builtin_dxf_cross for intersection_for if else assign surface</Keywords>
+ <Keywords name="Words2">sphere cylinder polyhedron cube</Keywords>
+ <Keywords name="Words3"></Keywords>
+ <Keywords name="Words4"></Keywords>
+ </KeywordLists>
+ <Styles>
+ <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="KEYWORD1" styleID="5" fgColor="0000A0" bgColor="FFFFFF" fontStyle="1" />
+ <WordsStyle name="KEYWORD2" styleID="6" fgColor="800000" bgColor="FFFFFF" fontStyle="1" />
+ <WordsStyle name="KEYWORD3" styleID="7" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="KEYWORD4" styleID="8" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="COMMENT" styleID="1" fgColor="008000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="OPERATOR" styleID="10" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="DELIMINER1" styleID="14" fgColor="0080FF" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontStyle="0" />
+ </Styles>
+ </UserLang>
+</NotepadPlus>
|