fix(hoon): add scanner file

This commit is contained in:
Amaan Qureshi 2023-07-27 04:15:50 -04:00 committed by Christian Clason
parent 11610e0631
commit f09bcffe0c
2 changed files with 2 additions and 2 deletions

View file

@ -225,7 +225,7 @@
"revision": "c390f10519ae69fdb03b3e5764f5592fb6924bcc"
},
"hoon": {
"revision": "89271dfe18f20aa71cbe5ef813252a8f98901240"
"revision": "dfa565f87c8997d43cec725d41f023cc3577ca46"
},
"html": {
"revision": "e5d7d7decbbdec5a4c90bbc69436b3828f5646e7"

View file

@ -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,