aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/lua
diff options
context:
space:
mode:
authorJongwook Choi <wookayin@gmail.com>2024-01-28 20:53:14 -0500
committerGitHub <noreply@github.com>2024-01-28 17:53:14 -0800
commit5b1b765610ae12ebd6400aafd068903569ee441a (patch)
treeab2372e5d076ed31472e4be2f03117f8fe87c1d3 /src/nvim/lua
parentb0e85010fe8128a73d6aeae1af3a308d3791140f (diff)
downloadrneovim-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 'src/nvim/lua')
-rw-r--r--src/nvim/lua/treesitter.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/nvim/lua/treesitter.c b/src/nvim/lua/treesitter.c
index 8b62bff496..de17aabca2 100644
--- a/src/nvim/lua/treesitter.c
+++ b/src/nvim/lua/treesitter.c
@@ -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>