a structural diff that understands syntax 🟥🟩
 
 
 
 
 
Go to file
Amaan Qureshi 42ab5ca0e6 0.20.2 2023-08-23 12:04:25 +07:00
.github/workflows ci: add action to build & upload binaries to a release 2023-08-23 12:04:25 +07:00
bindings 0.20.2 2023-08-23 12:04:25 +07:00
examples chore: remove git submodules, update test script 2023-08-18 05:23:36 +07:00
queries Highlight "select" and "until" as keywords (#168) 2023-04-16 12:41:46 +07:00
script chore: update failures 2023-08-22 17:05:21 +07:00
src chore: generate 2023-08-23 12:04:25 +07:00
test/corpus fix: improve parameter expansions 2023-08-23 12:04:25 +07:00
.eslintrc.js feat: add and apply eslint formatting 2023-08-12 14:23:26 +07:00
.gitattributes chore: update .gitattributes 2023-08-23 12:04:25 +07:00
.gitignore chore: update manifests 2023-08-18 05:23:36 +07:00
.npmignore chore: update manifests 2023-08-18 05:23:36 +07:00
Cargo.toml 0.20.2 2023-08-23 12:04:25 +07:00
LICENSE Add license and readme 2017-07-14 14:46:24 +07:00
Package.swift chore: update manifests 2023-06-20 18:44:36 +07:00
README.md chore: update manifests and README 2023-08-12 14:23:26 +07:00
appveyor.yml Update CI (#131) 2022-10-22 12:28:00 +07:00
binding.gyp ci: add action to build & upload binaries to a release 2023-08-23 12:04:25 +07:00
grammar.js fix: regex was overconsuming in test commands 2023-08-23 12:04:25 +07:00
package.json 0.20.2 2023-08-23 12:04:25 +07:00

README.md

tree-sitter-bash

CI

Bash grammar for tree-sitter.

Development

Install the dependencies:

    npm install

Build and run the tests:

    npm run build
    npm run test

Run the build and tests in watch mode:

    npm run test:watch

References