hx/prr: prr syntax highlighting
This commit is contained in:
parent
2d62517a51
commit
9b40fe5b92
2 changed files with 36 additions and 0 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue