mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(razor): mark npm as required for generating from source
This commit is contained in:
parent
48f7ce34ef
commit
3973f53d7a
1 changed files with 1 additions and 0 deletions
|
|
@ -1891,6 +1891,7 @@ list.razor = {
|
|||
install_info = {
|
||||
url = "https://github.com/tris203/tree-sitter-razor",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@tris203" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue