Highlighting for the rest of the file is removed/buggy when wrapping empty strings in double quotes. It does not get removed if using single quotes or if the string is not empty.
NVIM v0.8.0-1210-gd367ed9b2
Build type: Release
LuaJIT 2.1.0-beta3
Compiled by runner@fv-az505-656
Features: +acl +iconv +tui
See ":help feature-compile"
system vimrc file: "$VIM/sysinit.vim"
fall-back for $VIM: "/share/nvim"
Run :checkhealth for more info
Describe the bug
Highlighting for the rest of the file is removed/buggy when wrapping empty strings in double quotes. It does not get removed if using single quotes or if the string is not empty.
Empty string with single quotes:
Empty string with double quotes:
Output of
:checkhealth nvim-treesitter
Output of
nvim --version