Jason Rudolph
4f3cbc36b9
Handle heredoc delimiters that include spaces (#47)
* Handle heredoc delimiters that include spaces * Update test to use multi-line heredoc to demonstrate bug This change demonstrates the bug described in https://github.com/tree-sitter/tree-sitter-bash/pull/47#discussion_r280183823. * Handle multi-line heredocs with spaces in delimiter Fixes the failing test introduced in 0d8adbc335. /xref https://github.com/tree-sitter/tree-sitter-bash/pull/47#discussion_r280183823
tree-sitter-bash
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
Description
Languages
JavaScript
70.9%
Rust
16.6%
C++
5%
Scheme
3.3%
Shell
2.2%
Other
2%