Skip to content

Commit

Permalink
Fixed the invalid string scope; improved the rule scopes.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.textmate.org/trunk/Bundles/Context Free.tmbundle@5120 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
  • Loading branch information
mietek committed Sep 8, 2006
1 parent f18acea commit 9204947
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Syntaxes/Context Free.tmLanguage
Expand Up @@ -214,7 +214,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>string.file-name.cfdg</string>
<string>string.unquoted.file-name.cfdg</string>
</dict>
</dict>
<key>match</key>
Expand Down Expand Up @@ -328,7 +328,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.function.definition.cfdg</string>
<string>entity.name.function.rule.definition.cfdg</string>
</dict>
<key>4</key>
<dict>
Expand Down Expand Up @@ -444,7 +444,7 @@
<key>1</key>
<dict>
<key>name</key>
<string>entity.name.function.cfdg</string>
<string>entity.name.function.rule.cfdg</string>
</dict>
</dict>
<key>end</key>
Expand Down Expand Up @@ -486,7 +486,7 @@
<key>2</key>
<dict>
<key>name</key>
<string>entity.name.function.cfdg</string>
<string>entity.name.function.rule.cfdg</string>
</dict>
</dict>
<key>match</key>
Expand Down

0 comments on commit 9204947

Please sign in to comment.