mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
docs(treesitter): clean up and update treesitter.txt (#20142)
* add type annotations to code * clean up and expand static documentation * consistent use of tags for static and generated docs
This commit is contained in:
@@ -260,7 +260,7 @@ CONFIG = {
|
||||
'helptag_fmt': lambda name: (
|
||||
'*lua-treesitter-core*'
|
||||
if name.lower() == 'treesitter'
|
||||
else f'*treesitter-{name.lower()}*'),
|
||||
else f'*lua-treesitter-{name.lower()}*'),
|
||||
'fn_helptag_fmt': lambda fstem, name: (
|
||||
f'*{name}()*'
|
||||
if name != 'new'
|
||||
|
Reference in New Issue
Block a user