feat: add tree-sitter-styled (#5735)

* Add styled parser

* Add queries

* Update highlights

* Remove unnecessary highlights

* Update injections to use the styled grammar

* Remove requires npm
This commit is contained in:
Mark Skelton 2023-12-19 06:53:00 -06:00 committed by GitHub
parent 79dcd0e24c
commit a0b815497b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 19 additions and 4 deletions

View file

@ -1779,6 +1779,14 @@ list.strace = {
maintainers = { "@amaanq" },
}
list.styled = {
install_info = {
url = "https://github.com/mskelton/tree-sitter-styled",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@mskelton" },
}
list.supercollider = {
install_info = {
url = "https://github.com/madskjeldgaard/tree-sitter-supercollider",