tree-sitter-sql icon indicating copy to clipboard operation
tree-sitter-sql copied to clipboard

feat:remove parser from code base and generate it on building

Open imotai opened this issue 2 years ago • 2 comments

imotai avatar Jul 06 '22 15:07 imotai

@pplam Can you review this PR? I think this PR will improve experience of reviewing PR.

imotai avatar Jul 07 '22 02:07 imotai

Probably makes sense to remove all auto-generated files here I think nvim-treesitter also supposes this with a flag in parser configuration requires_generate_from_grammar = true .gitignore should also be updated

m-novikov avatar Jul 07 '22 07:07 m-novikov