diff options
author | Jongwook Choi <wookayin@gmail.com> | 2024-01-24 02:33:03 -0500 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-01-24 11:04:16 +0100 |
commit | 913469ff210620b26c2421408291292d87341713 (patch) | |
tree | 589673ad7692015ce2185c8fac4f3002d5de90de /runtime/lua/vim/provider/python.lua | |
parent | 617d1b28d6d3241199a9ea4f7e68b650549d3251 (diff) | |
download | rneovim-913469ff210620b26c2421408291292d87341713.tar.gz rneovim-913469ff210620b26c2421408291292d87341713.tar.bz2 rneovim-913469ff210620b26c2421408291292d87341713.zip |
docs(treesitter): add more examples, and improve consistency
Docs for treesitter would benefit from including more real-world and
practical examples of queries and usages, rather than hypothetical ones
(e.g. names such as "foo", "bar"). Improved examples should be more
user-friendly and clear to understand.
In addition, align the capture names in some examples with the actual
ones being used in the built-in query files or in the nvim-treesitter
plugin, e.g.:
- `@parameter` -> `@variable.parameter`
- `@comment.doc.java` -> `@comment.documentation.java`
- etc.
Diffstat (limited to 'runtime/lua/vim/provider/python.lua')
0 files changed, 0 insertions, 0 deletions