docs: enforce "treesitter" spelling #27110

It's the "tree-sitter" project, but "treesitter" in our code and docs.
This commit is contained in:
Jongwook Choi
2024-01-28 20:53:14 -05:00
committed by GitHub
parent b0e85010fe
commit 5b1b765610
12 changed files with 33 additions and 22 deletions

View File

@@ -14,7 +14,7 @@ local M = {}
local TSTreeView = {}
---@class TSP.Node
---@field node TSNode Tree-sitter node
---@field node TSNode Treesitter node
---@field field string? Node field
---@field depth integer Depth of this node in the tree
---@field text string? Text displayed in the inspector for this node. Not computed until the