~ubuntu-branches/debian/sid/texstudio/sid

« back to all changes in this revision

Viewing changes to utilities/qxs/tex.qnfa

  • Committer: Package Import Robot
  • Author(s): Tom Jampen
  • Date: 2015-04-29 20:35:43 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20150429203543-l9pyg93qz1y13ke4
Tags: 2.8.8+debian-1
* Merging upstream version 2.8.8+debian (Closes: #774084).
* Updating 01-use-libhunspell.patch.
* Regenerating 03-disable-auto-update.patch.
* Regenerating 04-no-qt-translations.patch.
* Regenerating 05-use-libsynctex.patch.
* Regenerating 06-fix-silent-file-saving.patch.
* Updating year in copyright file.
* Removing doc-base registration for usermanual-fr, as the french
  version has been removed upstream.
* Rebuilding upstream tarball without:
  - conflicting debian directory
  - unused hunspell directory
  - unused include_win32 directory
  - unused include_win32_qt5 directory
  - unused qt translations
  - unused dictionary and thesaurus files
  - unused TexTablet directory
  - unused poppler-data directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
        <foreach loopVar="$v">
28
28
                <e>verbatim</e> <e>verbatim\*</e> <e>lstlisting</e> <e>Verbatim</e> <e>BVerbatim</e> <e>Verbatim\*</e> <e>BVerbatim\*</e>
29
29
                <body>
30
 
                        <context id="$v" format="verbatim" transparency="true">
 
30
                        <context id="$v" format="verbatim">
31
31
                                <start parenthesis="$v:open@nocomplete" parenthesisWeight="30" fold="true" format="extra-keyword">\\begin{$v}</start>
32
32
                                <stop parenthesis="$v:close@nocomplete" parenthesisWeight="30" fold="true" format="extra-keyword">\\end{$v}</stop>
33
33
 
224
224
 
225
225
        <!-- ========================= PICTURES ====================== -->
226
226
        <foreach loopVar="$env">
227
 
                <e>tikzpicture</e> <e>pspicture</e> <e>pspicture\*</e> <e>picture</e> <e>picture\*</e> <e>asy</e>
 
227
                <e>tikzpicture</e> <e>pspicture</e> <e>pspicture\*</e> <e>picture</e> <e>picture\*</e>
228
228
                <body>
229
229
                <context id="$env" format="picture" transparency="true">        
230
230
                        <start parenthesis="$env:open@nocomplete" parenthesisWeight="30" fold="1" format="extra-keyword">\\begin{$env}</start>
232
232
                </context>        
233
233
                </body>
234
234
        </foreach>
235
 
       
 
235
        
 
236
        <!-- ========================= Asymptote ===================== -->
 
237
 
 
238
        <context id="asy" format="asymptote:block" transparency="false">        
 
239
                <start parenthesis="asy:open@nocomplete" parenthesisWeight="30" fold="1" format="extra-keyword">\\begin{asy}</start>
 
240
                <stop parenthesis="asy:close@nocomplete" parenthesisWeight="30" fold="1" format="extra-keyword">\\end{asy}</stop>
 
241
                <embed target="Asymptote" />
 
242
        </context>        
 
243
 
 
244
        
236
245
        <!-- ========================= GENERAL BLOCKS ====================== -->
237
246
                
238
247
        <word parenthesis="block:open@nocomplete" parenthesisWeight="30" fold="1" indent="1" ambiguous="true" format="extra-keyword">\\begin{[^}]*}</word>