File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ syn match rubyFloat "\%(\%(\w\|[]})\"']\s*\)\@<!-\)\=\<\%(0\|[1-9]\d*\%(_\d\+\)*
9292syn match rubyLocalVariableOrMethod " \< [_[:lower:]][_[:alnum:]]*[?!=]\= " contains =NONE display transparent
9393syn match rubyBlockArgument " &[_[:lower:]][_[:alnum:]]" contains =NONE display transparent
9494
95- syn match rubyConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\w *\>\% (\s *(\)\@ !"
95+ syn match rubyConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% ( \w\| [^ \x 00- \x 7F] \) *\>\% (\s *(\)\@ !"
9696syn match rubyClassVariable " @@\% (\h\| [^\x 00-\x 7F]\)\% (\w\| [^\x 00-\x 7F]\) *" display
9797syn match rubyInstanceVariable " @\% (\h\| [^\x 00-\x 7F]\)\% (\w\| [^\x 00-\x 7F]\) *" display
9898syn match rubyGlobalVariable " $\% (\% (\h\| [^\x 00-\x 7F]\)\% (\w\| [^\x 00-\x 7F]\) *\| -.\) "
You can’t perform that action at this time.
0 commit comments