fix(zed): restore highlights.scm - Zed requires local query files
Zed extensions do not automatically use queries from fetched grammars.
They require local query files in languages/<lang>/ directory.
Restored highlights.scm by copying from tree-sitter-storybook/queries/.
The regression test ensures this stays in sync with the source of truth.
Also updated grammar revision to 0590c13 (latest remote commit).
This commit is contained in:
@@ -8,7 +8,7 @@ repository = "https://github.com/r3t-studios/storybook"
|
||||
|
||||
[grammars.storybook]
|
||||
repository = "https://github.com/r3t-studios/storybook"
|
||||
rev = "37793cea0d84be1f004da2c80fce7bd513eb5f7b"
|
||||
rev = "0590c133c73434a9d2afbe2df663fbb66a86c5af"
|
||||
path = "tree-sitter-storybook"
|
||||
|
||||
[language_servers.storybook-lsp]
|
||||
|
||||
Reference in New Issue
Block a user