diff options
| author | ShootingStarDragons <ShootingStarDragons@protonmail.com> | 2022-07-11 23:10:26 +0800 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2022-08-16 11:38:50 -0700 |
| commit | 25baab9f595fea787d534eb56f958741d16bd732 (patch) | |
| tree | f3b50567540585854475afb6259cc24ced8c3e92 /lua/nvim-treesitter | |
| parent | 970fe39f4c9db393d2d1578f9d54ed4b586cfb28 (diff) | |
add regenerate the treesitter
Diffstat (limited to 'lua/nvim-treesitter')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 82f09c6e..8acab419 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -58,6 +58,7 @@ list.qmljs = { url = "https://github.com/yuja/tree-sitter-qmljs", branch = "master", files = { "src/parser.c", "src/scanner.c" }, + generate_requires_npm = true, }, filetype = "qmljs", maintainers = { "@yuja" }, |
