SubEthaEdit modes ================= Available modes --------------- ===JSPWiki.mode=== This is a mode for syntax colouring of our jspwiki-based documents, such as meeting memos. It features extraction of titles (available as a drop-down menu in SEE, just above the main text area - select one title from the menu, and SEE will take you there!), as well as syntax highlighting of the document aproximating what you will get in the final HTML produced by Forrest, as far as possible within an editor. Known bugs: - list formatting tend to extend beyond the list itself, and format the following paragraph/header - link formatting is following Wikipedia conventions, which are not the same as the JSPWiki ones It is based on Wikipedia.mode (1.0) by Matt Haffner (haffner at astro.wisc.edu) ===XQuery.mode=== A tentative mode for function extraction and syntax highlighting of XQuery code, based on the XML mode supplied with SEE. It is highly unreliable, but does get most of the colouring right. Known bugs: - many... improvements welcome:-) ===More modes=== can be found at: http://www.codingmonkeys.de/subethaedit/modes.html Installation ------------ For SEE 2.5 and newer: - double-click the mode file. Older versions of SEE (scripts won't work): 1. Install each *.mode into ~/Library/Application Support/SubEthaEdit/Modes/ (create the folder if needed) 2. Restart SEE Modification ------------ For instructions on how to modify, extend and create new modes, see http://www.codingmonkeys.de/subethaedit/mode.html Remember to update the version number in Info.plist before commiting updates!