File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ syn match rubyFloat "\%(\%(\w\|[]})\"']\s*\)\@<!-\)\=\<\%(0\|[1-9]\d*\%(_\d\+\)*
122122syn match rubyLocalVariableOrMethod " \< [_[:lower:]][_[:alnum:]]*[?!=]\= " contains =NONE display transparent
123123syn match rubyBlockArgument " &[_[:lower:]][_[:alnum:]]" contains =NONE display transparent
124124
125- syn match rubyClassName " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% (\w\| [^\x 00-\x 7F]\) *\>\% (\s *(\)\@ !"
126- syn match rubyModuleName " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% (\w\| [^\x 00-\x 7F]\) *\>\% (\s *(\)\@ !"
125+ syn match rubyClassName " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% (\w\| [^\x 00-\x 7F]\) *\>\% (\s *(\)\@ !" contained
126+ syn match rubyModuleName " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% (\w\| [^\x 00-\x 7F]\) *\>\% (\s *(\)\@ !" contained
127127syn match rubyConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\u\% (\w\| [^\x 00-\x 7F]\) *\>\% (\s *(\)\@ !"
128128syn match rubyClassVariable " @@\% (\h\| [^\x 00-\x 7F]\)\% (\w\| [^\x 00-\x 7F]\) *" display
129129syn match rubyInstanceVariable " @\% (\h\| [^\x 00-\x 7F]\)\% (\w\| [^\x 00-\x 7F]\) *" display
You can’t perform that action at this time.
0 commit comments