Text Editing supports for STAR/CIF, syntax highlighting and folding.
Currently available supports: Scintilla/SciTE and Vim.
Scintilla/SciTE:
A STAR/CIF Lexer for the Scintilla text editing component and SciTE.
For Windows: Download the binary distribution of SciTE for win32; unpack; replace the original SciLexer.dll with the one TEStar provided or using StarLexer.dll as an external lexer for STAR/CIF files.
For All: Build the source following the Scintilla/SciTE instruction.
Download: SciStar
VIM:
Syntax file for VIM.
Place star.vim in the syntax directory of the VIM installation.
Add the following line to filetype.vim or ftdetect:
au BufNewFile,BufRead *.cif,*.dic,*.str,*star.txt setf star
Download: VimStar
XXX:
............