hx/prr: prr syntax highlighting

This commit is contained in:
Matthew Ryan Dillon 2025-12-08 16:12:17 -05:00
parent 2d62517a51
commit 9b40fe5b92
2 changed files with 36 additions and 0 deletions

View file

@ -60,3 +60,14 @@ roots = [ ".zk" ]
[[language]]
name = "lua"
formatter = { command = "stylua", args = [ "-" ] }
[[language]]
name = "prr"
scope = "source.prr"
file-types = ["prr"]
roots = []
comment-token = "#"
[[grammar]]
name = "prr"
source = { path = "~/.local/share/tree-sitter-prr" }