Title:
SiSU - Syntax Highlighting [0.58]
Creator:
Ralph Amissah
Rights:
Copyright (C) Ralph Amissah 2007, part of SiSU documentation, License GPL 3
Type:
information
Subject:
ebook, epublishing, electronic book, electronic publishing, electronic document, electronic citation, data structure, citation systems, search
Date created:
Date issued:
Date available:
Date modified:
Date:
2007-09-16
1
SiSU - Syntax Highlighting [0.58], Ralph Amissah
2
SiSU Syntax Highlighting
3
1. Editor Files, Syntax Highlighting
4
The directory:
5
./data/sisu/conf/editor-syntax-etc/
6
/usr/share/sisu/conf/editor-syntax-etc
7
contains rudimentary sisu syntax highlighting files for:
8
(g)vim < http://www.vim.org>
9
package: sisu-vim
10
status: largely done
11
there is a vim syntax highlighting and folds component
12
gedit < http://www.gnome.org/projects/gedit>
13
gobby < http://gobby.0x539.de/>
14
file: sisu.lang
15
place in:
16
/usr/share/gtksourceview-1.0/language-specs
17
or
18
~/.gnome2/gtksourceview-1.0/language-specs
19
status: very basic syntax highlighting
20
comments: this editor features display line wrap and is used by
Goby!
21
nano < http://www.nano-editor.org>
22
file: nanorc
23
save as:
24
~/.nanorc
25
status: basic syntax highlighting
26
comments: assumes dark background; no display line-wrap; does
line breaks
27
diakonos (an editor written in ruby) < http://purepistos.net/diakonos>
28
file: diakonos.conf
29
save as:
30
~/.diakonos/diakonos.conf
31
includes:
32
status: basic syntax highlighting
33
comments: assumes dark background; no display line-wrap
34
kate & kwrite < http://kate.kde.org>
35
file: sisu.xml
36
place in:
37
/usr/share/apps/katepart/syntax
38
or
39
~/.kde/share/apps/katepart/syntax
40
[settings::configure kate::{highlighting,filetypes}]
41
[tools::highlighting::{markup,scripts}::SiSU ]
42
nedit < http://www.nedit.org>
43
file: sisu_nedit.pats
44
nedit -import sisu_nedit.pats
45
status: a very clumsy first attempt [not really done]
46
comments: this editor features display line wrap
47
emacs < http://www.gnu.org/software/emacs/emacs.html>
48
files: sisu-mode.el
49
to file ~/.emacs add the following 2 lines:
50
(add-to-list 'load-path
"/usr/share/sisu-examples/config/syntax_hi")
51
(require 'sisu-mode.el)
52
[not done / not yet included]
53
vim & gvim < http://www.vim.org>
54
files:
55
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)
56
status: this includes: syntax highlighting; vim folds; some error
checking
57
comments: this editor features display line wrap
58
NOTE:
59
[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]