oxalica 4094e3a040
Handle words containing bare '#' (#109)
* Handle words containing bare '#'

Only a word beginning with a '#' starts a comment. A word can contain
'#' character without escaping as long as it is not the first character.

See: Bash Reference Manual section '3.1.3 Comments'
https://www.gnu.org/software/bash/manual/bash.html#Comments

* Regenerate
2021-11-01 09:59:27 -07:00
2021-03-04 14:15:19 -08:00
2021-03-04 15:46:26 -08:00
2019-12-10 12:39:14 -08:00
2021-03-04 14:15:19 -08:00
2021-03-04 14:15:19 -08:00
2018-08-06 10:03:34 -07:00
2021-03-04 14:15:19 -08:00
2021-05-08 09:29:13 -07:00
2017-07-14 14:46:24 -07:00
2021-03-04 15:46:26 -08:00
2018-08-06 10:03:34 -07:00

tree-sitter-bash

Build Status Build status

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
No description provided
Readme
Languages
JavaScript 70.9%
Rust 16.6%
C++ 5%
Scheme 3.3%
Shell 2.2%
Other 2%