You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I open a ~100 line html file with embedded ruby (setf eruby)...
If this file contains a # comment within ERB tags somewhere in the file, it creates 2 problems:
Neovim slows down by at least 100-1000x. It's so bad theres like a 200ms delay typing a single letter. If you try to use j/k to scroll it's extremely choppy like you're editing a 2 million line file.
The comments are just wrong. A comment must end at the %> of the embedded ruby tag, but they keep going to all embedded ruby contained within the entire file. Here's a screenshot showing an example, notice the this should not be commented is not preceded by a #, and it's still commented from the few lines above
The text was updated successfully, but these errors were encountered:
If I open a ~100 line html file with embedded ruby (
setf eruby
)...If this file contains a
# comment
within ERB tags somewhere in the file, it creates 2 problems:Neovim slows down by at least 100-1000x. It's so bad theres like a 200ms delay typing a single letter. If you try to use j/k to scroll it's extremely choppy like you're editing a 2 million line file.
The comments are just wrong. A comment must end at the
%>
of the embedded ruby tag, but they keep going to all embedded ruby contained within the entire file. Here's a screenshot showing an example, notice thethis should not be commented
is not preceded by a#
, and it's still commented from the few lines aboveThe text was updated successfully, but these errors were encountered: