mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(rockspec): add doc folder to rockspec (#4562)
This commit is contained in:
parent
c9ef5e58f7
commit
981f88a0c2
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ build = {
|
||||||
},
|
},
|
||||||
copy_directories = {
|
copy_directories = {
|
||||||
'autoload',
|
'autoload',
|
||||||
|
'doc',
|
||||||
'plugin',
|
'plugin',
|
||||||
'queries'
|
'queries'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue