package.json: specify scope and injection-regex

This commit is contained in:
2023-07-04 21:59:09 +00:00
parent bd561cec7e
commit 8b2a63211d

View File

@@ -15,5 +15,11 @@
},
"scripts": {
"test": "tree-sitter test"
},
"tree-sitter": [
{
"injection-regex": "^(nix-shell)$",
"scope": "source.nix_shell"
}
]
}