mirror of
https://github.com/neovim/neovim.git
synced 2025-10-02 16:08:36 +00:00
tree-sitter: fix lint, delete "demo" plugin (replaced by functional tests)
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef NVIM_LUA_TREESITTER_H
|
||||
#define NVIM_LUA_TREESITTER_H
|
||||
|
||||
#include <lua.h>
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
|
||||
#include "tree_sitter/api.h"
|
||||
|
||||
#ifdef INCLUDE_GENERATED_DECLARATIONS
|
||||
|
Reference in New Issue
Block a user