mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 09:50:04 -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 = {
|
list.scss = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/serenadeai/tree-sitter-scss",
|
url = "https://github.com/elianiva/tree-sitter-scss",
|
||||||
files = { "src/parser.c", "src/scanner.c" },
|
files = { "src/parser.c", "src/scanner.c" }
|
||||||
requires_generate_from_grammar = true,
|
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue