{
"grammars": [
{
"name": "julia",
"camelcase": "Julia",
"scope": "source.julia",
"path": ".",
"file-types": [
"jl"
],
"injection-regex": "^(jl|julia)$"
}
],
"metadata": {
"version": "0.23.1",
"license": "MIT",
"description": "Julia grammar for tree-sitter",
"authors": [
{
"name": "Max Brunsfeld",
"email": "maxbrunsfeld@gmail.com"
}
],
"links": {
"repository": "https://github.com/tree-sitter/tree-sitter-julia"
}
},
"bindings": {
"c": true,
"go": true,
"node": true,
"python": true,
"rust": true,
"swift": true
}
}