mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 20:10:10 -04:00
feat: add angular parser and queries
This commit is contained in:
parent
9d91101f71
commit
1e74c34b66
4 changed files with 99 additions and 0 deletions
|
|
@ -93,6 +93,14 @@ list.agda = {
|
|||
maintainers = { "@Decodetalkers" },
|
||||
}
|
||||
|
||||
list.angular = {
|
||||
install_info = {
|
||||
url = "https://github.com/steelsojka/tree-sitter-angular",
|
||||
files = { "src/parser.c" },
|
||||
},
|
||||
maintainers = {"@steelsojka"}
|
||||
}
|
||||
|
||||
list.apex = {
|
||||
install_info = {
|
||||
url = "https://github.com/aheber/tree-sitter-sfapex",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue