tree-sitter-bash/corpus
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
..
commands.txt WIP: Add '>|' redirection to grammar (#75) 2020-05-14 15:48:18 -07:00
crlf.txt Fix CRLF handling in external scanner 2019-07-03 12:01:02 -07:00
literals.txt Handle words containing bare '#' (#109) 2021-11-01 09:59:27 -07:00
programs.txt fix: escaped newline immediately after a char, resolves #100 (#102) 2021-09-21 21:30:05 -07:00
statements.txt Add support for 'until' loops 2021-10-16 01:44:38 -07:00