DerekStride / tree-sitter-sql

SQL grammar for tree-sitter
http://derek.stride.host/tree-sitter-sql/
MIT License
147 stars 47 forks source link

Add missing scanner.c to README and Package.swift #222

Closed leamingrad closed 10 months ago

leamingrad commented 10 months ago

Prior to this change, a new scanner.c source file had been added to the repository. The Makefile had been updated, but the command in the README was missing the new file.

This change adds the new file to the command in the README, and also updates the Package.swift file to declare it as a source.

I think this PR is just a bugfix following from #203.