Skip to content

Commit

Permalink
Change support.constant.dot.attribute.* to support.constant.attribute…
Browse files Browse the repository at this point in the history
….*.dot

git-svn-id: http://svn.textmate.org/trunk/Bundles/Graphviz.tmbundle@4688 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
infininight committed Aug 12, 2006
1 parent d6beb28 commit 65cbf2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Syntaxes/DOT.plist
Expand Up @@ -27,19 +27,19 @@
<key>match</key>
<string>\b(bottomlabel|color|comment|distortion|fillcolor|fixedsize|fontcolor|fontname|fontsize|group|height|label|layer|orientation|peripheries|regular|shape|shapefile|sides|skew|style|toplabel|URL|width|z)\b</string>
<key>name</key>
<string>support.constant.dot.attribute.node</string>
<string>support.constant.attribute.node.dot</string>
</dict>
<dict>
<key>match</key>
<string>\b(arrowhead|arrowsize|arrowtail|color|comment|constraint|decorate|dir|fontcolor|fontname|fontsize|headlabel|headport|headURL|label|labelangle|labeldistance|labelfloat|labelcolor|labelfontname|labelfontsize|layer|lhead|ltail|minlen|samehead|sametail|style|taillabel|tailport|tailURL|weight)\b</string>
<key>name</key>
<string>support.constant.dot.attribute.edge</string>
<string>support.constant.attribute.edge.dot</string>
</dict>
<dict>
<key>match</key>
<string>\b(bgcolor|center|clusterrank|color|comment|compound|concentrate|fillcolor|fontname|fontpath|fontsize|label|labeljust|labelloc|layers|margin|mclimit|nodesep|nslimit|nslimit1|ordering|orientation|page|pagedir|quantum|rank|rankdir|ranksep|ratio|remincross|rotate|samplepoints|searchsize|size|style|URL)\b</string>
<key>name</key>
<string>support.constant.dot.attribute.graph</string>
<string>support.constant.attribute.graph.dot</string>
</dict>
<dict>
<key>begin</key>
Expand Down

0 comments on commit 65cbf2b

Please sign in to comment.