m-novikov / tree-sitter-sql

SQL syntax highlighting for tree-sitter
MIT License
112 stars 33 forks source link

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

Closed imotai closed 1 year ago

imotai commented 2 years ago

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

m-novikov commented 2 years ago

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