Arff syntax
Here you can find syntax highlightings for various editors:
Emacs#
Add the code from the arff.emacs file into your startup file.
Notepad++#
- Copy the contents of tag of the arff.notepadplus file into your
%APPDATA%\Notepad++\userDefineLang.xmlfile. - (Ensure that you maintain the XML structure). If
userDefineLang.xmldoes not exist, simply rename thearff.notepadplusfile touserDefineLang.xml
TextPad#
- Copy the file arff.syn into your
<TEXTPAD-DIR>/systemdirectory. - Then run the wizard for adding a new document class (Configure -> New Document Class...).
Ultraedit#
- Just copy/paste the content of the file arff.ultraedit in your
<ULTRAEDIT-DIR>/WORDFILE.TXTfile. - Adjust the
/Lnnlanguage number that it fits into the numbering of your current settings.
vim/gvim#
- Save the file arff.vim in your
$HOME/.vim/syntaxdirectory. - You can enable the syntax with
:set syntax=arff.