~ubuntu-branches/ubuntu/wily/ktexteditor/wily-proposed

« back to all changes in this revision

Viewing changes to src/syntax/data/oors.xml

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell, Jonathan Riddell, Scarlett Clark
  • Date: 2014-09-22 19:37:47 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20140922193747-6vhh92mz3ci4fxu1
Tags: 5.2.0-0ubuntu1
[ Jonathan Riddell ]
* New upstream release
* Use pkg-kde-tools version 3 scripts

[ Scarlett Clark ]
* Add missing dependency libqt5xmlpatterns5-dev.
* Cleanup copyright + move copyright extra details to comment to silence
  space-in-std-shortname-in-dep5-copyright lintian error.  

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
<?xml version="1.0" encoding="UTF-8"?>
2
2
<!DOCTYPE language SYSTEM "language.dtd">
3
 
<language name="OORS" version="1.1" kateversion="2.4" section="Sources" extensions="*.oors" author="Gernot Gebhard (gebhard@cs.uni-sb.de)" license="LGPL">
 
3
<language name="OORS" version="1.2" kateversion="2.4" section="Sources" extensions="*.oors" author="Gernot Gebhard (gebhard@cs.uni-sb.de)" license="LGPL">
4
4
  <highlighting>
5
5
    <list name="oors">
6
6
      <item>allow</item>
54
54
        <DetectChar attribute="Normal Text" context="#pop" char="}" endRegion="Unordered" />
55
55
        <IncludeRules context="##C++" />
56
56
      </context>
57
 
      <context name="Accessor" attribute="Directive">
 
57
      <context name="Accessor" attribute="Directive" lineEndContext="#stay">
58
58
        <Detect2Chars attribute="Directive" context="#stay" char="$" char1="$" />
59
59
        <RegExpr attribute="Directive" context="#stay" String="\$-?[_a-zA-Z1-9][_a-zA-Z0-9]*" />
60
60
      </context>
61
 
      <context name="Comment" attribute="Comment">
 
61
      <context name="Comment" attribute="Comment" lineEndContext="#stay">
62
62
        <IncludeRules context="##Doxygen" />
63
63
        <Detect2Chars attribute="Comment" context="CommentStar" char="/" char1="*" />
64
64
        <Detect2Chars attribute="Comment" context="CommentSlash" char="/" char1="/" />
83
83
      <itemData name="String Char" defStyleNum="dsChar"/>
84
84
      <itemData name="Data Type" defStyleNum="dsDataType"/>
85
85
    </itemDatas>
86
 
    <general>
87
 
      <comments>
88
 
        <comment name="singleLine" start="//" />
89
 
        <comment name="multiLine" start="/*" end="*/" region="Comment"/>
90
 
      </comments>
91
 
      <keywords casesensitive="1" />
92
 
    </general>
93
86
  </highlighting>
 
87
  <general>
 
88
    <comments>
 
89
      <comment name="singleLine" start="//" />
 
90
      <comment name="multiLine" start="/*" end="*/" region="Comment"/>
 
91
    </comments>
 
92
    <keywords casesensitive="1" />
 
93
  </general>
94
94
</language>