diff options
| author | Michael Härtl <haertl.mike@gmail.com> | 2022-10-16 09:05:19 +0200 |
|---|---|---|
| committer | Christian Clason <christian.clason@uni-due.de> | 2022-10-16 10:01:03 +0200 |
| commit | e53950f646b0c11624280ee7c4eff97a9e0904f1 (patch) | |
| tree | d8a449031cf8f52fd48bad8986930f38501ed69f | |
| parent | addc129a4f272aba0834bd0a7b6bd4ad5d8c801b (diff) | |
feat(phpdoc): Remove requires_generate_from_grammar
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index f989d8ba..0f2bdffc 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -777,8 +777,6 @@ list.phpdoc = { install_info = { url = "https://github.com/claytonrcarter/tree-sitter-phpdoc", files = { "src/parser.c", "src/scanner.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, }, maintainers = { "@mikehaertl" }, |
