Go to file
Max Brunsfeld 0d9f854862 Revert "Don't parse square bracket commands as special syntax"
This reverts commit c34619a1c4.

Bracket command syntax was actually not interfering with the parsing
of words with special characters.
2018-02-28 22:46:47 -08:00
corpus Revert "Don't parse square bracket commands as special syntax" 2018-02-28 22:46:47 -08:00
examples Add tree-sitter's test script as an example file 2017-12-26 14:56:51 -08:00
src Revert "Don't parse square bracket commands as special syntax" 2018-02-28 22:46:47 -08:00
.gitattributes Add examples directory w/ one real shell script 2017-07-14 17:41:51 -07:00
.gitignore Initial commit 2017-07-14 12:28:54 -07:00
.npmignore Initial commit 2017-07-14 12:28:54 -07:00
.travis.yml Use a newer clang on travis 2017-07-14 17:53:04 -07:00
LICENSE Add license and readme 2017-07-14 14:46:24 -07:00
README.md Add license and readme 2017-07-14 14:46:24 -07:00
binding.gyp Start work on heredocs 2017-07-14 13:54:05 -07:00
grammar.js Revert "Don't parse square bracket commands as special syntax" 2018-02-28 22:46:47 -08:00
index.js Initial commit 2017-07-14 12:28:54 -07:00
package.json Bump version to 0.5.1 (#3) 2018-02-28 16:48:23 -08:00

README.md

tree-sitter-bash

Build Status

Bash grammar for tree-sitter.

References