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

« back to all changes in this revision

Viewing changes to src/syntax/data/actionscript.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:
259
259
        <HlCOct attribute="Octal" context="#stay"/>
260
260
        <HlCHex attribute="Hex" context="#stay"/>
261
261
        <Int attribute="Decimal" context="#stay">
262
 
          <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="TRUE"/>
263
 
          <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="TRUE"/>
264
 
          <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="TRUE"/>
265
 
          <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="TRUE"/>
266
 
          <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="TRUE"/>
267
 
          <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="TRUE"/>
268
 
          <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="TRUE"/>
269
 
          <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="TRUE"/>
 
262
          <StringDetect attribute="Decimal" context="#stay" String="ULL" insensitive="true"/>
 
263
          <StringDetect attribute="Decimal" context="#stay" String="LUL" insensitive="true"/>
 
264
          <StringDetect attribute="Decimal" context="#stay" String="LLU" insensitive="true"/>
 
265
          <StringDetect attribute="Decimal" context="#stay" String="UL" insensitive="true"/>
 
266
          <StringDetect attribute="Decimal" context="#stay" String="LU" insensitive="true"/>
 
267
          <StringDetect attribute="Decimal" context="#stay" String="LL" insensitive="true"/>
 
268
          <StringDetect attribute="Decimal" context="#stay" String="U" insensitive="true"/>
 
269
          <StringDetect attribute="Decimal" context="#stay" String="L" insensitive="true"/>
270
270
        </Int>
271
271
        <HlCChar attribute="Char" context="#stay"/>
272
272
        <RegExpr attribute="Decimal" context="#stay" String="//\s*BEGIN.*$" beginRegion="Region1"/>