Rename error_squiggle to error_highlight

This commit is contained in:
Yusuke Endoh 2021-06-28 13:27:35 +09:00
parent e946049665
commit 9438c99590
Notes: git 2021-06-29 23:46:18 +09:00
8 changed files with 33 additions and 33 deletions

View file

@ -5,10 +5,10 @@ rescue LoadError
end if defined?(Gem)
begin
require 'error_squiggle'
require 'error_highlight'
rescue LoadError
warn "`error_squiggle' was not loaded."
end if defined?(ErrorSquiggle)
warn "`error_highlight' was not loaded."
end if defined?(ErrorHighlight)
begin
require 'did_you_mean'