Skip to content

Commit 414593f

Browse files
authored
Merge pull request #132 from graceful-potato/constants
Remove front underscore from variable.other.constant.ruby scope
2 parents 089e0ce + 8d525dd commit 414593f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Syntaxes/Ruby.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@
440440
</dict>
441441
<dict>
442442
<key>match</key>
443-
<string>\b[_A-Z]\w*\b</string>
443+
<string>\b[A-Z]\w*\b</string>
444444
<key>name</key>
445445
<string>variable.other.constant.ruby</string>
446446
</dict>

0 commit comments

Comments
 (0)