A Blueprint grammar for tree-sitter
Find a file
Bruno BELANYI f6e1266493
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Consider module as function call for highlighting
Their semantic is closer to a function call (like i.e: Bazel rules)
rather than a module/namespace.

Similarly for their properties, which are more like parameters than
members.
2024-04-10 15:21:07 +00:00
.woodpecker Bootstrap project 2024-04-08 20:13:47 +01:00
bindings Bootstrap project 2024-04-08 20:13:47 +01:00
queries Consider module as function call for highlighting 2024-04-10 15:21:07 +00:00
src Make 'line_comment' more explicit about newlines 2024-04-10 15:20:29 +00:00
test Consider module as function call for highlighting 2024-04-10 15:21:07 +00:00
.gitattributes Bootstrap project 2024-04-08 20:13:47 +01:00
.gitignore Bootstrap project 2024-04-08 20:13:47 +01:00
binding.gyp Bootstrap project 2024-04-08 20:13:47 +01:00
Cargo.toml Release 0.1.0 2024-04-08 20:15:59 +01:00
flake.lock Bootstrap project 2024-04-08 20:13:47 +01:00
flake.nix Use nvim semantics in tests 2024-04-09 12:28:28 +01:00
grammar.js Make 'line_comment' more explicit about newlines 2024-04-10 15:20:29 +00:00
Makefile Use nvim semantics in tests 2024-04-09 12:28:28 +01:00
package.json Release 0.1.0 2024-04-08 20:15:59 +01:00
README.md Add README 2024-04-08 20:15:59 +01:00

tree-sitter-blueprint

Tree-sitter grammar for Blueprint, the meta-build system used in AOSP for its Android.bp files.