mirror of
https://github.com/neovim/neovim.git
synced 2024-12-29 14:41:06 -07:00
1a631026a9
Implement the LanguageTree structure to enable language injection. This is done be removing the old Parser metatable and replacing by the new structure, with the same API (almost). Some noticeable differences : - `parser:parse()` now returns a table of trees - There is no incremental parsing for child (injected) languages Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> |
||
---|---|---|
.. | ||
vim | ||
man.lua |