neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

treesitter.h (198B)


      1 #pragma once
      2 
      3 #include <lua.h>  // IWYU pragma: keep
      4 #include <stdint.h>
      5 
      6 #include "nvim/macros_defs.h"
      7 
      8 #include "lua/treesitter.h.generated.h"
      9 
     10 EXTERN uint64_t tslua_query_parse_count INIT( = 0);