mirror of
https://github.com/neovim/neovim
synced 2025-07-16 17:21:49 +00:00
refactor(build): include lpeg as a library
This commit is contained in:
@ -43,5 +43,6 @@ globals = {
|
||||
|
||||
exclude_files = {
|
||||
'test/functional/fixtures/lua/syntax_error.lua',
|
||||
'runtime/lua/vim/treesitter/_meta.lua'
|
||||
'runtime/lua/vim/treesitter/_meta.lua',
|
||||
'runtime/lua/vim/re.lua',
|
||||
}
|
||||
|
Reference in New Issue
Block a user