tree-sitter: rename tree_sitter => treesitter for consistency

This commit is contained in:
Björn Linse
2019-06-15 12:10:12 +02:00
parent 4ea5e63aa8
commit c8f861b739
10 changed files with 24 additions and 23 deletions

10
src/nvim/lua/treesitter.h Normal file
View 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