neovim

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

parser.h (109B)


      1 #pragma once
      2 
      3 #include <stddef.h>
      4 
      5 #include "nvim/vterm/vterm_defs.h"
      6 
      7 #include "vterm/parser.h.generated.h"