Skip to content

Commit

Permalink
Correct typo of repository item name
Browse files Browse the repository at this point in the history
  • Loading branch information
infininight committed Mar 2, 2013
1 parent 6130ccc commit 5f570ae
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions Syntaxes/TOML.tmLanguage
Expand Up @@ -104,13 +104,6 @@
<key>name</key>
<string>invalid.illegal.not-allowed-here.toml</string>
</dict>
<key>invalid_array</key>
<dict>
<key>match</key>
<string>\S[^]]*(?&lt;=\S)</string>
<key>name</key>
<string>invalid.illegal.not-allowed-here.toml</string>
</dict>
<key>key_pair</key>
<dict>
<key>begin</key>
Expand Down Expand Up @@ -249,7 +242,7 @@
</dict>
<dict>
<key>include</key>
<string>#invalids</string>
<string>#invalid</string>
</dict>
</array>
</dict>
Expand Down

0 comments on commit 5f570ae

Please sign in to comment.