diff options
| author | Ralph Amissah <ralph@amissah.com> | 2008-05-25 12:38:13 -0400 | 
|---|---|---|
| committer | Ralph Amissah <ralph@amissah.com> | 2008-05-25 12:38:13 -0400 | 
| commit | 094a67c6cc74ca4937a1c469488da07efd4667b6 (patch) | |
| tree | abb9813d460a5537ff8b71f2ac942afbb0a7eb8f | |
| parent | sisu-0.67.0 + sha256 (diff) | |
update to kate syntax highlighter
| -rw-r--r-- | CHANGELOG | 10 | ||||
| -rw-r--r-- | data/sisu/conf/editor-syntax-etc/kate/sisu.xml | 2 | 
2 files changed, 12 insertions, 0 deletions
| @@ -9,6 +9,16 @@ Reverse Chronological:  %% STABLE MANIFEST +%% sisu_0.67.1.orig.tar.gz (2008-05-25:20/7) +http://www.jus.uio.no/sisu/pkg/src/sisu_0.67.1.orig.tar.gz +  sisu_0.67.1.orig.tar.gz +  sisu_0.67.1-1.dsc +  sisu_0.67.1-1.diff.gz + +  * kate syntax highlighting, update + +  * debian/sisu.install, place kate syntax highlighter for use +  %% sisu_0.67.0.orig.tar.gz (2008-05-22:20/4)  http://www.jus.uio.no/sisu/pkg/src/sisu_0.67.0.orig.tar.gz    a543f310b8452b5d7477f1491d6d0510efd0293408dfa3fe2697ae586bbc98aa 1498054 sisu_0.67.0.orig.tar.gz diff --git a/data/sisu/conf/editor-syntax-etc/kate/sisu.xml b/data/sisu/conf/editor-syntax-etc/kate/sisu.xml index 61135285..a8054f2d 100644 --- a/data/sisu/conf/editor-syntax-etc/kate/sisu.xml +++ b/data/sisu/conf/editor-syntax-etc/kate/sisu.xml @@ -16,6 +16,8 @@        <RegExpr String="</a>" attribute="Warn" context="#pop" />        <RegExpr String="<https?:\/\/\S+>" attribute="Warn" context="#pop"/>        <RegExpr String=">https?:\/\/\S+" attribute="Warn" context="#pop"/> +      <RegExpr String="^<<\s+[a-zA-Z._]+\.ss[it]" attribute="Link" context="#pop"/> +      <RegExpr String="^<<\{\s*[a-zA-Z._]+\.ss[it]\s*\}" attribute="Link" context="#pop"/>        <RegExpr String="<<\s+|" attribute="Link" context="#pop"/>        <RegExpr String="https?:\/\/\S+<" attribute="Warn" context="#pop"/>        <keyword attribute="Keyword" context="#stay" String="somename" /> | 
