|
|
|
|
|
|
|
|
|
|
|
|
|
The directory:
./data/sisu/v2/conf/editor-syntax-etc/
./data/sisu/v3/conf/editor-syntax-etc/
/usr/share/sisu/v2/conf/editor-syntax-etc
/usr/share/sisu/v3/conf/editor-syntax-etc
contains rudimentary sisu syntax highlighting files for:
package: sisu-vim
status: largely done
there is a vim syntax highlighting and folds component
file: sisu.lang
place in:
/usr/share/gtksourceview-1.0/language-specs
or
~/.gnome2/gtksourceview-1.0/language-specs
status: very basic syntax highlighting
comments: this editor features display line wrap and is used by Goby!
file: nanorc
save as:
~/.nanorc
status: basic syntax highlighting
comments: assumes dark background; no display line-wrap; does line breaks
file: diakonos.conf
save as:
~/.diakonos/diakonos.conf
includes:
status: basic syntax highlighting
comments: assumes dark background; no display line-wrap
file: sisu.xml
place in:
/usr/share/apps/katepart/syntax
or
~/.kde/share/apps/katepart/syntax
[settings::configure kate::{highlighting,filetypes}]
[tools::highlighting:: markup,scripts]
file: sisu_nedit.pats
nedit -import sisu_nedit.pats
status: a very clumsy first attempt [not really done]
comments: this editor features display line wrap
files: sisu-mode.el
to file ~/.emacs add the following 2 lines:
(add-to-list 'load-path "/usr/share/sisu/v2/conf/editor-syntax-etc/emacs")
(require 'sisu-mode.el)
[not done / not yet included]
files:
package is the most comprehensive sisu syntax highlighting and editor environment provided to date (is for vim/ gvim, and is separate from the contents of this directory)
status: this includes: syntax highlighting; vim folds; some error checking
comments: this editor features display line wrap
NOTE:
[SiSU parses files with long lines or line breaks, but, display linewrap (without line-breaks) is a convenient editor feature to have for sisu markup]