| { |
| "grammars": [ |
| { |
| "name": "devicetree", |
| "camelcase": "Devicetree", |
| "scope": "source.devicetree", |
| "path": ".", |
| "file-types": ["dts", "dtsi", "dtso", "its", "overlay"], |
| "highlights": "queries/highlights.scm", |
| "injection-regex": "^(dts|devicetree)$" |
| } |
| ], |
| "metadata": { |
| "version": "0.15.0", |
| "license": "MIT", |
| "description": "Tree-sitter parser for Devicetree files, with support for Zephyr's superset of Devicetree syntax.", |
| "authors": [ |
| { |
| "name": "Joel Spadin" |
| } |
| ], |
| "links": { |
| "repository": "https://github.com/joelspadin/tree-sitter-devicetree" |
| } |
| }, |
| "bindings": { |
| "c": true, |
| "go": true, |
| "node": true, |
| "python": true, |
| "rust": true, |
| "swift": true, |
| "zig": true |
| } |
| } |