mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
fixup: remove generate_from_grammar
This commit is contained in:
parent
676bc550a6
commit
5ead7a0fa7
1 changed files with 2 additions and 3 deletions
|
|
@ -188,9 +188,8 @@ list.css = {
|
|||
|
||||
list.scss = {
|
||||
install_info = {
|
||||
url = "https://github.com/serenadeai/tree-sitter-scss",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
url = "https://github.com/elianiva/tree-sitter-scss",
|
||||
files = { "src/parser.c", "src/scanner.c" }
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue