Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | docs: make Lua docstrings consistent #15255 | Gregory Anders | 2021-08-22 |
| | | | | | | | | | | | | The official developer documentation in in :h dev-lua-doc specifies to use "--@" for special/magic tokens. However, this format is not consistent with EmmyLua notation (used by some Lua language servers) nor with the C version of the magic docstring tokens which use three comment characters. Further, the code base is currently split between usage of "--@", "---@", and "--- @". In an effort to remain consistent, change all Lua magic tokens to use "---@" and update the developer documentation accordingly. | ||
* | docs: Treesitter (#13260) | TJ DeVries | 2021-05-01 |
| | | | | | | | | | * doc & fixes: Generate treesitter docs * fixup to treesitter-core * docs(treesitter): fix docs for most functions Co-authored-by: Thomas Vigouroux <tomvig38@gmail.com> | ||
* | treesitter: small fixes | Santos Gallegos | 2021-02-07 |
| | | | | Mostly typos I found while reading the code. | ||
* | fix(treesitter): don't throw an error for missing injected langs | Steven Sojka | 2020-12-04 |
| | |||
* | treesitter(docs): update and refresh docs | Thomas Vigouroux | 2020-08-13 |
| | |||
* | treesitter: refactor and use lua regexes | Thomas Vigouroux | 2020-08-13 |