mirror of
https://github.com/neovim/neovim.git
synced 2026-05-05 05:25:10 +00:00
docs: enforce "treesitter" spelling #27110
It's the "tree-sitter" project, but "treesitter" in our code and docs.
This commit is contained in:
@@ -713,7 +713,7 @@ struct file_buffer {
|
||||
|
||||
// Measurements of the deleted or replaced region since the last update
|
||||
// event. Some consumers of buffer changes need to know the byte size (like
|
||||
// tree-sitter) or the corresponding UTF-32/UTF-16 size (like LSP) of the
|
||||
// treesitter) or the corresponding UTF-32/UTF-16 size (like LSP) of the
|
||||
// deleted text.
|
||||
size_t deleted_bytes;
|
||||
size_t deleted_bytes2;
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
// lua bindings for tree-sitter.
|
||||
// NB: this file mostly contains a generic lua interface for tree-sitter
|
||||
// lua bindings for treesitter.
|
||||
// NB: this file mostly contains a generic lua interface for treesitter
|
||||
// trees and nodes, and could be broken out as a reusable lua package
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
Reference in New Issue
Block a user