diff options
| author | Jongwook Choi <wookayin@gmail.com> | 2024-01-28 20:53:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-28 17:53:14 -0800 |
| commit | 5b1b765610ae12ebd6400aafd068903569ee441a (patch) | |
| tree | ab2372e5d076ed31472e4be2f03117f8fe87c1d3 /runtime/ftplugin | |
| parent | b0e85010fe8128a73d6aeae1af3a308d3791140f (diff) | |
| download | rneovim-5b1b765610ae12ebd6400aafd068903569ee441a.tar.gz rneovim-5b1b765610ae12ebd6400aafd068903569ee441a.tar.bz2 rneovim-5b1b765610ae12ebd6400aafd068903569ee441a.zip | |
docs: enforce "treesitter" spelling #27110
It's the "tree-sitter" project, but "treesitter" in our code and docs.
Diffstat (limited to 'runtime/ftplugin')
| -rw-r--r-- | runtime/ftplugin/query.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/query.lua b/runtime/ftplugin/query.lua index 964c221ad4..c75dc30430 100644 --- a/runtime/ftplugin/query.lua +++ b/runtime/ftplugin/query.lua @@ -1,5 +1,5 @@ -- Neovim filetype plugin file --- Language: Tree-sitter query +-- Language: Treesitter query -- Last Change: 2023 Aug 23 if vim.b.did_ftplugin == 1 then |