mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
parsers: add phpdoc parser (experimental)
This commit is contained in:
parent
d0158c053d
commit
d7c4ae886d
3 changed files with 54 additions and 1 deletions
|
|
@ -245,6 +245,17 @@ list.php = {
|
|||
maintainers = { "@tk-shirasaka" },
|
||||
}
|
||||
|
||||
list.phpdoc = {
|
||||
install_info = {
|
||||
url = "https://github.com/claytonrcarter/tree-sitter-phpdoc",
|
||||
files = { "src/parser.c" },
|
||||
-- parser.c in the repo still based on TS 0.17 due to other dependencies
|
||||
requires_generate_from_grammar = true,
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.java = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-java",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue