Skip to content

Commit

Permalink
real fix for signals/slots highlighting
Browse files Browse the repository at this point in the history
- slots can be public/private/protected.  signals stand alone.
  • Loading branch information
Taybin Rutkin authored and infininight committed May 9, 2010
1 parent b982bbd commit bb288d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Qt C++.tmLanguage
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(public|private|protected) (slots|signals)\b</string>
<string>\b((public|private|protected) slots|signals)\b</string>
<key>name</key>
<string>storage.modifier.qt</string>
</dict>
Expand Down

0 comments on commit bb288d6

Please sign in to comment.