aboutsummaryrefslogtreecommitdiffhomepage
path: root/data/sisu/conf/syntax
diff options
context:
space:
mode:
Diffstat (limited to 'data/sisu/conf/syntax')
-rw-r--r--data/sisu/conf/syntax/README14
-rw-r--r--data/sisu/conf/syntax/diakonos.conf4
-rw-r--r--data/sisu/conf/syntax/nanorc2
-rw-r--r--data/sisu/conf/syntax/sisu-mode.el22
-rw-r--r--data/sisu/conf/syntax/sisu.lang6
-rw-r--r--data/sisu/conf/syntax/sisu.xml2
-rw-r--r--data/sisu/conf/syntax/sisu_nedit.pats2
7 files changed, 26 insertions, 26 deletions
diff --git a/data/sisu/conf/syntax/README b/data/sisu/conf/syntax/README
index 04c0ea09..82d5ff67 100644
--- a/data/sisu/conf/syntax/README
+++ b/data/sisu/conf/syntax/README
@@ -75,18 +75,18 @@ contains rudimentary sisu syntax highlighting files for:
some error checking
* comments: this editor features display line wrap
-NOTE:
+NOTE:
-[SiSU parses files with long lines or line breaks,
-but, display linewrap (without line-breaks) is a
+[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]
kde-config --prefix
-KDEDIR/share/apps/katepart/syntax/
+KDEDIR/share/apps/katepart/syntax/
KDEHOME/share/apps/katepart/syntax
-[In the configure dialog in kate, go to the "Editor->highlighting" page and
->select a highlight to change the mimetype/pattern associations for it.]
+[In the configure dialog in kate, go to the "Editor->highlighting" page and
+>select a highlight to change the mimetype/pattern associations for it.]
/etc/mime.types
/usr/share/mime/text
-#
+#
# * aeditor (an editor written in ruby)
diff --git a/data/sisu/conf/syntax/diakonos.conf b/data/sisu/conf/syntax/diakonos.conf
index 212ed5b8..f40547bc 100644
--- a/data/sisu/conf/syntax/diakonos.conf
+++ b/data/sisu/conf/syntax/diakonos.conf
@@ -30,7 +30,7 @@ bol_behaviour alternating-first-char
eof_newline false
# Specifies whether the cursor should be at the end (false) of found text, or the
-# beginning (true).
+# beginning (true).
found_cursor_start false
max_clips 30
@@ -920,7 +920,7 @@ lang.yaml.indent.ignore ^\s*$
#% SiSU
lang.sisu.filemask \.(?:sst|ssm|ssi|[_-]sst)$
-lang.sisu.format.default white
+lang.sisu.format.default white
lang.sisu.tokens.comment ^%+\s+.*
lang.sisu.tokens.comment.format 8
#langsisu.tokens.comments.format 8 bold
diff --git a/data/sisu/conf/syntax/nanorc b/data/sisu/conf/syntax/nanorc
index 82183131..213a0c26 100644
--- a/data/sisu/conf/syntax/nanorc
+++ b/data/sisu/conf/syntax/nanorc
@@ -165,7 +165,7 @@
## to set the background color to black or white.
##
# syntax "c-file" "\.(c|C|cc|cpp|cxx|h|H|hh|hpp|hxx)$"
-# color red "\<[A-Z_]{2,}\>"
+# color red "\<[A-Z_]{2,}\>"
# color green "\<(float|double|bool|char|int|short|long|sizeof|enum|void|static|const|struct|union|typedef|extern|signed|unsigned|inline)\>"
# color green "\<(class|namespace|template|public|protected|private|typename|this|friend|virtual|using|mutable|volatile|register|explicit)\>"
# color brightyellow "\<(for|if|while|do|else|case|default|switch|goto|continue|break|return)\>"
diff --git a/data/sisu/conf/syntax/sisu-mode.el b/data/sisu/conf/syntax/sisu-mode.el
index 3f56de1c..c12c1a72 100644
--- a/data/sisu/conf/syntax/sisu-mode.el
+++ b/data/sisu/conf/syntax/sisu-mode.el
@@ -61,13 +61,13 @@
;; ;; default variables
;; (defvar sisu-mode.el-hook nil)
-;;
+;;
;; (defvar sisu-mode-map
;; (let ((sisu-mode-map (make-keymap)))
;; (define-key wpdl-mode-map "\C-j" 'newline-and-indent)
;; sisu-mode-map)
;; "Keymap for SiSU major mode")
-;;
+;;
;; (add-to-list 'auto-mode-alist '("\\.ss[tmi]\\'" . sisu-mode))
(defvar sisu-mode-hook nil)
@@ -123,7 +123,7 @@
; select more appropriate matches
))
"Additional Keywords to highlight in SiSU mode")
-
+
(defconst sisu-font-lock-keywords-3
(append sisu-font-lock-keywords-2
(list
@@ -133,7 +133,7 @@
(defvar sisu-font-lock-keywords sisu-font-lock-keywords-3
"Default highlighting expressions for SiSU mode")
-
+
(defvar sisu-mode-syntax-table
(let ((sisu-mode-syntax-table (make-syntax-table)))
(modify-syntax-entry ?_ "w" sisu-mode-syntax-table)
@@ -162,7 +162,7 @@
;; (let ((map (make-sparse-keymap)))
;; ;; insert (define-key map ...) stuff here
;; (setq sisu-mode.el-map map)))
-;;
+;;
;; syntax highlighting: standard keywords
;; (defconst sisu-font-lock-keywords-1
;; '(
@@ -171,7 +171,7 @@
;; ;; ("^[ \t]+\\(.*\\)$" 1 font-lock-type-face)
;; )
;; "Minimal highlighting expressions for SiSU mode.")
-;;
+;;
;; ;; syntax highlighting: additional keywords
;; (defconst sisu-font-lock-keywords-2
;; (append sisu-font-lock-keywords-1
@@ -179,7 +179,7 @@
;; ("%+ \\(.*\\)" 2 font-lock-comment-face)
;; ))
;; "Additional Keywords to highlight in SiSU mode.")
-;;
+;;
;; ;; syntax highlighting: even more keywords
;; (defconst sisu-font-lock-keywords-3
;; (append sisu-font-lock-keywords-2
@@ -193,21 +193,21 @@
;; ("\"\\([^\"]+\\)\"" 0 font-lock-string-face)
;; ))
;; "Balls-out highlighting in SiSU mode.")
-;;
+;;
;; ;; default level of highlight to maximum
;; (defvar sisu-font-lock-keywords sisu-font-lock-keywords-3
;; "Default highlighting expressions for SiSU mode")
-;;
+;;
;; ;; no special indenting, just pure text mode
;; (defun sisu-indent-line ()
;; "Indent current line as SiSU code. Does nothing yet."
;; (interactive)
;; )
-;;
+;;
;; ;; no special syntax table
;; (defvar sisu-mode.el-syntax-table nil
;; "Syntax table for sisu-mode.el.")
-;;
+;;
;; ;; create and activate syntax table
;; (defun sisu-create-syntax-table ()
;; (if sisu-mode.el-syntax-table
diff --git a/data/sisu/conf/syntax/sisu.lang b/data/sisu/conf/syntax/sisu.lang
index df126b23..4fcd9b68 100644
--- a/data/sisu/conf/syntax/sisu.lang
+++ b/data/sisu/conf/syntax/sisu.lang
@@ -2,7 +2,7 @@
<!DOCTYPE language SYSTEM "language.dtd">
<language _name="SiSU" version="1.0" _section="Markup" mimetypes="text/x-ruby">
<!-- SiSU syntax highligting for gedit, place in:
- /usr/share/gtksourceview-1.0/language-specs
+ /usr/share/gtksourceview-1.0/language-specs
or:
~/gtksourceview-1.0/language-specs
-->
@@ -34,11 +34,11 @@ or:
<start-regex>[/_,^+-]\{</start-regex>
<end-regex>\}[/_,^+-]</end-regex>
</syntax-item>
-
+
<pattern-item _name="Bold Single" style="String">
<regex>[*]\S+[*]</regex>
</pattern-item>
-
+
<pattern-item _name="Link" style="String">
<regex>\{[^}]+\}(http:\/\/\S+|image)\s</regex>
</pattern-item>
diff --git a/data/sisu/conf/syntax/sisu.xml b/data/sisu/conf/syntax/sisu.xml
index d54483ac..9467ec44 100644
--- a/data/sisu/conf/syntax/sisu.xml
+++ b/data/sisu/conf/syntax/sisu.xml
@@ -147,7 +147,7 @@
<itemData name="Indent" defStyleNum="dsNormal" color="#F00000" selColor="#80FFD0" bold="0" italic="0"/>
<itemData name="Structure" defStyleNum="dsNormal" color="#F00000" selColor="#80FFD0" bold="0" italic="0"/>
</itemDatas>
- </highlighting>
+ </highlighting>
<general>
<keywords weakDeliminator="\" wordWrapDeliminator=",{}[]"/>
<comments>
diff --git a/data/sisu/conf/syntax/sisu_nedit.pats b/data/sisu/conf/syntax/sisu_nedit.pats
index 8e12cd5c..e60e0bf0 100644
--- a/data/sisu/conf/syntax/sisu_nedit.pats
+++ b/data/sisu/conf/syntax/sisu_nedit.pats
@@ -1,4 +1,4 @@
-! Nedit Syntax highlighting patterns and commenting for SiSU
+! Nedit Syntax highlighting patterns and commenting for SiSU
! Version 0.1
!
! INSTALLATION