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

« back to all changes in this revision

Viewing changes to src/syntax/data/prolog.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:
105
105
    <!ENTITY bs         "\">
106
106
]>
107
107
<language name="Prolog" section="Sources"
108
 
          version="1.2" kateversion="2.3"
 
108
          version="1.3" kateversion="2.3"
109
109
          mimetype="text/x-prolog"
110
110
          extensions="*.prolog;*.dcg;*.pro"
111
111
          author="Torsten Eichstädt (torsten.eichstaedt@web.de)"
825
825
 
826
826
            <!-- id,var,graphic: ASSERT calling context ashured 1st char is ok
827
827
                                 ASSERT we get the 1st char for id & var -->
828
 
            <context name="id" attribute="Syntax Error" >
 
828
            <context name="id" attribute="Syntax Error" lineEndContext="#stay" >
829
829
                <DetectIdentifier context="#pop" attribute="Normal Text" />
830
830
            </context>
831
 
            <context name="var" attribute="Syntax Error" >
 
831
            <context name="var" attribute="Syntax Error" lineEndContext="#stay" >
832
832
                <DetectIdentifier context="#pop" attribute="_VARIABLE" />
833
833
            </context>
834
834
            <context name="graphic" lineEndContext="#pop" attribute="Syntax Error" fallthrough="true" fallthroughContext="#pop" >