Sign in
fuchsia
/
third_party
/
github.com
/
joelspadin
/
tree-sitter-devicetree
/
refs/tags/v0.11.1
/
.
/
.vscode
/
tasks.json
blob: 7f879140f29ef6286d478b9f1b97343f6caf545d [
file
]
{
"tasks"
:
[
{
"type"
:
"npm"
,
"script"
:
"build"
,
"group"
:
{
"kind"
:
"build"
,
"isDefault"
:
true
},
"problemMatcher"
:
[],
"label"
:
"npm: build"
,
"detail"
:
"tree-sitter generate"
}
]
}