diff options
| author | Thomas Vigouroux <39092278+vigoux@users.noreply.github.com> | 2020-05-15 15:01:06 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-15 15:01:06 +0200 |
| commit | 9c3211119141dd751b7a045f37fb742c19b75cb2 (patch) | |
| tree | d4000f95f0f472478036a89b19a2f55aadbb5fff /doc/tags | |
| parent | 5a66c38b9ff49f0f0b45afa95816c77e18cc9886 (diff) | |
| parent | 8be2dc64a2e0a94a429d66c411eb7d500566508f (diff) | |
Merge pull request #54 from kyazdani42/feat/expose-api
Expose internal api.
Diffstat (limited to 'doc/tags')
| -rw-r--r-- | doc/tags | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,8 +6,19 @@ :TSInstallInfo nvim-treesitter.txt /*:TSInstallInfo* :TSModuleInfo nvim-treesitter.txt /*:TSModuleInfo* nvim-treesitter nvim-treesitter.txt /*nvim-treesitter* +nvim-treesitter-api nvim-treesitter.txt /*nvim-treesitter-api* nvim-treesitter-commands nvim-treesitter.txt /*nvim-treesitter-commands* nvim-treesitter-functions nvim-treesitter.txt /*nvim-treesitter-functions* nvim-treesitter-intro nvim-treesitter.txt /*nvim-treesitter-intro* nvim-treesitter-quickstart nvim-treesitter.txt /*nvim-treesitter-quickstart* nvim_treesitter#statusline() nvim-treesitter.txt /*nvim_treesitter#statusline()* +ts_api.containing_scope nvim-treesitter.txt /*ts_api.containing_scope* +ts_api.get_named_children nvim-treesitter.txt /*ts_api.get_named_children* +ts_api.get_next_node nvim-treesitter.txt /*ts_api.get_next_node* +ts_api.get_node_text nvim-treesitter.txt /*ts_api.get_node_text* +ts_api.get_previous_node nvim-treesitter.txt /*ts_api.get_previous_node* +ts_api.is_parent nvim-treesitter.txt /*ts_api.is_parent* +ts_api.nested_scope nvim-treesitter.txt /*ts_api.nested_scope* +ts_api.next_scope nvim-treesitter.txt /*ts_api.next_scope* +ts_api.parent_scope nvim-treesitter.txt /*ts_api.parent_scope* +ts_api.previous_scope nvim-treesitter.txt /*ts_api.previous_scope* |
