This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
shell script wrong comment highlighting after '#' #111
Open
Description
Edit by @rsese to share Tree-sitter screenshot
A comment is implied after the hash symbol.
Steps to Reproduce:
func="$(echo $i | gawk -F[#] '{printf ($1)}')"`
All after # symbol will be a "comment"
Copied from original issue: microsoft/vscode#45143