diff options
| author | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-01 12:23:35 +0000 |
|---|---|---|
| committer | rramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-10-01 12:23:35 +0000 |
| commit | ca8ef0ca9fbc62bfe4313e54b36968757c79315c (patch) | |
| tree | c481029a1ad7679e5dc3ae287b15b4096aca0fa5 /addon/Notepad++ | |
| parent | 310f1c41cd8ccb82865c623b3eae0f181e5b453f (diff) | |
*)Documented the lng-file format
*)Updated language files to the new standard, especially German
*)Wrote language highlighting definition for Notepad++
*)Corrected News.html
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2685 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'addon/Notepad++')
| -rw-r--r-- | addon/Notepad++/Readme.txt | 7 | ||||
| -rw-r--r-- | addon/Notepad++/userDefineLang.xml | 35 |
2 files changed, 42 insertions, 0 deletions
diff --git a/addon/Notepad++/Readme.txt b/addon/Notepad++/Readme.txt new file mode 100644 index 000000000..8adb6956b --- /dev/null +++ b/addon/Notepad++/Readme.txt @@ -0,0 +1,7 @@ +YaCy lng highlighting for Notepad++
+
+To enable the highlighting of YaCy lng files simply copy the file userDefineLang.xml into your Notepad++ root directory.
+
+If you have already created other user defined languages merge the content of your existing userDefineLang.xml with the contents of ours.
+
+Now open one of the lng files and highlighting should work instantly. "YaCy lng" is now available in the "Language"-menue, too.
\ No newline at end of file diff --git a/addon/Notepad++/userDefineLang.xml b/addon/Notepad++/userDefineLang.xml new file mode 100644 index 000000000..39591c32d --- /dev/null +++ b/addon/Notepad++/userDefineLang.xml @@ -0,0 +1,35 @@ +<NotepadPlus>
+ <UserLang name="YaCy lng" ext="lng">
+ <Settings>
+ <Global caseIgnored="no" />
+ <TreatAsSymbol comment="no" commentLine="no" />
+ <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="Comment"> 1 2 0#</Keywords>
+ <Keywords name="Words1">#File:</Keywords>
+ <Keywords name="Words2"></Keywords>
+ <Keywords name="Words3"></Keywords>
+ <Keywords name="Words4"></Keywords>
+ </KeywordLists>
+ <Styles>
+ <WordsStyle name="DEFAULT" styleID="11" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="FOLDEROPEN" styleID="12" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="3" />
+ <WordsStyle name="FOLDERCLOSE" styleID="13" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="3" />
+ <WordsStyle name="KEYWORD1" styleID="5" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" fontSize="10" />
+ <WordsStyle name="KEYWORD2" styleID="6" fgColor="FF0000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="KEYWORD3" styleID="7" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="KEYWORD4" styleID="8" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="COMMENT" styleID="1" fgColor="FF8040" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="COMMENT LINE" styleID="2" fgColor="008000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="NUMBER" styleID="4" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="OPERATOR" styleID="10" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="DELIMINER1" styleID="14" fgColor="8000FF" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="DELIMINER2" styleID="15" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ <WordsStyle name="DELIMINER3" styleID="16" fgColor="000000" bgColor="FFFFFF" fontName="" fontStyle="0" />
+ </Styles>
+ </UserLang>
+</NotepadPlus>
|
