mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
feat: use the original scss parser
..and add myself as the maintainer
This commit is contained in:
parent
db7f10370d
commit
11bc69305f
1 changed files with 2 additions and 1 deletions
|
|
@ -225,9 +225,10 @@ list.css = {
|
||||||
|
|
||||||
list.scss = {
|
list.scss = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/elianiva/tree-sitter-scss",
|
url = "https://github.com/serenadeai/tree-sitter-scss",
|
||||||
files = { "src/parser.c", "src/scanner.c" }
|
files = { "src/parser.c", "src/scanner.c" }
|
||||||
},
|
},
|
||||||
|
maintainers = {"@elianiva"},
|
||||||
}
|
}
|
||||||
|
|
||||||
list.erlang = {
|
list.erlang = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue