Skip to content

Commit

Permalink
Fix misin/mixin typo
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesroper committed Jul 5, 2011
1 parent 6fbe2b5 commit c528fa5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Syntaxes/SCSS.tmLanguage
Expand Up @@ -823,7 +823,7 @@
<array> <array>
<dict> <dict>
<key>include</key> <key>include</key>
<string>#misin_params</string> <string>#mixin_params</string>
</dict> </dict>
<dict> <dict>
<key>include</key> <key>include</key>
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/source.textmate
Expand Up @@ -608,7 +608,7 @@
mixin = { mixin = {
comment = 'Include the Mixin variants'; comment = 'Include the Mixin variants';
patterns = ( patterns = (
{ include = '#misin_params'; }, { include = '#mixin_params'; },
{ include = '#mixin_solo'; }, { include = '#mixin_solo'; },
); );
}; };
Expand Down

0 comments on commit c528fa5

Please sign in to comment.