Created
January 14, 2023 14:45
-
-
Save Morozzzko/40f5ac47d86237de3d507aaa794211a0 to your computer and use it in GitHub Desktop.
nvim-treesitter gets stuck if I try to type <% on a line before yield
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <%= csrf_meta_tags %> | |
| </head> | |
| <body> | |
| <!-- start typing an ERB tag on the next line --> | |
| <%= yield %> | |
| </body> | |
| </html> |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Basically it's impossible to write
Yet it's possible to write