Parameter to script incorrectly scoped to support.function.builtin.shell
Closed this issue · 1 comments
From @YuanshengZhao on February 25, 2019 9:30
Steps to Reproduce:
- create a shell typed document. ex:
foo.sh
. - paste
./a.out test
.
The TextMate grammar is incorrectly categorizing test
as support.function.builtin.shell
, even though it is not a function.
Copied from original issue: microsoft/vscode#69336
Thanks for the report!
The TextMate grammar is incorrectly categorizing
test
assupport.function.builtin.shell
, even though it is not a function.
This particular problem doesn't look like an issue with Tree-sitter so we'll go ahead and close as described below.
As you may have heard, we are migrating from our old first-mate grammar engine to the new Tree-sitter engine. This will enable a number of new features, more consistent syntax highlighting, and better performance, among other benefits. In order to free up our limited resources, we have decided to stop maintaining the first-mate grammar when there is a built-in Tree-sitter grammar available. Since this issue applies only to the first-mate grammar, we are going to close it. Please let us know if we have misunderstood the description of the problem.