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 /data | |
parent | sisu-0.67.0 + sha256 (diff) |
update to kate syntax highlighter
Diffstat (limited to 'data')
-rw-r--r-- | data/sisu/conf/editor-syntax-etc/kate/sisu.xml | 2 |
1 files changed, 2 insertions, 0 deletions
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" /> |