diff --git a/lib/error_highlight/base.rb b/lib/error_highlight/base.rb index e98d81a..81b1b57 100644 --- a/lib/error_highlight/base.rb +++ b/lib/error_highlight/base.rb @@ -749,7 +749,7 @@ def prism_spot_call_for_args def prism_spot_local_variable_operator_write_for_name prism_location(@node.binary_operator_loc.chop) end - + # Example: # x += 1 # ^ @@ -842,7 +842,7 @@ def prism_spot_constant_path prism_location(location) end end - + # Example: # Foo::Bar += 1 # ^^^^^^^^