From ec6bb68ecb1478211bf6864e161464572c9cf59e Mon Sep 17 00:00:00 2001 From: derekstride Date: Thu, 14 Dec 2023 11:48:17 -0500 Subject: [PATCH] fix: ensure scanner.c is included in npm package --- .gitignore | 4 +++- README.md | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72b1e696..d7854daa 100644 --- a/.gitignore +++ b/.gitignore @@ -9,4 +9,6 @@ build package-lock.json /target/ /.build/ -/src/ +/src/tree_sitter/ +/src/parser.c +/src/*.json diff --git a/README.md b/README.md index ec275a7f..36d7f4dc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ [![Build/test](https://github.com/derekstride/tree-sitter-sql/actions/workflows/ci.yml/badge.svg)](https://github.com/derekstride/tree-sitter-sql/actions/workflows/ci.yml) [![GitHub Pages](https://github.com/DerekStride/tree-sitter-sql/actions/workflows/gh-pages.yml/badge.svg)](https://github.com/DerekStride/tree-sitter-sql/actions/workflows/gh-pages.yml) +[![npm package version](https://img.shields.io/npm/v/%40derekstride/tree-sitter-sql?logo=npm&color=brightgreen)](https://www.npmjs.com/package/@derekstride/tree-sitter-sql) + A general/permissive SQL grammar for [tree-sitter](https://github.com/tree-sitter/tree-sitter).