mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -225,7 +225,7 @@
|
|||
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"
|
||||
},
|
||||
"hoon": {
|
||||
"revision": "89271dfe18f20aa71cbe5ef813252a8f98901240"
|
||||
"revision": "dfa565f87c8997d43cec725d41f023cc3577ca46"
|
||||
},
|
||||
"html": {
|
||||
"revision": "e5d7d7decbbdec5a4c90bbc69436b3828f5646e7"
|
||||
|
|
|
|||
|
|
@ -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