Skip to content

Commit

Permalink
Merge pull request textmate#130 from reitermarkus/patch-2
Browse files Browse the repository at this point in the history
Add `__dir__` variable.
  • Loading branch information
noniq authored Jul 15, 2019
2 parents 5c7d343 + 2a5ec19 commit c0911d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Syntaxes/Ruby.plist
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@
</dict>
<dict>
<key>match</key>
<string>\b(__(FILE|LINE)__)\b(?![?!])</string>
<string>\b(__(dir|FILE|LINE)__)\b(?![?!])</string>
<key>name</key>
<string>variable.language.ruby</string>
</dict>
Expand Down

0 comments on commit c0911d5

Please sign in to comment.