Syntax highlighting shows up as bright pink (ie. invalid.illegal.expected-range-separator.gnuplot) for variables used inside square brackets. Try this minimal reproducible example.
binwidth=100
plot x
set xrange [GPVAL_X_MIN-binwidth:GPVAL_X_MAX]
plot x