tree-sitter-bash/src
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
..
tree_sitter Fixed CRLF behavior for tests, run tests on all platforms in GitHub CI (#106) 2021-09-25 13:59:45 -07:00
grammar.json Handle words containing bare '#' (#109) 2021-11-01 09:59:27 -07:00
node-types.json Regenerate files 2021-10-16 01:46:22 -07:00
parser.c Handle words containing bare '#' (#109) 2021-11-01 09:59:27 -07:00
scanner.cc Fixed CRLF behavior for tests, run tests on all platforms in GitHub CI (#106) 2021-09-25 13:59:45 -07:00