mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
tree-sitter: rename tree_sitter => treesitter for consistency
This commit is contained in:
10
src/nvim/lua/treesitter.h
Normal file
10
src/nvim/lua/treesitter.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef NVIM_LUA_TREESITTER_H
|
||||
#define NVIM_LUA_TREESITTER_H
|
||||
|
||||
#include "tree_sitter/api.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
# include "lua/treesitter.h.generated.h"
|
||||
#endif
|
||||
|
||||
#endif // NVIM_LUA_TREESITTER_H
|
Reference in New Issue
Block a user