Run CI checks on all branches
1 file changed
tree: 023ebd8d110302c4289690e79997b5fb921ee05f
  1. .github/
  2. .vscode/
  3. bindings/
  4. queries/
  5. src/
  6. test/
  7. .editorconfig
  8. .gitattributes
  9. .gitignore
  10. .npmignore
  11. .prettierignore
  12. .prettierrc.json
  13. binding.gyp
  14. Cargo.toml
  15. CHANGELOG.md
  16. grammar.js
  17. LICENSE
  18. package-lock.json
  19. package.json
  20. README.md
README.md

tree-sitter-devicetree

A tree-sitter grammar for Devicetree with support for Zephyr's superset of Devicetree syntax.

Some parts of the grammar are adapted from tree-sitter-c.