~ubuntu-branches/ubuntu/trusty/bluefish/trusty

« back to all changes in this revision

Viewing changes to data/bflang/wordpress.bflang2

  • Committer: Package Import Robot
  • Author(s): Daniel Leidert
  • Date: 2012-06-27 22:28:39 UTC
  • mfrom: (1.2.9)
  • Revision ID: package-import@ubuntu.com-20120627222839-5g0f5s6gpaezfhve
Tags: 2.2.3-1
* New upstream release.
* debian/control: Dropped DM-Upload-Allowed.
  (Maintainer): Set to my new address.
  (Suggests): Calculate browsers depending on distribution.
  (Depends): Added python depends for newly shipped Python scripts.
* debian/copyright: Minor update. Link to GPLv2 text.
* debian/rules: Enabled hardening. Added python2 module. Calculate brwoser
  dependencies via dpkg-vendor.
* debian/patches/LP810663_blacklist_from_appmenu.patch: Adjusted.

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
        <option name="load_wordpress_functions" default="1" description="All wordpress functions" />
41
41
        <option name="php_short_open_tag" default="0" />
42
42
        <option name="autocomplete_tags" default="1" />
 
43
        <option name="Parentheses block_foldable" default="0" description="Allow folding of the Parentheses block" />
43
44
        <option name="javascript_anchors_object" default="1" description="Anchors object" />
44
45
        <option name="javascript_applets_object" default="1" description="Applet object" />
45
46
        <option name="javascript_date_object" default="1" description="Date object" />
103
104
        <comment id="cm.cpplinecomment" type="line" start="//" />
104
105
        <comment id="cm.scriptcomment" type="line" start="#" />
105
106
        <smartindent characters="{" />
 
107
        <smartoutdent characters="{" />
106
108
        <default_spellcheck enabled="1" />
107
109
</properties>
108
110
<definition>
109
 
<context symbols="&gt;&lt;&amp;; &#9;&#10;&#13;">
 
111
<context symbols="&gt;&lt;&amp;; &#9;&#10;&#13;/">
110
112
 
111
113
 
112
114
&all-html;
120
122
<element pattern="}" ends_block="1" blockstartelement="e.php.short.lbrace" highlight="brackets" />
121
123
<element id="e.php.short.lbracket" pattern="[" starts_block="1" mayfold="1" highlight="brackets" />
122
124
<element pattern="]" ends_block="1" blockstartelement="e.php.short.lbracket" highlight="brackets" />
123
 
<element id="e.php.short.lparen" pattern="(" starts_block="1" mayfold="1" highlight="brackets" />
 
125
<element id="e.php.short.lparen" pattern="(" starts_block="1" mayfold="1" highlight="brackets" block_name="Parentheses block" />
124
126
<element pattern=")" ends_block="1" blockstartelement="e.php.short.lparen" highlight="brackets" />
125
127
<element id="e.php.short.lcomment" pattern="/*" starts_block="1" highlight="php-comment">
126
128
        <context symbols="*/&#9;&#10;&#13;" highlight="php-comment">