mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 19:46:58 -04:00
fix(hoon): add scanner file
This commit is contained in:
parent
11610e0631
commit
f09bcffe0c
2 changed files with 2 additions and 2 deletions
|
|
@ -705,7 +705,7 @@ list.hocon = {
|
|||
list.hoon = {
|
||||
install_info = {
|
||||
url = "https://github.com/urbit-pilled/tree-sitter-hoon",
|
||||
files = { "src/parser.c" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@urbit-pilled" },
|
||||
experimental = true,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue