Hi
I'm using vscode 1.102
some lines of bash break highlighting of all the following lines in the same bash file.
In my case I had
portmask=$(( portmask | (1 << $p) ))
which broke the highlighting
I thought it's a bash language server problem. But they redirected me here. See bash-lsp/bash-language-server#1301