File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -190,14 +190,16 @@ syn match rubyPredefinedVariable "$_\>" display
190190syn match rubyPredefinedVariable " $-[0FIWadilpvw]\> " display
191191syn match rubyPredefinedVariable " $\% (stderr\| stdin\| stdout\)\> " display
192192syn match rubyPredefinedVariable " $\% (DEBUG\| FILENAME\| LOADED_FEATURES\| LOAD_PATH\| PROGRAM_NAME\| SAFE\| VERBOSE\)\> " display
193- syn match rubyPredefinedConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\% (ARGF\| ARGV\| ENV\| DATA\| FALSE \| NIL \| STDERR\| STDIN\| STDOUT\| TOPLEVEL_BINDING\| TRUE \)\>\% (\s *(\)\@ !"
193+ syn match rubyPredefinedConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\% (ARGF\| ARGV\| ENV\| DATA\| STDERR\| STDIN\| STDOUT\| TOPLEVEL_BINDING\)\>\% (\s *(\)\@ !"
194194syn match rubyPredefinedConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\% (RUBY_\% (VERSION\| RELEASE_DATE\| PLATFORM\| PATCHLEVEL\| REVISION\| DESCRIPTION\| COPYRIGHT\| ENGINE\)\)\>\% (\s *(\)\@ !"
195195
196196" Deprecated/removed in 1.9
197197syn match rubyPredefinedVariable " $="
198198syn match rubyPredefinedVariable " $-K\> " display
199199syn match rubyPredefinedVariable " $\% (deferr\| defout\)\> " display
200200syn match rubyPredefinedVariable " $KCODE\> " display
201+ " Deprecated/removed in 2.4
202+ syn match rubyPredefinedConstant " \% (\% (^\| [^.]\)\.\s *\)\@ <!\<\% (FALSE\| NIL\| TRUE\)\>\% (\s *(\)\@ !"
201203
202204syn cluster rubyGlobalVariable contains =rubyGlobalVariable,rubyPredefinedVariable,rubyGlobalVariableError
203205
You can’t perform that action at this time.
0 commit comments