Skip to content

Commit 8d525dd

Browse files
Remove front underscore from variable.other.constant.ruby scope
1 parent 089e0ce commit 8d525dd

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)