mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
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:
parent
79dcd0e24c
commit
a0b815497b
7 changed files with 19 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue