Navigation Menu

Skip to content

Commit

Permalink
Chaning scope of new. closes mads-hartmann#47
Browse files Browse the repository at this point in the history
  • Loading branch information
mads-hartmann committed Aug 25, 2011
1 parent 3f5181a commit 0a2e6a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Syntaxes/Scala.textmate
Expand Up @@ -359,7 +359,7 @@
initialization = {
match = '\b(new)\s+([^\s\{\(\[]+)';
captures = {
1 = { name = 'keyword'; };
1 = { name = 'keyword.declaration.scala'; };
2 = { name = 'entity.name.class'; };
};
};
Expand Down
2 changes: 1 addition & 1 deletion Syntaxes/Scala.tmLanguage
Expand Up @@ -454,7 +454,7 @@
<key>1</key>
<dict>
<key>name</key>
<string>keyword</string>
<string>keyword.declaration.scala</string>
</dict>
<key>2</key>
<dict>
Expand Down

0 comments on commit 0a2e6a4

Please sign in to comment.