Skip to content

Commit

Permalink
Improve punctuation scopes.
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Nov 21, 2011
1 parent 87bd853 commit d0431d9
Showing 1 changed file with 30 additions and 6 deletions.
36 changes: 30 additions & 6 deletions Syntaxes/Postscript.tmLanguage
Expand Up @@ -101,16 +101,24 @@
<dict>
<key>begin</key>
<string>\&lt;\&lt;</string>
<key>captures</key>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.dictionary.postscript</string>
<string>punctuation.definition.dictionary.begin.postscript</string>
</dict>
</dict>
<key>end</key>
<string>\&gt;\&gt;</string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.dictionary.end.postscript</string>
</dict>
</dict>
<key>name</key>
<string>meta.dictionary.postscript</string>
<key>patterns</key>
Expand All @@ -124,16 +132,24 @@
<dict>
<key>begin</key>
<string>\[</string>
<key>captures</key>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.array.postscript</string>
<string>punctuation.definition.array.begin.postscript</string>
</dict>
</dict>
<key>end</key>
<string>\]</string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.array.end.postscript</string>
</dict>
</dict>
<key>name</key>
<string>meta.array.postscript</string>
<key>patterns</key>
Expand All @@ -147,16 +163,24 @@
<dict>
<key>begin</key>
<string>{</string>
<key>captures</key>
<key>beginCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.procedure.postscript</string>
<string>punctuation.definition.procedure.begin.postscript</string>
</dict>
</dict>
<key>end</key>
<string>}</string>
<key>endCaptures</key>
<dict>
<key>0</key>
<dict>
<key>name</key>
<string>punctuation.definition.procedure.end.postscript</string>
</dict>
</dict>
<key>name</key>
<string>meta.procedure.postscript</string>
<key>patterns</key>
Expand Down

0 comments on commit d0431d9

Please sign in to comment.