mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 12:30:01 -04:00
feat: add scss parser
This commit is contained in:
parent
1f00ecdfa3
commit
8ac8f2c39b
3 changed files with 54 additions and 0 deletions
|
|
@ -186,6 +186,14 @@ list.css = {
|
|||
maintainers = {"@TravonteD"},
|
||||
}
|
||||
|
||||
list.scss = {
|
||||
install_info = {
|
||||
url = "https://github.com/serenadeai/tree-sitter-scss",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
}
|
||||
|
||||
list.erlang = {
|
||||
install_info = {
|
||||
url = "https://github.com/AbstractMachinesLab/tree-sitter-erlang",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue