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/lua/vim/filetype.lua | |
| parent | b0e85010fe8128a73d6aeae1af3a308d3791140f (diff) | |
docs: enforce "treesitter" spelling #27110
It's the "tree-sitter" project, but "treesitter" in our code and docs.
Diffstat (limited to 'runtime/lua/vim/filetype.lua')
| -rw-r--r-- | runtime/lua/vim/filetype.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lua/vim/filetype.lua b/runtime/lua/vim/filetype.lua index 7e1803f640..fbcca2dcfd 100644 --- a/runtime/lua/vim/filetype.lua +++ b/runtime/lua/vim/filetype.lua @@ -1909,7 +1909,7 @@ local pattern = { ['.*baseq[2-3]/.*%.cfg'] = 'quake', ['.*quake[1-3]/.*%.cfg'] = 'quake', ['.*id1/.*%.cfg'] = 'quake', - ['.*/queries/.*%.scm'] = 'query', -- tree-sitter queries (Neovim only) + ['.*/queries/.*%.scm'] = 'query', -- treesitter queries (Neovim only) ['.*,v'] = 'rcs', ['%.reminders.*'] = starsetf('remind'), ['[rR]akefile.*'] = starsetf('ruby'), |
