feat: add scss parser

This commit is contained in:
elianiva 2021-03-27 18:10:31 +07:00 committed by Stephan Seitz
parent 1f00ecdfa3
commit 8ac8f2c39b
3 changed files with 54 additions and 0 deletions

View file

@ -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",